commit | 28127bdd2f843e996f24b51a70a0592c7ec5c763 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri Nov 14 22:38:29 2014 +0800 |
committer | Ilya Dryomov <idryomov@redhat.com> | Wed Dec 17 20:09:52 2014 +0300 |
tree | f6053dbabcc606d7a5270f6069bc70e305cafe9d | |
parent | 83701246aee8f83b4b42483051b439fbe96ed47d [diff] |
ceph: convert inline data to normal data before data write Before any data write, convert inline data to normal data and set i_inline_version to CEPH_INLINE_NONE. The OSD request that saves inline data to object contains 3 operations (CMPXATTR, WRITE and SETXATTR). It compares a xattr named 'inline_version' to prevent old data overwrites newer data. Signed-off-by: Yan, Zheng <zyan@redhat.com>