From 69129b73a5d28678c4b9b665e37831fe1c1f1f58 Mon Sep 17 00:00:00 2001 From: Yao Zongyou Date: Thu, 14 Sep 2017 21:37:04 +0800 Subject: [PATCH] doc: change boolean option default value from zero to false. Signed-off-by: Yao Zongyou yaozongyou@vip.qq.com --- doc/cephfs/mds-config-ref.rst | 4 ++-- doc/rados/configuration/filestore-config-ref.rst | 2 +- doc/rados/troubleshooting/log-and-debug.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 4f7bea3ef8585..8b18ba8bb8311 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -569,7 +569,7 @@ (for testing only). :Type: Boolean -:Default: ``0`` +:Default: ``false`` ``mds wipe ino prealloc`` @@ -578,7 +578,7 @@ (for testing only). :Type: Boolean -:Default: ``0`` +:Default: ``false`` ``mds skip ino`` diff --git a/doc/rados/configuration/filestore-config-ref.rst b/doc/rados/configuration/filestore-config-ref.rst index 4dff60c1e6071..2a5e40eb5080e 100644 --- a/doc/rados/configuration/filestore-config-ref.rst +++ b/doc/rados/configuration/filestore-config-ref.rst @@ -8,7 +8,7 @@ :Description: Debugging check on synchronization. Expensive. For debugging only. :Type: Boolean :Required: No -:Default: ``0`` +:Default: ``false`` .. index:: filestore; extended attributes diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index c91f27218dd5c..a3ce8335483f3 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -428,7 +428,7 @@ Filestore :Description: Debugging check on synchronization. This is an expensive operation. :Type: Boolean :Required: No -:Default: 0 +:Default: ``false`` MDS -- 2.39.5