commit | 92475f05bdb6daefce3f55f46551153e7ed05f45 | [log] [tgz] |
---|---|---|
author | Jeff Layton <[email protected]> | Thu Apr 13 11:07:04 2017 -0400 |
committer | Ilya Dryomov <[email protected]> | Thu May 04 09:19:21 2017 +0200 |
tree | dee77a889f3dee44d2441bb50430f24c98a6d8ea | |
parent | 58eb7932ae4d671d2a2377a1779eda96a2789b11 [diff] |
ceph: handle epoch barriers in cap messages Have the client store and update the osdc epoch_barrier when a cap message comes in with one. When sending cap messages, send the epoch barrier as well. This allows clients to inform servers that their released caps may not be used until a particular OSD map epoch. Signed-off-by: Jeff Layton <[email protected]> Reviewed-by: "Yan, Zheng” <[email protected]> Signed-off-by: Ilya Dryomov <[email protected]>