]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add watch op to rados.py
authorSamuel Just <sam.just@dreamhost.com>
Wed, 21 Mar 2012 01:56:20 +0000 (18:56 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 21 Mar 2012 02:00:12 +0000 (19:00 -0700)
Signed-off-by: Samuel Just <sam.just@dreamhost.com>
teuthology/task/rados.py

index bffcf5bdc64a795e8924cccdf1592582509fd62e..e43701a3adde70cf02e4d91ceb8e287f0dd464f6 100644 (file)
@@ -65,6 +65,7 @@ def task(ctx, config):
         '--op', 'rollback', str(op_weights.get('rollback', 0)),
         '--op', 'setattr', str(op_weights.get('setattr', 0)),
         '--op', 'rmattr', str(op_weights.get('rmattr', 0)),
+        '--op', 'watch', str(op_weights.get('watch', 0)),
         '--max-ops', str(config.get('ops', 10000)),
         '--objects', str(config.get('objects', 500)),
         '--max-in-flight', str(config.get('max_in_flight', 16)),