]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/ceph_objectstore_tool.py
update sources to 12.2.2
[ceph.git] / ceph / qa / tasks / ceph_objectstore_tool.py
index 3dc49624c2cb6f9e6811fce158144fd2231c3a68..912577317b40277cd6f0e8118246cd57d394b562 100644 (file)
@@ -591,7 +591,7 @@ def test_objectstore(ctx, config, cli_remote, REP_POOL, REP_NAME, ec=False):
                 continue
 
             for pg in pgs[osdid]:
-                cmd = ((prefix + "--op remove --pgid {pg}").
+                cmd = ((prefix + "--force --op remove --pgid {pg}").
                        format(pg=pg, id=osdid))
                 proc = remote.run(args=cmd, check_status=False,
                                   stdout=StringIO())