Handle secondary OSD connection errors [in theory]

This commit is contained in:
Vitaliy Filippov
2020-03-30 19:51:34 +03:00
parent 43fe1d88e7
commit 8a8b619875
7 changed files with 174 additions and 67 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ int blockstore_impl_t::dequeue_stable(blockstore_op_t *op)
else if (IS_UNSYNCED(dirty_it->second.state))
{
// Object not synced yet. Caller must sync it first
op->retval = -EAGAIN;
op->retval = -EBUSY;
FINISH_OP(op);
return 1;
}