]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Increase number of ops done by fsx against rbd.
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 15 Jun 2012 18:55:33 +0000 (11:55 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 15 Jun 2012 18:55:35 +0000 (11:55 -0700)
Especially in the no-cache case, this should detect more races. The
fiemap problem is detectable on plana after ~5000 fsx ops.

suites/regression/basic/tasks/rbd_fsx_cache_writeback.yaml
suites/regression/basic/tasks/rbd_fsx_cache_writethrough.yaml
suites/regression/basic/tasks/rbd_fsx_nocache.yaml

index 3adf362cf02d275d6f847eace8d58f5da8df96f4..10152669a64bcae6b7edd7e10ab93649cdc74067 100644 (file)
@@ -5,4 +5,4 @@ tasks:
         rbd cache: true
 - rbd_fsx:
     clients: [client.0]
-    ops: 15000
+    ops: 20000
index 5c6fc2bd60e400eb627f0cd8aa5d72de04bcdac2..445a4bab6e3e29bf5835399114ef257925d330bb 100644 (file)
@@ -6,4 +6,4 @@ tasks:
         rbd cache max dirty: 0
 - rbd_fsx:
     clients: [client.0]
-    ops: 15000
+    ops: 20000
index a30470b16d9dbc3bdebac7af760c2195ef21c46b..10547ba6adf5b596cce73e3765425e8bb34dd3ca 100644 (file)
@@ -5,4 +5,4 @@ tasks:
         rbd cache: false
 - rbd_fsx:
     clients: [client.0]
-    ops: 2000
+    ops: 20000