]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: include notifier's gid in notify
authorSage Weil <sage@redhat.com>
Tue, 7 Oct 2014 22:56:52 +0000 (15:56 -0700)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:32:37 +0000 (10:32 -0800)
commit8b409d498e96918bd7970fe4880b46e0949d4460
tree4b4d74c34d0870495d4dfa2f459ed26b0ac166e3
parente1a3bc870341321c43edcbe866133b412ce50905
librados: include notifier's gid in notify

The notify replies include the identify of everyone who acked the
notify.  For symmetry, inform the notified client who sent the notify.

Fixes: #9198
Signed-off-by: Sage Weil <sage@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/RadosClient.cc
src/librados/librados.cc
src/messages/MWatchNotify.h
src/osd/ReplicatedPG.cc
src/osd/Watch.cc
src/osd/Watch.h
src/test/librados/watch_notify.cc