From 2ba740896da8c2dcea03c9835e67d26c3fe267e0 Mon Sep 17 00:00:00 2001 From: chrone Date: Fri, 25 Nov 2016 18:45:33 +0700 Subject: [PATCH] doc: Remove duplicate command for Ubuntu Remove duplicate "sudo service radosgw restart id=rgw." command for Ubuntu in Configure Bucket Sharding. Signed-off-by: chrone --- doc/install/install-ceph-gateway.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index c8f8b5ea5bfa..17cebc9c9398 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -241,7 +241,7 @@ configuration file, restart your gateway. On Red Hat Enteprise Linux execute:: On Ubuntu execute:: - sudo service radosgw restart id=rgw.sudo service radosgw restart id=rgw. + sudo service radosgw restart id=rgw. For federated configurations, each zone may have a different ``index_pool`` setting for failover. To make the value consistent for a region's zones, you -- 2.47.3