| Summary: | Scaled app, deployments retained over configured limit on a single gear [Upstream] | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Brenton Leanhardt <bleanhar> |
| Component: | ImageStreams | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0.0 | CC: | agoldste, dave, gpei |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-node-1.17.5.3-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1038634 | Environment: | |
| Last Closed: | 2014-01-13 14:55:12 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: | |
| Bug Depends On: | 1038634 | ||
| Bug Blocks: | |||
|
Description
Brenton Leanhardt
2013-12-05 18:21:29 UTC
next build of rubygem-openshift-origin-node https://github.com/openshift/enterprise-server/pull/176 origin-server: commit 754840e2b9dd32a1e30e05392af3cfbb195e3a8a Author: Andy Goldstein <andy.goldstein> Date: Thu Dec 5 11:27:59 2013 -0500 Prune from child gear app-deployments dir Modify distribute implementation so it keeps the entire app-deployments dir (excluding the "current" symlink) in sync between the proxy gear and the child gears. Previously, each new deployment would create a new deployment dir on the children in app-deployments without pruning older deployment dirs, eventually filling up a gear's quota. Bug 1038634 Verify this bug with rubygem-openshift-origin-node-1.17.5.3-1 1. Create a scaled application. 2. Set scaling settings to 1 gear minimum. 3. Set configuration to retain 1 deployment. 4. Set scaling settings to 2 gears minimum. 5. Make some deployments, check "2nd" gear's "app-deployment" folder. Only 1 deployment record under the folder. 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. http://rhn.redhat.com/errata/RHBA-2014-0020.html |