Bug 970829
Summary: | rhc-admin-migrate will attempt to migrate a gear in the process of being deleted. | ||
---|---|---|---|
Product: | OpenShift Online | Reporter: | Wesley Hearn <whearn> |
Component: | Pod | Assignee: | Abhishek Gupta <abhgupta> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.x | CC: | dmcphers, jhonce, jhou, rchopra, xtian |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-22 15:15:48 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
Wesley Hearn
2013-06-05 02:48:43 UTC
Pull request - https://github.com/openshift/origin-server/pull/3028 Use the quarantine flag to not let the 'delete' operation through. To test this, run 'quarantine-all' script on a system ready for migration. Try to delete an app, and the request should get denied. Earlier it was possible to do so. Wasn't able to reproduce this bug on devenv_3482, start deleting a gear, then start migrating the gear with oo-admin-upgrade, the migration will stop due to application not found. Mark as verified. Re-tested with quarantine-all script, try to delete an app, the delete request is denied, the client will see "Your application is being upgraded and configuration changes can not be made at this time. Please try again later." Therefore, the migration won't be interrupted. |