]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/ec_lost_unfound.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / tasks / ec_lost_unfound.py
index cc0bdb25850d2cf5ed1344b6098ac24a9f4d38b9..2412cbd583acca87f86a26680184ea8f86b5641d 100644 (file)
@@ -123,7 +123,7 @@ def task(ctx, config):
             # verify that i can list them direct from the osd
             log.info('listing missing/lost in %s state %s', pg['pgid'],
                      pg['state']);
-            m = manager.list_pg_missing(pg['pgid'])
+            m = manager.list_pg_unfound(pg['pgid'])
             log.info('%s' % m)
             assert m['num_unfound'] == pg['stat_sum']['num_objects_unfound']