Hi! A bug fix in ceph has made some changes in the way xattr limits are enforced on the client side. This requires some fixes on tests generic/020 and generic/486. * Changes since v1: - patch 0001: Set the max size for xattrs values to a 65000, so that it is close to the maximum, but still able to accommodate any pre-existing xattr - patch 0002: Same thing as patch 0001, but in a more precise way: actually take into account the exact sizes for name+value of a pre-existing xattr. Luís Henriques (2): generic/020: adjust max_attrval_size for ceph generic/486: adjust the max xattr size src/attr_replace_test.c | 7 ++++++- tests/generic/020 | 10 +++++++++- 2 files changed, 15 insertions(+), 2 deletions(-)