commit | b8e69066d8afa8d2670dc697252ff0e5907aafad | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Wed May 21 17:41:08 2014 -0700 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Fri Jun 06 09:30:00 2014 +0800 |
tree | fd4969aaae0ba9e39ec7395768ed4b5b67c42b9a | |
parent | ffe312cf31c7d8616096616d469eb5f6bb8905c0 [diff] |
ceph: include time stamp in every MDS request We recently modified the client/MDS protocol to include a timestamp in the client request. This allows ctime updates to follow the client's clock in most cases, which avoids subtle problems when clocks are out of sync and timestamps are updated sometimes by the MDS clock (for most requests) and sometimes by the client clock (for cap writeback). Signed-off-by: Sage Weil <sage@inktank.com>