]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: only ack subscriptions (and renew) if client or mon is old
authorSage Weil <sage@redhat.com>
Tue, 6 Oct 2015 19:25:02 +0000 (15:25 -0400)
committerSage Weil <sage@redhat.com>
Mon, 23 Nov 2015 13:38:48 +0000 (08:38 -0500)
commit26496b907758f0f4ac5b33bbc74795ab65227693
tree5302dfbb2bf9cae4b125d0d1b927d3eb52733893
parentae9d5ee65c1a0cd2444671bddfb83fd3a2667552
mon: only ack subscriptions (and renew) if client or mon is old

Old client expect an ack so they can schedule renewal; send it for
them only.

Old mons expect renewals.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/ceph_features.h
src/mon/MonClient.cc
src/mon/Monitor.cc