From 534269d0fb834fb9a3b115bf859319fc1acb2275 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 27 Apr 2023 23:17:40 +0200 Subject: vdo: document feature option --- conf/example.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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. -- cgit v1.2.1