From: David Galloway Date: Wed, 6 Dec 2017 22:22:01 +0000 (-0500) Subject: testnode: Also stop zapping ram# devices X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F361%2Fhead;p=ceph-cm-ansible.git testnode: Also stop zapping ram# devices Saw this on smithi while testing new LVM changes Signed-off-by: David Galloway --- diff --git a/roles/testnode/tasks/zap_disks.yml b/roles/testnode/tasks/zap_disks.yml index 5d280e6..759fa11 100644 --- a/roles/testnode/tasks/zap_disks.yml +++ b/roles/testnode/tasks/zap_disks.yml @@ -53,6 +53,7 @@ when: - item.key not in root_disk - '"loop" not in item.key' + - '"ram" not in item.key' - name: Remove all LVM data shell: "dmsetup remove_all --force"