From a552e765dad7042011ef554355bef6ffc9a82bac Mon Sep 17 00:00:00 2001 From: Chenjiong Deng Date: Wed, 19 Jun 2019 18:17:43 +0800 Subject: [PATCH] doc: fixed --read-only argument value in multisite doc Fixes: https://tracker.ceph.com/issues/40458 Signed-off-by: Chenjiong Deng (cherry picked from commit c65832c1ff03e802f98cb7f4bda620e1e515264f) --- doc/radosgw/multisite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index 0c2c44258b1..181718bd584 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -582,7 +582,7 @@ disaster recovery. :: # radosgw-admin zone modify --rgw-zone={zone-name} --master --default \ - --read-only=False + --read-only=false 2. Update the period to make the changes take effect. -- 2.47.3