#. Start the monitor(s).
- For Debian/Ubuntu, use Upstart::
+ For Ubuntu, use Upstart::
sudo start ceph-mon id=node1
- For CentOS/RHEL, use sysvinit::
+ For Debian/CentOS/RHEL, use sysvinit::
sudo /etc/init.d/ceph start mon.node1
it is not yet running. The OSD is ``down`` and ``in``. You must start
your new OSD before it can begin receiving data.
- For Debian/Ubuntu, use Upstart::
+ For Ubuntu, use Upstart::
sudo start ceph-osd id={osd-num}
sudo start ceph-osd id=0
sudo start ceph-osd id=1
- For CentOS/RHEL, use sysvinit::
+ For Debian/CentOS/RHEL, use sysvinit::
sudo /etc/init.d/ceph start osd.{osd-num}