Re: [ceph-users] Is there any way for ceph-osd to control the max fds?

2018-09-19 Thread Jeffrey Zhang
Thanks Gregory for the explanation. > > files open (which mostly only applies to FileStore and there's a > config, defaults to 1024 I think). > After searched the ceph doc, i do not think there is a such option[0] I found a similar `filestore flusher max fds=512` option, but it is already

Re: [ceph-users] Is there any way for ceph-osd to control the max fds?

2018-09-19 Thread Gregory Farnum
On Mon, Sep 17, 2018 at 5:39 AM, Jeffrey Zhang wrote: > In one env, which is deployed through container, i found the ceph-osd always > be suicide due to "error (24) Too many open files" > > Then i increased the LimitNOFILE for the container from 65k to 655k, which > could fix the issue. > But the

[ceph-users] Is there any way for ceph-osd to control the max fds?

2018-09-17 Thread Jeffrey Zhang
In one env, which is deployed through container, i found the ceph-osd always be suicide due to "error (24) Too many open files" Then i increased the LimitNOFILE for the container from 65k to 655k, which could fix the issue. But the FDs increase all the time. now the max number is around 155k. I