]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: Also stop zapping ram# devices 361/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 6 Dec 2017 22:22:01 +0000 (17:22 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 6 Dec 2017 22:22:01 +0000 (17:22 -0500)
Saw this on smithi while testing new LVM changes

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/tasks/zap_disks.yml

index 5d280e6656fce17a6e4cbeb8a7039b438a4f768c..759fa11abbaa711398d346f3300951d263dc10fa 100644 (file)
@@ -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"