Lock Blockstore devices exclusively by default

This commit is contained in:
Vitaliy Filippov
2020-04-21 01:59:11 +03:00
parent 2a640ba2e8
commit 8c03e3ebab
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -357,6 +357,7 @@ void pg_t::calc_object_states()
void pg_t::print_state()
{
// FIXME Immediately report state on each change
printf(
"[PG %u] is %s%s%s%s%s%s%s%s%s (%lu objects)\n", pg_num,
(state & PG_OFFLINE) ? "offline" : "",