]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Update ceph-deploy docs from dumpling to nautilus
authorDanny Abukalam <danny@softiron.co.uk>
Tue, 10 Sep 2019 17:53:48 +0000 (18:53 +0100)
committerDanny Abukalam <danny@softiron.co.uk>
Tue, 10 Sep 2019 17:53:48 +0000 (18:53 +0100)
Signed-off-by: Danny Abukalam <danny@softiron.co.uk>
doc/rados/deployment/preflight-checklist.rst

index d45de9890047ee0b0e127ad325a4a94c1811470c..811e4eaf8d35392566314da342db99b9d47dde64 100644 (file)
@@ -90,7 +90,7 @@ Install ceph-deploy
 To install ``ceph-deploy``, execute the following:: 
 
        wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
-       echo deb http://ceph.com/debian-dumpling/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+       echo deb https://download.ceph.com/debian-nautilus/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
        sudo apt-get update     
        sudo apt-get install ceph-deploy