From e01fb206d67f26724f3b03e4b22f5ba6eea22207 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 18 Jul 2018 12:39:01 -0400 Subject: [PATCH] ceph-volume tests/functional run lvm list after OSD provisioning Signed-off-by: Alfredo Deza --- .../tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/centos7/filestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/playbooks/test_bluestore.yml | 5 +++++ .../tests/functional/lvm/playbooks/test_filestore.yml | 5 +++++ .../tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/xenial/filestore/dmcrypt/test.yml | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml index bbdc1035d25db..d882293def721 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml @@ -81,3 +81,8 @@ command: "ceph-volume lvm activate --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml index 49f37d20aade9..5dc67ade18c16 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml @@ -65,3 +65,8 @@ command: "ceph-volume lvm activate --filestore --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml index eb0ef32cd9fcf..90eedbdee1e52 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml @@ -55,3 +55,8 @@ command: "ceph-volume lvm activate --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 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 d37efe19dff4e..6979502836aab 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 @@ -67,3 +67,8 @@ command: "ceph-volume lvm activate --filestore --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml index f93ff2304e3ca..b6db0ac2f90fc 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml @@ -81,3 +81,8 @@ command: "ceph-volume lvm activate --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml index 49f37d20aade9..5dc67ade18c16 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml @@ -65,3 +65,8 @@ command: "ceph-volume lvm activate --filestore --all" environment: CEPH_VOLUME_DEBUG: 1 + + - name: list all OSDs + command: "ceph-volume lvm list" + environment: + CEPH_VOLUME_DEBUG: 1 -- 2.39.5