summaryrefslogtreecommitdiff
path: root/conf
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 /conf
parent58293173cf4d05d3bffa905875442567e5ca4780 (diff)
downloadlvm2-534269d0fb834fb9a3b115bf859319fc1acb2275.tar.gz
vdo: document feature option
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 923d238e4..0b9b06a17 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1313,10 +1313,10 @@ global {
# Configuration option global/vdo_disabled_features.
# Features to not use in the vdo driver.
# This can be helpful for testing, or to avoid using a feature that is
- # causing problems. Features include: online_rename
+ # causing problems. Features include: online_rename, version4
#
# Example
- # vdo_disabled_features = [ "online_rename" ]
+ # vdo_disabled_features = [ "online_rename", "version4" ]
#
# This configuration option does not have a default value defined.