On Mon, Feb 8, 2021 at 9:05 AM Yedidyah Bar David <[email protected]> wrote: > > Hi all, > > I ran a loop of [1] (from [2]). The loop succeeded for ~ 380 > iterations, then failed with 'Too many open files'. First failure was: > > 2021-02-08 02:21:15,702+0100 ERROR (jsonrpc/4) [storage.HSM] Could not > connect to storageServer (hsm:2446) > Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/vdsm/storage/hsm.py", line > 2443, in connectStorageServer > conObj.connect() > File "/usr/lib/python3.6/site-packages/vdsm/storage/storageServer.py", > line 449, in connect > return self._mountCon.connect() > File "/usr/lib/python3.6/site-packages/vdsm/storage/storageServer.py", > line 171, in connect > self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP) > File "/usr/lib/python3.6/site-packages/vdsm/storage/mount.py", line > 210, in mount > cgroup=cgroup) > File "/usr/lib/python3.6/site-packages/vdsm/common/supervdsm.py", > line 56, in __call__ > return callMethod() > File "/usr/lib/python3.6/site-packages/vdsm/common/supervdsm.py", > line 54, in <lambda> > **kwargs) > File "<string>", line 2, in mount > File "/usr/lib64/python3.6/multiprocessing/managers.py", line 772, > in _callmethod > raise convert_to_error(kind, result) > OSError: [Errno 24] Too many open files > > But obviously, once it did, it continued failing for this reason on > many later operations. > > Is this considered a bug? Do we actively try to prevent such cases? So > should I open one and attach logs? Or it can be considered a "corner > case"? > > Using vdsm-4.40.50.3-37.git7883b3b43.el8.x86_64 from > ost-images-el8-he-installed-1-202102021144.x86_64 . > > I can also let access to the machine(s) if needed, for now.
Sorry, now cleaned this env. Can try to reproduce if there is interest. > > Thanks and best regards, > > [1] > https://gerrit.ovirt.org/gitweb?p=ovirt-system-tests.git;a=blob;f=he-basic-suite-master/test-scenarios/012_local_maintenance_sdk_pytest.py;h=35b4d36146def999caa6f47a8cde9db7132d4b15;hb=add917cbf2b62c0016b2d2183bf98fe036bd8d89 > > [2] https://gerrit.ovirt.org/c/ovirt-system-tests/+/113300 > -- > Didi -- Didi _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/OPCUJ3XC7OHSJQ7AZWUNOR2GM7MIXKVU/
