Bug 949543
| Summary: | resource_limits.template should be replaced as resource_limits.conf and mark it as config file in rpm spec file. | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Brenton Leanhardt <bleanhar> |
| Component: | Containers | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | bmeng, jialiu, libra-onpremise-devel, lmeyer, wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 949260 | Environment: | |
| Last Closed: | 2013-04-20 03:37:42 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 949260 | ||
|
Description
Brenton Leanhardt
2013-04-08 12:41:50 UTC
Commits pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/74be242b19b4531c8a4f9712aa4a2e1fa399a9f6 <node spec> bug 949543 use resource_limits.template directly as .conf in RPM https://bugzilla.redhat.com/show_bug.cgi?id=949543 (Origin clone of Enterprise https://bugzilla.redhat.com/show_bug.cgi?id=949260) This change causes the node RPM to own the resource_limits.conf file so that when it changes, users will at least get a .rpmnew file to show that they might want to look at updating their resource_limits.conf file to incorporate the changes. https://github.com/openshift/origin-server/commit/e47f3b6e4456566f1e4c0e633a2606c9f74f0a25 Merge pull request #1978 from sosiouxme/bz949543 <node spec> bug 949543 use resource_limits.template directly as .conf in... Checked this issue with package rubygem-openshift-origin-node.noarch 0:1.7.22-1.el6oso 1. Launch old_instance 2. Run rpm -qc rubygem-openshift-origin-node.noarch There is no resource_limits listed. 3. Remove the sym link resource_limits.conf 4. Copy the resouce_limits.conf.medium to resource_limits.conf 5. Update packages to latest 6. After upgrade resource_limits.conf.rpmnew exist under /etc/openshift/ resource_limits.conf can be listed by rpm -qc rubygem-openshift-origin-node.noarch Move bug to verified. |