| Summary: | The deployment(not cancelled successfully) state is different from web UI and CLI | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yadan Pei <yapei> | ||||||
| Component: | Management Console | Assignee: | Michail Kargakis <mkargaki> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.x | CC: | aos-bugs, dmace, jokerman, mkargaki, mmccomas, pweil, yanpzhan, yinzhou | ||||||
| Target Milestone: | --- | Keywords: | UpcomingRelease | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-05-23 15:09:20 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: | |||||||
| Attachments: |
|
||||||||
|
Description
Yadan Pei
2016-04-06 10:43:46 UTC
ccing Michail Kargakis This is the same bug as https://bugzilla.redhat.com/show_bug.cgi?id=1323710 and is fixed in HEAD for Origin Sorry, this is almost the same as https://bugzilla.redhat.com/show_bug.cgi?id=1323710 but not exactly. Working on a fix. Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/95f1ffa347bc3a50215c4660e09109349dd04990 Bug 1324437: show cancel as subordinate to non-terminating phases Reproduces on Online $ oc deploy hooks hooks deployment #1 deployed 50 seconds ago - 1 pod $ oc deploy hooks --latest; oc deploy hooks --cancel; oc deploy hooks Started deployment #2 Cancelled deployment #2 hooks deployment #2 running (cancelling) for 6 seconds hooks deployment #1 deployed about a minute ago $ oc deploy hooks hooks deployment #2 deployed 25 seconds ago - 1 pod Web UI shows "CANCELLED" status for #2 deployment while pod for deployment #2 in running status Created attachment 1146377 [details]
CancelledStatusOnOvervierw
Created attachment 1146378 [details]
PodRunning
https://github.com/openshift/origin/commit/95f1ffa347bc3a50215c4660e09109349dd04990 is deployed to dev-preview-int, please re-test. Confirmed with the latest dev-preview-int : openshift v3.2.0.16, the issue has fixed. will verify this . |