From: Vasu Kulkarni Date: Fri, 18 Aug 2017 18:09:50 +0000 (-0700) Subject: use bluestore with dmcrypt option X-Git-Tag: v13.0.1~978^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1041c803f1f8f7be0edd0e78df352152fa3c4e6f;p=ceph.git use bluestore with dmcrypt option Signed-off-by: Vasu Kulkarni --- 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