From: John Wilkins Date: Tue, 7 May 2013 20:43:32 +0000 (-0700) Subject: doc: Fixed path typo. X-Git-Tag: v0.63~73 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87160c4db242e5b689b5751edfdf231481bb0e1b;p=ceph.git doc: Fixed path typo. Signed-off-by: John Wilkins --- diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index 63bd3db10b9c..69f6c351b528 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -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