Project

General

Profile

Bug #44184 ยป ceph-13.2.8-debug-creating-pgs.diff

Nikola Ciprich, 03/23/2020 03:39 PM

View differences:

ceph-13.2.8-debug/src/mon/OSDMonitor.cc 2020-03-23 15:46:36.518509235 +0100
{
std::lock_guard<std::mutex> l(creating_pgs_lock);
if (!creating_pgs.pgs.empty()) {
dout(10) << __func__ << " creating_pgs.pgs not empty, trim will be skipped. Dump follows:\n";
JSONFormatter f(true);
creating_pgs.dump(&f);
f.flush(*_dout);
*_dout << dendl;
return 0;
}
}
    (1-1/1)