From 2c9889bb768198fe292de0c3edb076707e8a50e0 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 (cherry picked from commit 87072e277c9ef259c9ee2ae1f761e252aa216713) --- 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 b4be0cdf5a5..0d651ca7641 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.47.3