diff --git a/teuthology/task/rados.py b/teuthology/task/rados.py index a976f3bc7ba..bffcf5bdc64 100644 --- a/teuthology/task/rados.py +++ b/teuthology/task/rados.py @@ -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)),