diff --git a/puppet-manifests/src/modules/platform/manifests/ceph.pp b/puppet-manifests/src/modules/platform/manifests/ceph.pp index f98f438b4d..256e3f24c0 100644 --- a/puppet-manifests/src/modules/platform/manifests/ceph.pp +++ b/puppet-manifests/src/modules/platform/manifests/ceph.pp @@ -563,9 +563,6 @@ class platform::ceph::runtime_osds { exec { 'sm-unmanage service ceph-osd': command => 'sm-unmanage service ceph-osd' } - -> exec { 'stop Ceph OSDs': - command => '/etc/init.d/ceph-init-wrapper stop osd' - } -> Class['::platform::ceph::osds'] -> exec { 'start Ceph OSDs': command => '/etc/init.d/ceph-init-wrapper start osd' @@ -577,9 +574,6 @@ class platform::ceph::runtime_osds { exec { 'remove /etc/pmon.d/ceph.conf': command => 'rm -f /etc/pmon.d/ceph.conf' } - -> exec { 'stop Ceph OSDs': - command => '/etc/init.d/ceph-init-wrapper stop osd' - } -> Class['::platform::ceph::osds'] -> exec { 'start Ceph OSDs': command => '/etc/init.d/ceph-init-wrapper start osd'