Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 26... Line 26...
26
	# Defines the local system ID for lvmlocal mode.
26
	# Defines the local system ID for lvmlocal mode.
27
	# This is used when global/system_id_source is set to 'lvmlocal' in the
27
	# This is used when global/system_id_source is set to 'lvmlocal' in the
28
	# main configuration file, e.g. lvm.conf. When used, it must be set to
28
	# main configuration file, e.g. lvm.conf. When used, it must be set to
29
	# a unique value among all hosts sharing access to the storage,
29
	# a unique value among all hosts sharing access to the storage,
30
	# e.g. a host name.
30
	# e.g. a host name.
31
	# 
31
	#
32
	# Example
32
	# Example
33
	# Set no system ID:
33
	# Set no system ID:
34
	# system_id = ""
34
	# system_id = ""
35
	# Set the system_id to a specific name:
35
	# Set the system_id to a specific name:
36
	# system_id = "host1"
36
	# system_id = "host1"
37
	# 
37
	#
38
	# This configuration option has an automatic default value.
38
	# This configuration option has an automatic default value.
39
	# system_id = ""
39
	# system_id = ""
40
 
40
 
41
	# Configuration option local/extra_system_ids.
41
	# Configuration option local/extra_system_ids.
42
	# A list of extra VG system IDs the local host can access.
42
	# A list of extra VG system IDs the local host can access.