summaryrefslogtreecommitdiffstats
path: root/doc/install/manual-deployment.rst
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2020-04-10 00:39:40 +0200
committerKen Dreyer <kdreyer@redhat.com>2020-04-10 00:42:12 +0200
commit52d0c37aa5e0f6d3ae602da9c506ad46a787ef01 (patch)
tree9edca3cbbcf29422674d9f29a84afc433f319410 /doc/install/manual-deployment.rst
parentMerge pull request #34502 from ceph/kalebskeithley-patch-1-2 (diff)
downloadceph-52d0c37aa5e0f6d3ae602da9c506ad46a787ef01.tar.xz
ceph-52d0c37aa5e0f6d3ae602da9c506ad46a787ef01.zip
doc: remove SysV init reference in manual deployment walkthrough
Every other instruction in this document uses systemd. Drop the last SysV init reference. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Diffstat (limited to 'doc/install/manual-deployment.rst')
-rw-r--r--doc/install/manual-deployment.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst
index ef4534050ba..c371b2c74fc 100644
--- a/doc/install/manual-deployment.rst
+++ b/doc/install/manual-deployment.rst
@@ -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