From: John Wilkins Date: Fri, 11 Jan 2013 00:03:02 +0000 (-0800) Subject: doc: Added -a option. Should work without from server, as described. X-Git-Tag: v0.57~224 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6f284e945f45e39c57921149d4551d9e78557a5;p=ceph.git doc: Added -a option. Should work without from server, as described. fixes: #3750 Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-start.rst b/doc/start/quick-start.rst index 7fcc0b6369bd..33d7c8441030 100644 --- a/doc/start/quick-start.rst +++ b/doc/start/quick-start.rst @@ -33,6 +33,7 @@ Install Debian/Ubuntu Install a recent release of Debian or Ubuntu (e.g., 12.04 precise) on your Ceph server machine and your client machine. + Add Ceph Packages ================= @@ -61,6 +62,7 @@ Debian/Ubuntu Packages`_ for further details. .. _Installing Debian/Ubuntu Packages: ../../install/debian + Add a Configuration File ======================== @@ -101,6 +103,7 @@ For details on Ceph authentication see `Ceph Authentication`_. .. _Ceph Authentication: ../../rados/operations/authentication + Deploy the Configuration ======================== @@ -134,7 +137,7 @@ Start Ceph Once you have deployed the configuration, start Ceph from the command line of your server machine. :: - sudo service ceph start + sudo service ceph -a start Check the health of your Ceph cluster to ensure it is ready. :: @@ -142,6 +145,7 @@ Check the health of your Ceph cluster to ensure it is ready. :: When your cluster echoes back ``HEALTH_OK``, you may begin using Ceph. + Copy The Keyring to The Client ============================== @@ -155,6 +159,7 @@ command line, as the example Ceph configuration requires authentication. :: .. tip:: Ensure the ``ceph.keyring`` file has appropriate permissions set (e.g., ``chmod 644``) on your client machine. + Proceed to Other Quick Starts =============================