From: John Wilkins Date: Mon, 7 Apr 2014 22:49:09 +0000 (-0700) Subject: doc: Removed --stable arg and replaced with --release arg for ceph-deploy. X-Git-Tag: v0.80-rc1~91 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b66868e6f9aed5fe5fb860869488861a56d994a;p=ceph.git doc: Removed --stable arg and replaced with --release arg for ceph-deploy. Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/ceph-deploy-install.rst b/doc/rados/deployment/ceph-deploy-install.rst index d84f790e5268..849d68ec92f1 100644 --- a/doc/rados/deployment/ceph-deploy-install.rst +++ b/doc/rados/deployment/ceph-deploy-install.rst @@ -11,20 +11,19 @@ client machine and type the following:: ceph-deploy install {hostname [hostname] ...} Without additional arguments, ``ceph-deploy`` will install the most recent -stable Ceph package to the cluster host(s). To specify a particular package, +major release of Ceph to the cluster host(s). To specify a particular package, you may select from the following: -- ``--stable `` +- ``--release `` - ``--testing`` - ``--dev `` For example:: - ceph-deploy install --stable cuttlefish hostname1 + ceph-deploy install --release cuttlefish hostname1 ceph-deploy install --testing hostname2 ceph-deploy install --dev wip-some-branch hostname{1,2,3,4,5} -For additional details, see `Installing Debian/Ubuntu Packages`_. For additional usage, execute:: ceph-deploy install -h @@ -45,6 +44,3 @@ On a Debian or Ubuntu system, you may also:: The tool will unininstall ``ceph`` packages from the specified hosts. Purge additionally removes configuration files. -.. _Installing Debian/Ubuntu Packages: ../../../install/debian - -