From: John Wilkins Date: Tue, 18 Jun 2013 21:26:30 +0000 (-0700) Subject: doc: Updated deployment preflight. X-Git-Tag: v0.66~53 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97f1322cdb84a07608e879bd0875f975d08f6646;p=ceph.git doc: Updated deployment preflight. fixes: #5266 Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst index 842b10c4e60..f3511139e06 100644 --- a/doc/rados/deployment/preflight-checklist.rst +++ b/doc/rados/deployment/preflight-checklist.rst @@ -91,6 +91,7 @@ To install ``ceph-deploy``, execute the following:: wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add - echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list + sudo apt-get update sudo apt-get install ceph-deploy