From: Samuel Just Date: Wed, 21 Mar 2012 01:56:20 +0000 (-0700) Subject: Add watch op to rados.py X-Git-Tag: 1.1.0~2598 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=91c08f6eeedef6fa44a2e5c9c27f7518eb6d2836;p=teuthology.git Add watch op to rados.py Signed-off-by: Samuel Just --- diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index bffcf5bdc..e43701a3a 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -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)),