Merge "AIO-SX: Fix adding OSD at runtime hanging when /dev/rbd* are mounted"

This commit is contained in:
Zuul 2019-07-08 18:50:25 +00:00 committed by Gerrit Code Review
commit 1d50485b08
1 changed files with 0 additions and 6 deletions

View File

@ -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'