summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-01-22 14:55:19 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2013-01-22 14:55:19 -0800
commit451cc00ab2260986e9a77c373a6f6483e471a99f (patch)
tree310026f983ff18eba8426ff0a5a6ae823e552ae0
parent00b1186922befd0cbaa290eb99f0111359e5cf0b (diff)
downloadceph-451cc00ab2260986e9a77c373a6f6483e471a99f.tar.gz
doc: Modified usage for upgrade.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/upgrading-ceph.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst
index 10b0d06f1c7..d8a0d4e576e 100644
--- a/doc/install/upgrading-ceph.rst
+++ b/doc/install/upgrading-ceph.rst
@@ -39,7 +39,7 @@ To upgrade an OSD peform the following steps:
#. Upgrade the OSD package::
ssh {osd-host}
- sudo apt-get update && sudo apt-get install ceph-osd
+ sudo apt-get update && sudo apt-get install ceph
#. Restart the OSD, where ``N`` is the OSD number::
@@ -83,7 +83,7 @@ To upgrade an MDS, perform the following steps:
#. Upgrade the ceph package::
ssh {mds-host}
- sudo apt-get update && sudo apt-get install ceph ceph-mds
+ sudo apt-get update && sudo apt-get install ceph
#. Restart the metadata server::