Dan Kenigsberg has submitted this change and it was merged. Change subject: Increasing the amount of open file descriptor for vdsm user ......................................................................
Increasing the amount of open file descriptor for vdsm user As part of fixing fds leak we increase the amount of available open fds to allow stability in large scale of simultaneously operations. Currently lv operations can't run simultaneously and wait for pior operation to end. Simultaneously attach sd requests open fds and close them only after end, when operation waits on lv operation vdsm keeps the fds open for long time. Change-Id: Ide73b075c56c83d0298a9cd3a0892b0ce7cd46f6 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=920532 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/limits.conf 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: Yaniv Bronhaim: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13566 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ide73b075c56c83d0298a9cd3a0892b0ce7cd46f6 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
