1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/config
Peter Rajnoha 1ea8afd3ca lvmconfig: add --sinceversion for --type new
Just for convenience to display all new configuration settings
introduced since given version (before, there was only --atversion
to display settings introduced in concrete version).

For example:
	$ lvmconfig --type new --sinceversion 2.2.120
	allocation {
		# cache_mode="writethrough"
		# cache_settings {
		# }
	}
	global {
		use_lvmlockd=0
		# lvmlockd_lock_retries=3
		# sanlock_lv_extend=256
		use_lvmpolld=1
	}
	activation {
	}
	# report {
		# compact_output_cols=""
		# time_format="%Y-%m-%d %T %z"
	# }
	local {
		# host_id=0
	}
2015-11-25 14:12:12 +01:00
..
config_settings.h config: fix copy error in examples 2015-11-03 11:07:27 -06:00
config.c lvmconfig: add --sinceversion for --type new 2015-11-25 14:12:12 +01:00
config.h lvmconfig: add --sinceversion for --type new 2015-11-25 14:12:12 +01:00
defaults.h config: add report/compact_output_cols to control which columns to compact in report output 2015-10-16 17:05:54 +02:00