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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F582%2Fhead;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 0897204d..a5a6d346 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"