]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados.py: include setattr and rmattr
authorSamuel Just <samuel.just@dreamhost.com>
Fri, 17 Feb 2012 00:10:45 +0000 (16:10 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Fri, 9 Mar 2012 00:14:44 +0000 (16:14 -0800)
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
teuthology/task/rados.py

index a976f3bc7bab5bae7f4835cc6fdc4b9907bba32f..bffcf5bdc64a795e8924cccdf1592582509fd62e 100644 (file)
@@ -63,6 +63,8 @@ def task(ctx, config):
         '--op', 'snap_create', str(op_weights.get('snap_create', 0)),
         '--op', 'snap_remove', str(op_weights.get('snap_remove', 0)),
         '--op', 'rollback', str(op_weights.get('rollback', 0)),
+        '--op', 'setattr', str(op_weights.get('setattr', 0)),
+        '--op', 'rmattr', str(op_weights.get('rmattr', 0)),
         '--max-ops', str(config.get('ops', 10000)),
         '--objects', str(config.get('objects', 500)),
         '--max-in-flight', str(config.get('max_in_flight', 16)),