]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Modified usage for upgrade.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Jan 2013 22:55:19 +0000 (14:55 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Jan 2013 22:55:19 +0000 (14:55 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/upgrading-ceph.rst

index 10b0d06f1c70f0bb9545137ce9ed7127f094aea1..d8a0d4e576effa2ae6628c1ddcd049adec99f483 100644 (file)
@@ -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::