Implement graceful stopping of PGs

This commit is contained in:
Vitaliy Filippov
2020-04-03 13:03:42 +03:00
parent afe2e76c87
commit dfb6e15eaa
6 changed files with 86 additions and 18 deletions
-1
View File
@@ -4,7 +4,6 @@
void osd_t::secondary_op_callback(osd_op_t *op)
{
inflight_ops--;
if (op->req.hdr.opcode == OSD_OP_SECONDARY_READ ||
op->req.hdr.opcode == OSD_OP_SECONDARY_WRITE)
{