We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6479e9e commit 4d18b13Copy full SHA for 4d18b13
src/osd/PG.cc
@@ -514,6 +514,8 @@ void PG::finish_recovery_op(const hobject_t& soid, bool dequeue)
514
515
void PG::split_into(pg_t child_pgid, PG *child, unsigned split_bits)
516
{
517
+ dout(10) << __func__ << " split_bits " << split_bits << dendl;
518
+
519
recovery_state.split_into(child_pgid, &child->recovery_state, split_bits);
520
521
child->update_snap_mapper_bits(split_bits);
0 commit comments