From: John Wilkins Date: Tue, 11 Jun 2013 19:11:51 +0000 (-0700) Subject: doc: Added install ceph-common instruction. X-Git-Tag: v0.65~108 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c557d569d9ca51d8801337038dd83b384a50420;p=ceph.git doc: Added install ceph-common instruction. Signed-off-by: John Wilkins --- diff --git a/doc/start/quick-rbd.rst b/doc/start/quick-rbd.rst index e15d3366e313..a466771502d8 100644 --- a/doc/start/quick-rbd.rst +++ b/doc/start/quick-rbd.rst @@ -10,6 +10,10 @@ Execute this quick start on the admin node. .. note:: The Ceph Block Device is also known as :term:`RBD` or :term:`RADOS` Block Device. +#. Install ``ceph-common``. :: + + sudo apt-get install ceph-common + #. Create a block device image. :: rbd create foo --size 4096 [-m {mon-IP}] [-k /path/to/ceph.client.admin.keyring]