Hi~ We have make some modifications to osd queue so that Scrub would stay in queue when client_op is busy. But this brings a problem, some write request would be blocked by the scrub in queue too long time. So we want to block a write request only when the scrub out of queue. The question is, is there any accident will happen to it?