]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debugs wip-xuxuehan-65317-65283-65234-testing
authorXuehan Xu <xuxuehan@qianxin.com>
Wed, 3 Sep 2025 11:10:18 +0000 (19:10 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Thu, 4 Sep 2025 02:49:06 +0000 (10:49 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/osd/PeeringState.cc

index 1bcf7936fcea96603fab26fd64d54a1418a7881b..34e8e728bbe97b7485bc1b77a65e9f50916b3dd0 100644 (file)
@@ -1515,6 +1515,7 @@ bool PeeringState::needs_recovery() const
     if (pm->second.num_missing()) {
       psdout(10) << "osd." << peer << " has "
                 << pm->second.num_missing() << " missing" << dendl;
+      psdout(10) << "osd." << peer << " all missing: " << pm->second.get_rmissing() << dendl;
       return true;
     }
   }