UNCLASSIFIED

Skip to content

Add health check to osd removal

Jessie Lass requested to merge ceph_health into master

Changed osd, lv, and pv removal to all occur within the osd removal loop for atomicity. The health check occurs before each osd is removed, so you may want to move that block out of the loop after testing. This commit doesn't handle balancing pgs. Ref #108 (closed)

Merge request reports