From: John Mulligan Date: Mon, 14 Aug 2023 18:11:03 +0000 (-0400) Subject: doc: minor improvements of the cephadm section of the packages doc X-Git-Tag: v19.0.0~687^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52989%2Fhead;p=ceph.git doc: minor improvements of the cephadm section of the packages doc * Don't call cephadm a script, it could be misleading * Use the current release in the example for copy-pasters * Improve grammar (I think) Signed-off-by: John Mulligan --- diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index 82654e5e4e264..ca716831075f7 100644 --- a/doc/install/get-packages.rst +++ b/doc/install/get-packages.rst @@ -25,7 +25,7 @@ There are three ways to get packages: Install packages with cephadm ============================= -#. Download the cephadm script +#. Download cephadm .. prompt:: bash $ :substitutions: @@ -35,7 +35,7 @@ Install packages with cephadm #. Configure the Ceph repository based on the release name:: - ./cephadm add-repo --release nautilus + ./cephadm add-repo --release |stable-release| For Octopus (15.2.0) and later releases, you can also specify a specific version:: @@ -47,8 +47,8 @@ Install packages with cephadm ./cephadm add-repo --dev my-branch #. Install the appropriate packages. You can install them using your - package management tool (e.g., APT, Yum) directly, or you can also - use the cephadm wrapper. For example:: + package management tool (e.g., APT, Yum) directly, or you can + use the cephadm wrapper command. For example:: ./cephadm install ceph-common