Project

General

Profile

Feature #3877

krbd: don't wait for notify ack to complete

Added by Alex Elder about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

When we receive notification of a change to an rbd image's header
object we need to refresh our information about the image (its
size and snapshot context). Once we have refreshed our rbd image
we need to acknowledge the notification.

This acknowledgement was previously done synchronously, but there's
really no need to wait for it to complete.

I've already implemented this change, but it's a small but
significant change in behavior so I'm documenting it here.

History

#1 Updated by Alex Elder about 11 years ago

  • Status changed from New to In Progress

Ian points out that "I've already implemented this change"
suggests that the status of this issue should at least
be "In Progress."

So now it is.

#2 Updated by Alex Elder about 11 years ago

I have implemented this in the new request code.
It will be posted for review along with the rest
of that new code in the next couple of days.

#3 Updated by Alex Elder about 11 years ago

  • Status changed from In Progress to Fix Under Review

I've posted this code for review. I continue to do testing.

#4 Updated by Alex Elder about 11 years ago

  • Status changed from Fix Under Review to 7

#5 Updated by Alex Elder about 11 years ago

  • Status changed from 7 to Closed

commit a8a34efcac7a33e7631fe8bf25530bd4be0417f8
Author: Alex Elder <>
Date: Thu Jan 17 12:18:46 2013 -0600

rbd: send notify ack asynchronously

Also available in: Atom PDF