Project

General

Profile

ceph-13.2.8-debug-creating-pgs.diff

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

Download (513 Bytes)

View differences:

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