From 11858c74a1e704d63185f0ef4b6cd6aa02f17e52 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 13 Sep 2018 10:03:06 -0400 Subject: [PATCH] ceph-volume tests.functional comment why not use --destroy when zapping lvs in filestore Signed-off-by: Alfredo Deza --- .../tests/functional/lvm/playbooks/test_filestore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml index 6979502836aab..a8a9e22b743e0 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml @@ -47,6 +47,8 @@ CEPH_VOLUME_DEBUG: 1 # osd.0 data lv + # note: we don't use --destroy here to test this works without that flag. + # --destroy is used in the bluestore tests - name: zap test_group/data-lv1 command: "ceph-volume lvm zap test_group/data-lv1" environment: -- 2.39.5