From: Kyr Shatskyy Date: Fri, 14 Aug 2020 13:27:53 +0000 (+0200) Subject: testnode: don't zap 'sr' devices X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ddbda139260996988567e3bd2c9b37c533d7cbe8;p=ceph-cm-ansible.git testnode: don't zap 'sr' devices We don't need zapping of libvirt dvd devices Signed-off-by: Kyr Shatskyy --- diff --git a/roles/testnode/tasks/zap_disks.yml b/roles/testnode/tasks/zap_disks.yml index 0897204..a5a6d34 100644 --- a/roles/testnode/tasks/zap_disks.yml +++ b/roles/testnode/tasks/zap_disks.yml @@ -57,6 +57,7 @@ - item.key not in root_disk - '"loop" not in item.key' - '"ram" not in item.key' + - '"sr" not in item.key' ## See https://tracker.ceph.com/issues/22354 and ## https://github.com/ceph/ceph/pull/20400 @@ -67,6 +68,7 @@ - item.key not in root_disk - '"loop" not in item.key' - '"ram" not in item.key' + - '"sr" not in item.key' - name: Remove all LVM data shell: "dmsetup remove_all --force"