You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some reason you didn't add an "unless" to the ceph-osd-crush-* and ceph-osd-register-* Exec's in device.pp?? As it is now the auth add and crush set is executed at every puppet instance for each osd device... which in our case is once per 10 minutes at the moment.
If you see nothing wrong with it, I'd like to add something like:
ceph-osd-register...:
unless => 'ceph auth list | grep osd.${osd_id}'
ceph-osd-crush...:
unless => '... to be determined ;) '
Cheers, Dan
The text was updated successfully, but these errors were encountered:
Is there some reason you didn't add an "unless" to the ceph-osd-crush-* and ceph-osd-register-* Exec's in device.pp?? As it is now the auth add and crush set is executed at every puppet instance for each osd device... which in our case is once per 10 minutes at the moment.
If you see nothing wrong with it, I'd like to add something like:
ceph-osd-register...:
unless => 'ceph auth list | grep osd.${osd_id}'
ceph-osd-crush...:
unless => '... to be determined ;) '
Cheers, Dan
The text was updated successfully, but these errors were encountered: