diff options
author | Xiubo Li <xiubli@redhat.com> | 2023-11-07 09:37:47 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-01-15 15:40:50 +0100 |
commit | b79e4a0aa902322756ced7361a2c637d462c3c1c (patch) | |
tree | a04f530e0c81e33d279e5f70b60abdc70cd1c574 /fs/ceph/addr.c | |
parent | f48e0342a74d7770cdf1d11894bdc3b6d989b29e (diff) |
libceph: remove MAX_EXTENTS check for sparse reads
There is no any limit for the extent array size and it's possible
that when reading with a large size contents the total number of
extents will exceed 4096. Then the messager will fail by reseting
the connection and keeps resending the inflight IOs infinitely.
[ idryomov: adjust error message ]
Link: https://tracker.ceph.com/issues/62081
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/addr.c')
0 files changed, 0 insertions, 0 deletions