1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +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. # 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 # By placing the same system ID on a Volume Group you can prevent
# other co-operating hosts in a cluster (each with a different # other co-operating hosts that see the same storage devices (each
# system ID) from accessing the same Volume Group. # with a different system ID) from accessing the same Volume Group.
# #
# Set this to one of: none, machineid, uname, lvmlocal, or file. # Set this to one of: none, machineid, uname, lvmlocal, or file.
# #
@ -861,8 +861,8 @@ global {
# system_id_source = "uname" # system_id_source = "uname"
# #
# Use the contents of the file @DEFAULT_SYS_DIR@/machine-id # Use the contents of the file @DEFAULT_SYS_DIR@/machine-id
# to set the system ID. # to set the system ID. Some systems create this file at
# Comments starting with the character # are ignored. # installation time - see 'man machine-id'.
# #
# system_id_source = "machineid" # system_id_source = "machineid"
# #