X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fqa%2Ftasks%2Frepair_test.py;h=5a63bd636aa7e4a26fbd22d4fdf9900c8cb4ec7c;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=26851e25e3de80d4b578ab7be0c80fe5d3162326;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/qa/tasks/repair_test.py b/ceph/qa/tasks/repair_test.py index 26851e25e..5a63bd636 100644 --- a/ceph/qa/tasks/repair_test.py +++ b/ceph/qa/tasks/repair_test.py @@ -275,7 +275,7 @@ def task(ctx, config): - 'scrub [0-9]+ errors' - 'size 1 != size' - 'attr name mismatch' - - 'Regular scrub request, losing deep-scrub details' + - 'Regular scrub request, deep-scrub details will be lost' conf: osd: filestore debug inject read err: true @@ -288,7 +288,7 @@ def task(ctx, config): 'repair_test task only accepts a dict for config' manager = ctx.managers['ceph'] - manager.wait_for_all_up() + manager.wait_for_all_osds_up() manager.raw_cluster_cmd('osd', 'set', 'noscrub') manager.raw_cluster_cmd('osd', 'set', 'nodeep-scrub')