From: Sebastian Wagner Date: Fri, 19 Feb 2021 10:17:00 +0000 (+0100) Subject: doc/install: Remove Upstart from Freebsd deployment X-Git-Tag: v17.1.0~2924^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39571%2Fhead;p=ceph.git doc/install: Remove Upstart from Freebsd deployment Signed-off-by: Sebastian Wagner --- diff --git a/doc/install/manual-freebsd-deployment.rst b/doc/install/manual-freebsd-deployment.rst index f597574f43a1..0ed47e1ca236 100644 --- a/doc/install/manual-freebsd-deployment.rst +++ b/doc/install/manual-freebsd-deployment.rst @@ -299,23 +299,6 @@ The procedure is as follows: #. Start the monitor(s). - For Ubuntu, use Upstart:: - - sudo start ceph-mon id=node1 [cluster={cluster-name}] - - In this case, to allow the start of the daemon at each reboot you - must create two empty files like this:: - - sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/upstart - - For example:: - - sudo touch /var/lib/ceph/mon/ceph-node1/upstart - - For Debian/CentOS/RHEL, use sysvinit:: - - sudo /etc/init.d/ceph start mon.node1 - For FreeBSD we use the rc.d init scripts (called bsdrc in Ceph):: sudo service ceph start start mon.node1 @@ -449,36 +432,6 @@ OSDs with the long form procedure, execute the following on ``node2`` and it is not yet running. The OSD is ``down`` and ``in``. You must start your new OSD before it can begin receiving data. - For Ubuntu, use Upstart:: - - sudo start ceph-osd id={osd-num} [cluster={cluster-name}] - - For example:: - - sudo start ceph-osd id=0 - sudo start ceph-osd id=1 - - For Debian/CentOS/RHEL, use sysvinit:: - - sudo /etc/init.d/ceph start osd.{osd-num} [--cluster {cluster-name}] - - For example:: - - sudo /etc/init.d/ceph start osd.0 - sudo /etc/init.d/ceph start osd.1 - - In this case, to allow the start of the daemon at each reboot you - must create an empty file like this:: - - sudo touch /var/lib/ceph/osd/{cluster-name}-{osd-num}/sysvinit - - For example:: - - sudo touch /var/lib/ceph/osd/ceph-0/sysvinit - sudo touch /var/lib/ceph/osd/ceph-1/sysvinit - - Once you start your OSD, it is ``up`` and ``in``. - For FreeBSD using rc.d init. After adding the OSD to ``ceph.conf``::