Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rbd-mirror HA: move librbd::image_watcher::Notifier to librbd::object_watcher #11290

Merged
merged 1 commit into from Oct 10, 2016

Conversation

trociny
Copy link
Contributor

@trociny trociny commented Oct 3, 2016

Fixes: http://tracker.ceph.com/issues/17017
Signed-off-by: Mykola Golub mgolub@mirantis.com


namespace librbd {

struct ImageCtx;

namespace image_watcher {

class Notifier {
class Notifier : public object_watcher::Notifier {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: since this class doesn't appear to do anything anymore, can you just swap the current calls to image_watcher::Notifier to object_watcher::Notifier?

…_watcher

Fixes: http://tracker.ceph.com/issues/17017
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
@trociny
Copy link
Contributor Author

trociny commented Oct 4, 2016

@dillaman updated

@dillaman dillaman merged commit d776165 into ceph:master Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants