Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#769502 Move limit configuration to its proper place ......................................................................
BZ#769502 Move limit configuration to its proper place Currently limit configuration is managed part by vdsmd.init and part by vdsm configuration. This is confusing an non standard. Putting a Vdsm configuration file in limits.d will make admins life easier when looking to change Vdsm's limits. This may result in a surprise on upgrade - if someone has max_open_files=nondefault on his vdsm.conf. HOWEVER, these are very few and very technical users who could handle (and would prefer) this sitting in limits.d Change-Id: I26345e634e59512c47ce5a52179d65951787c5c6 --- M vdsm.spec.in M vdsm/Makefile.am M vdsm/config.py.in A vdsm/limits.conf M vdsm/vdsmd.init.in 5 files changed, 11 insertions(+), 5 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/914 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26345e634e59512c47ce5a52179d65951787c5c6 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
