commit | 94e6992bb560be8bffb47f287194adf070b57695 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Sep 26 18:03:16 2018 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Oct 22 10:28:20 2018 +0200 |
tree | 5ab819eb888a10158f7b0904a38166d86ff787fe | |
parent | bddff633ab7bc60a18a86ac8b322695b6f8594d0 [diff] |
libceph: bump CEPH_MSG_MAX_DATA_LEN If the read is large enough, we end up spinning in the messenger: libceph: osd0 192.168.122.1:6801 io error libceph: osd0 192.168.122.1:6801 io error libceph: osd0 192.168.122.1:6801 io error This is a receive side limit, so only reads were affected. Cc: stable@vger.kernel.org Signed-off-by: Ilya Dryomov <idryomov@gmail.com>