libceph: force resend of osd requests if we skip an osdmap
authorSage Weil <sage@newdream.net>
Fri, 14 Oct 2011 20:33:55 +0000 (13:33 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:17 +0000 (16:10 -0700)
commit38d6453ca39ecce442628a93e1bb46d70d547512
tree7113a921788a83987e2e561e28eefbecd3733d5a
parentee3b56f265cafb28c9a1b58faed4f1dbdf51af86
libceph: force resend of osd requests if we skip an osdmap

If we skip over one or more map epochs, we need to resend all osd requests
because it is possible they remapped to other servers and then back.

Signed-off-by: Sage Weil <sage@newdream.net>
net/ceph/osd_client.c