Skip to content

Commit 3616888

Browse files
committed
rbd: drop redundant separator between DAEMONS and IMAGES sections
... in "rbd mirror pool status --verbose" output. Before: DAEMONS service 4388: ... health: OK IMAGES a1: global_id: 8f5531db-0ec5-41da-907b-95f457f1b316 state: up+stopped ... After: DAEMONS service 4388: ... health: OK IMAGES a1: global_id: 8f5531db-0ec5-41da-907b-95f457f1b316 state: up+stopped ... Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 95d6395 commit 3616888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/rbd/action/MirrorPool.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,6 @@ int execute_status(const po::variables_map &vm,
16621662
}
16631663
std::cout << std::endl;
16641664
}
1665-
std::cout << std::endl;
16661665
}
16671666

16681667
// dump per-image status

0 commit comments

Comments
 (0)