We already show CRUSH_ITEM_NONE as NONE in the 'pg dump' output as of
57bac8ea88e5cdcb3854852d439f7e6cbf9df900; do the same for 'pg ls' (which
is the friendlier of the two and what users should be using anyway!).
Signed-off-by: Sage Weil <sage@redhat.com>
reported << st.reported_epoch << ":" << st.reported_seq;
ostringstream upstr, actingstr;
- upstr << st.up << 'p' << st.up_primary;
- actingstr << st.acting << 'p' << st.acting_primary;
+ upstr << pg_vector_string(st.up) << 'p' << st.up_primary;
+ actingstr << pg_vector_string(st.acting) << 'p' << st.acting_primary;
tab << *i
<< st.stats.sum.num_objects
<< st.stats.sum.num_objects_degraded