commit | 95cca2b44e54b00a3ed6ed7dc869717cd6807e81 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Jul 11 17:34:46 2017 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Sep 06 19:56:41 2017 +0200 |
tree | 944f555f63a1b9641f2598703a562777437b0456 | |
parent | aa187926b739fb391f153335c7552c7a10d60e82 [diff] |
ceph: limit osd write size OSD has a configurable limitation of max write size. OSD return error if write request size is larger than the limitation. For now, set max write size to CEPH_MSG_MAX_DATA_LEN. It should be small enough. Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>