]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixed mistaken reference to mon in osd section. Changed release name to hammer.
authorJohn Wilkins <jowilkin@redhat.com>
Mon, 10 Aug 2015 21:05:15 +0000 (14:05 -0700)
committerJohn Wilkins <jowilkin@redhat.com>
Mon, 10 Aug 2015 21:05:15 +0000 (14:05 -0700)
Fixes: #7807
Signed-off-by: John Wilkins <jowilkin@redhat.com>
doc/install/upgrading-ceph.rst

index b97a6d30bcb1310b1aa5099d096bb2c7126fc9cf..28bc7430ba61d9d72a14ef90db3c78ccd2122b15 100644 (file)
@@ -561,7 +561,7 @@ To upgrade monitors, perform the following steps:
    For example::
 
        ceph-deploy install --release {release-name} ceph-node1[ ceph-node2]
-       ceph-deploy install --release dumpling mon1 mon2 mon3
+       ceph-deploy install --release hammer mon1 mon2 mon3
 
    You may also use the package manager for your Linux distribution on 
    each individual node. To upgrade packages manually on each Debian/Ubuntu 
@@ -605,7 +605,7 @@ To upgrade a Ceph OSD Daemon, perform the following steps:
    once. For example::
 
        ceph-deploy install --release {release-name} ceph-node1[ ceph-node2]
-       ceph-deploy install --release dumpling mon1 mon2 mon3
+       ceph-deploy install --release hammer osd1 osd2 osd3
 
    You may also use the package manager on each node to upgrade packages 
    manually. For Debian/Ubuntu hosts, perform the following steps on each
@@ -650,8 +650,8 @@ To upgrade a Ceph Metadata Server, perform the following steps:
    address all Ceph Metadata Server nodes at once, or use the package manager 
    on each node. For example::
 
-       ceph-deploy install --release {release-name} ceph-node1[ ceph-node2]
-       ceph-deploy install --release dumpling mon1 mon2 mon3
+       ceph-deploy install --release {release-name} ceph-node1
+       ceph-deploy install --release hammer mds1
 
    To upgrade packages manually, perform the following steps on each
    Debian/Ubuntu host. ::