Skip to content

Commit 4d18b13

Browse files
committed
osd/PG: add logs to PG::split_into()
Signed-off-by: Matan Breizman <[email protected]>
1 parent 6479e9e commit 4d18b13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/osd/PG.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ void PG::finish_recovery_op(const hobject_t& soid, bool dequeue)
514514

515515
void PG::split_into(pg_t child_pgid, PG *child, unsigned split_bits)
516516
{
517+
dout(10) << __func__ << " split_bits " << split_bits << dendl;
518+
517519
recovery_state.split_into(child_pgid, &child->recovery_state, split_bits);
518520

519521
child->update_snap_mapper_bits(split_bits);

0 commit comments

Comments
 (0)