Searched hist:a40c4f10e3fb96030358e49abd010c1f08446fa3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | ceph_common.c | diff a40c4f10e3fb96030358e49abd010c1f08446fa3 Mon Mar 21 17:07:16 CDT 2011 Yehuda Sadeh <yehuda@hq.newdream.net> libceph: add lingering request and watch/notify event framework
Lingering requests are requests that are sent to the OSD normally but tracked also after we get a successful request. This keeps the OSD connection open and resends the original request if the object moves to another OSD. The OSD can then send notification messages back to us if another client initiates a notify.
This framework will be used by RBD so that the client gets notification when a snapshot is created by another node or tool.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
|
H A D | osd_client.c | diff a40c4f10e3fb96030358e49abd010c1f08446fa3 Mon Mar 21 17:07:16 CDT 2011 Yehuda Sadeh <yehuda@hq.newdream.net> libceph: add lingering request and watch/notify event framework
Lingering requests are requests that are sent to the OSD normally but tracked also after we get a successful request. This keeps the OSD connection open and resends the original request if the object moves to another OSD. The OSD can then send notification messages back to us if another client initiates a notify.
This framework will be used by RBD so that the client gets notification when a snapshot is created by another node or tool.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
|
/openbmc/linux/include/linux/ceph/ |
H A D | osd_client.h | diff a40c4f10e3fb96030358e49abd010c1f08446fa3 Mon Mar 21 17:07:16 CDT 2011 Yehuda Sadeh <yehuda@hq.newdream.net> libceph: add lingering request and watch/notify event framework
Lingering requests are requests that are sent to the OSD normally but tracked also after we get a successful request. This keeps the OSD connection open and resends the original request if the object moves to another OSD. The OSD can then send notification messages back to us if another client initiates a notify.
This framework will be used by RBD so that the client gets notification when a snapshot is created by another node or tool.
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
|