]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: use 'apt' to install cephadm on Ubuntu
authorJosh <141778+bolapara@users.noreply.github.com>
Sun, 7 Mar 2021 03:59:46 +0000 (21:59 -0600)
committerSage Weil <sage@newdream.net>
Tue, 16 Mar 2021 12:56:19 +0000 (07:56 -0500)
Adjusted so Ubuntu command uses 'apt' and added Fedora since that uses 'dnf'.

(cherry picked from commit ffc08b930b32fa34e4d22164feda04719a34dd6b)

doc/cephadm/install.rst

index e468b9acac5a1afff55abad818941e6e33b02302..4bea6a588784826bdf76dcd592484c92431f4ca8 100644 (file)
@@ -95,7 +95,13 @@ that case, you can install cephadm directly. For example:
 
   .. prompt:: bash #
 
-     dnf install -y cephadm   
+     apt install -y cephadm
+
+  In Fedora:
+
+  .. prompt:: bash #
+
+     dnf -y install cephadm
 
   In SUSE: