]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/install/manual-freebsd-deployment.rst
import quincy beta 17.1.0
[ceph.git] / ceph / doc / install / manual-freebsd-deployment.rst
index f597574f43a1f2e116d47c7c54b8567b986c844b..0ed47e1ca236945403edfdf2e4dea5fa94f713b2 100644 (file)
@@ -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``::