]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
rbd_fsx: show progress
authorSage Weil <sage@newdream.net>
Thu, 19 Apr 2012 20:32:01 +0000 (13:32 -0700)
committerSage Weil <sage@newdream.net>
Thu, 19 Apr 2012 20:32:01 +0000 (13:32 -0700)
The updated fsx takes this arg.

Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/task/rbd_fsx.py

index 1631be65c87471608f244f915b6a7c20d057dfa8..c89e4ba0d12b1755cc7c7ecda26da60fa3471fad 100644 (file)
@@ -49,6 +49,7 @@ def _run_one_client(ctx, config, role):
             '/tmp/cephtest/binary/usr/local/bin/test_librbd_fsx',
             '-d',
             '-W', '-R', # mmap doesn't work with rbd
+            '-p', str(config.get('progress_interval', 100)),  # show progress
             '-P', '/tmp/cephtest/archive',
             '-t', '4194304',
             '-l', str(config.get('size', 1073741824)),