We use "backfill_wait" everywhere except this one.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
- recovery_wait: waiting for local/remote reservations
- recovering: recovering
- - wait_backfill: waiting for remote backfill reservations
+ - backfill_wait: waiting for remote backfill reservations
- backfilling: backfilling
- backfill_toofull: backfill reservation rejected, OSD too full
oss << "repair+";
if ((state & PG_STATE_BACKFILL_WAIT) &&
!(state &PG_STATE_BACKFILL))
- oss << "wait_backfill+";
+ oss << "backfill_wait+";
if (state & PG_STATE_BACKFILL)
oss << "backfilling+";
if (state & PG_STATE_BACKFILL_TOOFULL)