From: Chengwei Yang Date: Fri, 1 Jul 2016 08:54:36 +0000 (+0800) Subject: Doc: add missing argument for rgw create X-Git-Tag: ses5-milestone5~248^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f6187dd7c446b66156c1f57c7ee129bfbfd7f51;p=ceph.git Doc: add missing argument for rgw create Signed-off-by: Chengwei Yang --- diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst index 41c98f1946c2..fcec9e77e7b4 100644 --- a/doc/start/quick-rgw.rst +++ b/doc/start/quick-rgw.rst @@ -33,7 +33,7 @@ Creating the Ceph Object Gateway Instance From the working directory of your administration server, create an instance of the Ceph Object Gateway on the ``client-node``. For example:: - ceph-deploy rgw create + ceph-deploy rgw create Once the gateway is running, you should be able to access it on port ``7480``. (e.g., ``http://client-node:7480``).