From 87160c4db242e5b689b5751edfdf231481bb0e1b Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 7 May 2013 13:43:32 -0700 Subject: [PATCH] doc: Fixed path typo. Signed-off-by: John Wilkins --- doc/install/upgrading-ceph.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index 63bd3db10b9c7..69f6c351b5286 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 -- 2.39.5