From: Alfredo Deza Date: Thu, 6 Mar 2014 15:50:09 +0000 (-0500) Subject: update docs to reflect deprecation of flag X-Git-Tag: v1.4.0~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a652f277331d3c14a43916d810b63a20b61f4cdf;p=ceph-deploy.git update docs to reflect deprecation of flag Signed-off-by: Alfredo Deza --- diff --git a/docs/source/install.rst b/docs/source/install.rst index a3a1aab..1362d4a 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -26,14 +26,19 @@ displayed, similar to:: .. _install-stable-releases: -Stable releases ---------------- -By default the *latest* stable release is assumed. This value changes when +Specific Releases +----------------- +By default the *latest* release is assumed. This value changes when newer versions are available. If you are automating deployments it is better to specify exactly what release you need:: - ceph-deploy install --stable emperor {host} + ceph-deploy install --release emperor {host} + + +Note that the ``--stable`` flag for specifying a Ceph release is deprecated and +should no longer be used starting from version 1.3.6. +.. versionadded:: 1.3.6 .. _install-unstable-releases: