rados.py: include setattr and rmattr

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
Samuel Just 2012-02-16 16:10:45 -08:00
parent 31762c0003
commit ddc1ab0c03

View 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)),