]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/FileStore: For getxattr, enlarge the value size avoid try again. 3974/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 12 Mar 2015 06:11:04 +0000 (14:11 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Thu, 12 Mar 2015 06:11:04 +0000 (14:11 +0800)
commitf07f394d03818cd73209dbc3e5925f515caad562
treead131a56fce7ca47a67b2caf33092594d2aaa8a4
parent64d9e05d420a04914c59c233b450e3c7a31c9e34
os/FileStore: For getxattr, enlarge the value size avoid try again.

Even the size of content of user.ceph._ is larger than 100. It will try
again. Avoid this, enlarge the buffer size which use
CHAIN_XATTR_MAX_BLOCK_LEN.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/FileStore.cc