Fix size of test volume to 8GB
This commit is contained in:
parent
354150f757
commit
169e174d85
|
@ -161,7 +161,7 @@ def run_benchmark(self, pool):
|
||||||
volume = 'pvcbenchmark'
|
volume = 'pvcbenchmark'
|
||||||
|
|
||||||
# Create the RBD volume
|
# Create the RBD volume
|
||||||
retcode, retmsg = pvc_ceph.add_volume(zk_conn, pool, volume, "4G")
|
retcode, retmsg = pvc_ceph.add_volume(zk_conn, pool, volume, "8G")
|
||||||
if not retcode:
|
if not retcode:
|
||||||
raise BenchmarkError('Failed to create volume "{}": {}'.format(volume, retmsg), cur_time=cur_time, db_conn=db_conn, db_cur=db_cur, zk_conn=zk_conn)
|
raise BenchmarkError('Failed to create volume "{}": {}'.format(volume, retmsg), cur_time=cur_time, db_conn=db_conn, db_cur=db_cur, zk_conn=zk_conn)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue