Conscrypt, enabled by default in StoRM WebDAV 1.2.1, has a bug that leadsĀ to a leak of file descriptors:
https://github.com/eclipse/jetty.project/issues/3111
Until there's a fix released for this, Conscrypt, enabled by default, should be disabled.
Conscrypt can be disabled by setting these env variables in /etc/sysconfig/storm-webdav
STORM_WEBDAV_USE_CONSCRYPT="false"
STORM_WEBDAV_TPC_USE_CONSCRYPT="false"
STORM_WEBDAV_ENABLE_HTTP2="false"
In the next version storm-webdav will come with conscrypt disabled by default and with a new version of conscrypt that fixes the leak problem