It seems like the Objecter doesn't resend commands if the primary doesn't change. As far as I can tell, mark_unfound_lost is the only command which doesn't complete syncronously (since the cleanup pre-jewel) since it waits for the Repop to commit. On interval change, it doesn't really make sense to requeue the Command message since it didn't go through the normal op queue. So should we: 1) Change lost_unfound to just return success immediately 2) Update the objecter to unconditionally resend Commands on interval change 3) Just return success on interval change, though it's possible that the update will end up divergent -Sam -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html