Skip to content

Commit

Permalink
librbd: flag image as updated after proxying maintenance op
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/16404
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Jun 21, 2016
1 parent 09022cb commit 478dd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librbd/Operations.cc
Expand Up @@ -235,6 +235,8 @@ struct C_InvokeAsyncRequest : public Context {
ldout(cct, 20) << __func__ << ": r=" << r << dendl;

if (r != -ETIMEDOUT && r != -ERESTART) {
image_ctx.state->handle_update_notification();

complete(r);
return;
}
Expand Down

0 comments on commit 478dd5f

Please sign in to comment.