]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed path typo.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 7 May 2013 20:43:32 +0000 (13:43 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 7 May 2013 20:43:32 +0000 (13:43 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/upgrading-ceph.rst

index 63bd3db10b9c728ae6c0991a7cea64a146908acc..69f6c351b52865feebb5f16d293939df126ca67a 100644 (file)
@@ -42,7 +42,7 @@ When upgrading from Argonaut to Bobtail, you need to be aware of several things:
 
 Ensure that you update package repository paths. For example:: 
 
-       sudo rm /etc/apt/sources.sources.list.d/ceph.list
+       sudo rm /etc/apt/sources.list.d/ceph.list
        echo deb http://ceph.com/debian-bobtail/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
 
 See the following sections for additional details.
@@ -124,7 +124,7 @@ Argonaut to Cuttlefish without the intermediate upgrade to Bobtail.
 
 For example:: 
 
-       sudo rm /etc/apt/sources.sources.list.d/ceph.list
+       sudo rm /etc/apt/sources.list.d/ceph.list
        echo deb http://ceph.com/debian-bobtail/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
 
 We recommend upgrading all monitors to Bobtail before proceeding with the
@@ -148,7 +148,7 @@ before beginning this upgrade procedure. Before upgrading, remember to
 replace the reference to the Bobtail repository with a reference to
 the Cuttlefish repository. For example::
 
-       sudo rm /etc/apt/sources.sources.list.d/ceph.list
+       sudo rm /etc/apt/sources.list.d/ceph.list
        echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
 
 See `Upgrading a Monitor`_ for details.
@@ -172,7 +172,7 @@ See the following sections for details.
 Replace any ``apt`` reference to older repositories with a reference to the
 Cuttlefish repository. For example:: 
 
-       sudo rm /etc/apt/sources.sources.list.d/ceph.list
+       sudo rm /etc/apt/sources.list.d/ceph.list
        echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list