From 573646d4193a6297afca346796950d8c5d27caad Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 15 Jan 2018 13:57:51 -0800 Subject: [PATCH] qa/tests: create 4 lv's by default for ceph-volume tests Signed-off-by: Vasu Kulkarni --- qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml b/qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml index 5ab9e000e081..bf4a7f98695b 100644 --- a/qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml +++ b/qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml @@ -1,3 +1,7 @@ +overrides: + ansible.cephlab: + vars: + quick_lvs_to_create: 4 openstack: - machine: disk: 10 -- 2.47.3