Bug 1084876
Summary: | RFE: rename /etc/sysctl.d/libvirtd to something starts with numbers | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Satoru SATOH <ssato> |
Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | dyuan, jdenemar, lmiksik, mzhan, rbalakri, ydu, zhwang |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.15-1.el7 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 05:45:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Satoru SATOH
2014-04-07 05:56:45 UTC
Hmm, being consistent would be nice but creating zz-local.conf is not any harder than 99-local.conf. And given that RHEL-6 stores this file in /etc/sysctl.d rather than /usr/lib/sysctl.d, I feel like it's probably more important to keep the name as is for RHEL-6. Let's move this bug to RHEL-7. Patch sent upstream for review: https://www.redhat.com/archives/libvir-list/2015-April/msg00667.html Pushed upstream as v1.2.14-199-g0c68ec7: commit 0c68ec7d78952028282cfc39dad76af00b457801 Author: Jiri Denemark <jdenemar> Date: Wed Apr 15 11:49:22 2015 +0200 daemon: Prefix sysctl configuration filename with a number Apparently, files in /usr/lib/sysctl.d are usually prefixed with numbers for easier ordering. Let's be consistent with this. I chose 60 for libvirtd so that it goes after 50-default.conf. https://bugzilla.redhat.com/show_bug.cgi?id=1084876 Signed-off-by: Jiri Denemark <jdenemar> I can produce this bug with build libvirt-1.2.14-1.el7.x86_64 # pwd /usr/lib/sysctl.d # ll total 12 -rw-r--r--. 1 root root 466 Jan 15 17:17 00-system.conf -rw-r--r--. 1 root root 1297 May 19 03:16 50-default.conf -rw-r--r--. 1 root root 499 Apr 2 16:53 libvirtd.conf verify this with build libvirt-1.2.17-1.el7.x86_64 # pwd /usr/lib/sysctl.d # ll total 12 -rw-r--r--. 1 root root 466 Jan 15 17:17 00-system.conf -rw-r--r--. 1 root root 1297 Jun 30 21:27 50-default.conf -rw-r--r--. 1 root root 499 Jul 2 15:40 60-libvirtd.conf libvirtd.conf has been changed to start with number like 60-libvirtd.conf, so move to verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2202.html |