From: Alfredo Deza Date: Wed, 8 Nov 2017 22:23:41 +0000 (-0500) Subject: ceph-volume simple.activate enable the osd when activating X-Git-Tag: v13.0.1~256^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=366fb8c43af54e9c92f4e95d9a0582c1fc378dbc;p=ceph.git ceph-volume simple.activate enable the osd when activating Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/devices/simple/activate.py b/src/ceph-volume/ceph_volume/devices/simple/activate.py index 06dbff4d21a..f3e7559f812 100644 --- a/src/ceph-volume/ceph_volume/devices/simple/activate.py +++ b/src/ceph-volume/ceph_volume/devices/simple/activate.py @@ -71,6 +71,9 @@ class Activate(object): # disable any/all ceph-disk units systemctl.mask_ceph_disk() + # enable the OSD + systemctl.enable_osd(osd_id) + # start the OSD systemctl.start_osd(osd_id)