]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: Luminous release notes typo fixes "systemctl ceph-osd.target"... 16338/head
authorLuo Kexue <luo.kexue@zte.com.cn>
Fri, 14 Jul 2017 10:17:07 +0000 (18:17 +0800)
committerLuo Kexue <luo.kexue@zte.com.cn>
Fri, 14 Jul 2017 12:26:05 +0000 (20:26 +0800)
Signed-off-by: Luo Kexue <luo.kexue@zte.com.cn>
doc/release-notes.rst

index 3cab665f8f4cc7e5944d11c36e78738035893300..492dd5cd3be750f3e8df1e325ea22c9ee66c8b6c 100644 (file)
@@ -337,7 +337,7 @@ Upgrade from Jewel or Kraken
 #. Add or restart ``ceph-mgr`` daemons.  If you are upgrading from
    kraken, upgrade packages and restart ceph-mgr daemons with::
 
-     # systemctl ceph-mgr.target
+     # systemctl restart ceph-mgr.target
 
    If you are upgrading from kraken, you may already have ceph-mgr
    daemons deployed.  If not, or if you are upgrading from jewel, you
@@ -359,7 +359,7 @@ Upgrade from Jewel or Kraken
 #. Upgrade all OSDs by installing the new packages and restarting the
    ceph-osd daemons on all hosts.::
 
-     # systemctl ceph-osd.target
+     # systemctl restart ceph-osd.target
 
    You can monitor the progress of the OSD upgrades with the new
    ``ceph osd versions`` command.::