]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
typo correction os_install.py
authorSidhant Agrawal <sagrawal@redhat.com>
Fri, 16 Feb 2018 08:04:08 +0000 (13:34 +0530)
committerSidhant Agrawal <sagrawal@redhat.com>
Fri, 16 Feb 2018 08:04:08 +0000 (13:34 +0530)
Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com>
qa/workunits/rbd/os_install.py

index 21cddaeb2db2b60b642bb5e27cb12f90bc7b8eb3..498be151efe65909419288ab394ad15350701fb1 100644 (file)
@@ -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 \