Comment 5 for bug 1374160

Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

I run few tests and want to assume.

You cannot run stop ceph-osd id=XX if `ceph-osd ` was started using `ceph-deploy osd activate`. To override this I recommend to use in our manifests service { `ceph-osd-all`: ensure => running } instead of exec ['ceph-deploy osd activate']. Due to http://ceph.com/docs/master/rados/deployment/ceph-deploy-osd/ it does the same.

Tested on my env. After patching master node the env was successfully deployed, ceph was working and test vm in horizon worked too.

Does my approach make sense?