filestore-to-bluestore: ensure all dm are closed
This commit adds a task to ensure device mappers are well closed when lvm batch scenario is used. Otherwise, OSDs can't be redeployed given that devices that are rejected by ceph-volume because they are locked. Adding a condition `devices | default([]) | length > 0` to remove these dm only when using lvm batch scenario. Signed-off-by:Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commit 8e6ef818)
Please register or sign in to comment