| Summary: | oc deploy --cancel reports no deployments running which conflicts with info from oc get pods | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Dan Mace <dmace> |
| Component: | Deployments | Assignee: | Michail Kargakis <mkargaki> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs, pweil, yinzhou |
| 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: | 2016-05-12 17:15:49 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: | |
|
Description
Dan Mace
2016-04-04 13:30:57 UTC
Zhou, can you please post the output of `oc get rc,dc -o yaml` The result of rc: http://pastebin.test.redhat.com/362411 The result of dc: http://pastebin.test.redhat.com/362412 Thanks. The only issue I am observing here is that the cancellation message post-cancel is wrong. Pull to fix message: https://github.com/openshift/origin/pull/8357 Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/0ec0c6c879de32332fabca13ba91a6dc4d55bf99 Bug 1323710: fix deploy --cancel message on subsequent calls Verified on latest ami devenv_rhel7_3911, the issue has fixed: openshift v1.1.6-7-gb022375 kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 [root@ip-172-18-8-178 amd64]# oc deploy ruby-hello-world --cancel No deployments are in progress (latest deployment #3 cancelled 22 seconds ago) |