]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: remove SysV init reference in manual deployment walkthrough
authorKen Dreyer <kdreyer@redhat.com>
Thu, 9 Apr 2020 22:39:40 +0000 (16:39 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 9 Apr 2020 22:42:12 +0000 (16:42 -0600)
Every other instruction in this document uses systemd. Drop the last
SysV init reference.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/install/manual-deployment.rst

index ef4534050ba0c91444fc501220a66d2564460884..c371b2c74fcb4a5694008350954067ddb154a5e7 100644 (file)
@@ -247,15 +247,10 @@ The procedure is as follows:
 
 #. Start the monitor(s).
 
-   For most distributions, services are started via systemd now::
+   Start the service with systemd::
 
        sudo systemctl start ceph-mon@node1
 
-   For older Debian/CentOS/RHEL, use sysvinit::
-
-       sudo /etc/init.d/ceph start mon.node1
-
-
 #. Verify that the monitor is running. ::
 
        sudo ceph -s