diff options
author | Ken Dreyer <kdreyer@redhat.com> | 2020-04-10 00:39:40 +0200 |
---|---|---|
committer | Ken Dreyer <kdreyer@redhat.com> | 2020-04-10 00:42:12 +0200 |
commit | 52d0c37aa5e0f6d3ae602da9c506ad46a787ef01 (patch) | |
tree | 9edca3cbbcf29422674d9f29a84afc433f319410 /doc/install/manual-deployment.rst | |
parent | Merge pull request #34502 from ceph/kalebskeithley-patch-1-2 (diff) | |
download | ceph-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.rst | 7 |
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 |