summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-04-27 23:17:40 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2023-05-06 20:38:57 +0200
commit534269d0fb834fb9a3b115bf859319fc1acb2275 (patch)
tree12d599767a0e2535dbb1df5786e51e5c8bca3495 /lib
parent58293173cf4d05d3bffa905875442567e5ca4780 (diff)
downloadlvm2-534269d0fb834fb9a3b115bf859319fc1acb2275.tar.gz
vdo: document feature option
Diffstat (limited to 'lib')
-rw-r--r--lib/config/config_settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 9d19a554e..2d6d957af 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -1263,10 +1263,10 @@ cfg_array(global_vdo_format_options_CFG, "vdo_format_options", global_CFG_SECTIO
cfg_array(global_vdo_disabled_features_CFG, "vdo_disabled_features", global_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_UNDEFINED, CFG_TYPE_STRING, NULL, vsn(2, 3, 11), NULL, 0, NULL,
"Features to not use in the vdo driver.\n"
"This can be helpful for testing, or to avoid using a feature that is\n"
- "causing problems. Features include: online_rename\n"
+ "causing problems. Features include: online_rename, version4\n"
"#\n"
"Example\n"
- "vdo_disabled_features = [ \"online_rename\" ]\n"
+ "vdo_disabled_features = [ \"online_rename\", \"version4\" ]\n"
"#\n")
cfg(global_fsadm_executable_CFG, "fsadm_executable", global_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, DEFAULT_FSADM_PATH, vsn(2, 2, 170), "@FSADM_PATH@", 0, NULL,