summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-01-21 21:18:05 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2021-01-22 15:30:37 +0100
commit8532b1ca97e8b9b4a9250140b5d629169f36df28 (patch)
tree1276ffc8b88fd837abf4dd6eb5c6da08a28bea32 /conf
parent4b8e5ad595aefb6e3e389051b9a374cc0d1a02a5 (diff)
downloadlvm2-8532b1ca97e8b9b4a9250140b5d629169f36df28.tar.gz
vdo: support online rename
New VDO targets v6.2.3 corrects support for online rename of VDO device. If needed if can be disable via new lvm.conf setting: vdo_disabled_features = [ "online_rename" ]
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index c32f4f5ad..8f6546165 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1194,6 +1194,16 @@ global {
# This configuration option has an automatic default value.
# vdo_format_options = [ "" ]
+ # 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
+ #
+ # Example
+ # vdo_disabled_features = [ "online_rename" ]
+ #
+ # This configuration option does not have a default value defined.
+
# Configuration option global/fsadm_executable.
# The full path to the fsadm command.
# LVM uses this command to help with lvresize -r operations.