From: Vasu Kulkarni Date: Fri, 18 Aug 2017 18:09:50 +0000 (-0700) Subject: use bluestore with dmcrypt option X-Git-Tag: ses5-gm~5^2~5^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=655b0733970c6798af087fdb886bf914711fef1b;p=ceph.git use bluestore with dmcrypt option Signed-off-by: Vasu Kulkarni (cherry picked from commit 1041c803f1f8f7be0edd0e78df352152fa3c4e6f) --- diff --git a/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml b/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml new file mode 100644 index 000000000000..604e757ad1c1 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml @@ -0,0 +1,8 @@ +meta: +- desc: "use bluestore + dmcrypt option" + +overrides: + ceph_ansible: + vars: + osd_objectstore: bluestore + dmcrypt: True