oss << "scrubbing+";
if (state & PG_STATE_DEEP_SCRUB)
oss << "deep+";
- if (state & PG_STATE_SCRUBQ)
- oss << "scrubq+";
if (state & PG_STATE_INCONSISTENT)
oss << "inconsistent+";
if (state & PG_STATE_PEERING)
type = PG_STATE_SPLITTING;
else if (state == "scrubbing")
type = PG_STATE_SCRUBBING;
- else if (state == "scrubq")
- type = PG_STATE_SCRUBQ;
else if (state == "degraded")
type = PG_STATE_DEGRADED;
else if (state == "inconsistent")
//#define PG_STATE_STRAY (1<<6) // i must notify the primary i exist.
#define PG_STATE_SPLITTING (1<<7) // i am splitting
#define PG_STATE_SCRUBBING (1<<8) // scrubbing
-#define PG_STATE_SCRUBQ (1<<9) // queued for scrub
+//#define PG_STATE_SCRUBQ (1<<9) // queued for scrub
#define PG_STATE_DEGRADED (1<<10) // pg contains objects with reduced redundancy
#define PG_STATE_INCONSISTENT (1<<11) // pg replicas are inconsistent (but shouldn't be)
#define PG_STATE_PEERING (1<<12) // pg is (re)peering