From 5fa96a60d73eaf214a3026dfc8687bb5a50aca70 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 28 Feb 2017 13:07:15 -0700 Subject: [PATCH] qa/suites/ceph-deploy: Drop OpenStack volume count Looks like we only need two per node, since there is only one OSD per node, and ceph-deploy wants two disks per OSD to account for the journal. Signed-off-by: Zack Cerza --- qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml b/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml index b4be0cdf5a522..0d651ca7641d2 100644 --- a/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml +++ b/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml @@ -11,7 +11,7 @@ openstack: ram: 2000 # MB cpus: 1 volumes: # attached to each instance - count: 3 + count: 2 size: 10 # GB tasks: - ssh_keys: -- 2.39.5