]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
libcephfs: ignore restoring the open files limit
authorXiubo Li <xiubli@redhat.com>
Fri, 7 Aug 2020 08:21:07 +0000 (16:21 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 31 May 2021 01:49:01 +0000 (09:49 +0800)
commitf191eb907354349a1d4f61389eb7994d8e103bad
tree33fd17cc432cc0a0a6234f433c02a1acd521f96f
parent991cc6f030c3cdf392ab9b61c826ed0757d6016b
libcephfs: ignore restoring the open files limit

Let's just ignore restoring the open files limit, the kernel will
defer releasing the file descriptors and then the process will be
possibly reachthe open files limit.

Fixes: https://tracker.ceph.com/issues/43039
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit c871d68)
src/test/libcephfs/test.cc