From dbf903caad47275e7901d9eedec898f6fea9ac59 Mon Sep 17 00:00:00 2001 From: Sidhant Agrawal Date: Fri, 16 Feb 2018 13:34:08 +0530 Subject: [PATCH] typo correction os_install.py Signed-off-by: Sidhant Agrawal --- qa/workunits/rbd/os_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/os_install.py b/qa/workunits/rbd/os_install.py index 21cddaeb2db2b..498be151efe65 100644 --- a/qa/workunits/rbd/os_install.py +++ b/qa/workunits/rbd/os_install.py @@ -120,7 +120,7 @@ if __name__ == '__main__': if 'ubuntu' in execute_command('lsb_release -is', return_output=True).lower(): execute_command('ceph osd crush tunables hammer') - execute_command('ceph osd pool create {} 2 2'.format(pool_name)) + execute_command('ceph osd pool create {} 128 128'.format(pool_name)) execute_command('rbd create -s {} --image-feature layering {}/{}'.format(size, pool_name, image_name)) disk = execute_command('rbd map {}/{}'.format(pool_name, image_name), return_output=True).strip() execute_command('virt-install --name {} --memory {} --vcpus {} --disk {},size={},bus=virtio \ -- 2.39.5