1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

example.conf: Update systemid comments.

Avoid using 'cluster' (ambiguous).
Add holding ref for machine-id source.
This commit is contained in:
Alasdair G Kergon 2015-02-25 14:22:24 +00:00
parent 809a5e142e
commit 1e59c0346a

View File

@ -840,8 +840,8 @@ global {
# The method, if any, used to define a local system ID on this host.
# By placing the same system ID on a Volume Group you can prevent
# other co-operating hosts in a cluster (each with a different
# system ID) from accessing the same Volume Group.
# other co-operating hosts that see the same storage devices (each
# with a different system ID) from accessing the same Volume Group.
#
# Set this to one of: none, machineid, uname, lvmlocal, or file.
#
@ -861,8 +861,8 @@ global {
# system_id_source = "uname"
#
# Use the contents of the file @DEFAULT_SYS_DIR@/machine-id
# to set the system ID.
# Comments starting with the character # are ignored.
# to set the system ID. Some systems create this file at
# installation time - see 'man machine-id'.
#
# system_id_source = "machineid"
#