Bug 1324211
Summary: | deleting a container using hammer silently fails without error | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | sthirugn <sthirugn> |
Component: | Container Management | Assignee: | Daniel Lobato Garcia <dlobatog> |
Status: | CLOSED ERRATA | QA Contact: | sthirugn <sthirugn> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bbuckingham, dzhukous, sthirugn |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/14519 | ||
Whiteboard: | |||
Fixed In Version: | rubygem-foreman_docker-2.0.1.4-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 09:30:56 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: | 1327320 | ||
Bug Blocks: |
Description
sthirugn@redhat.com
2016-04-05 20:23:07 UTC
Created redmine issue http://projects.theforeman.org/issues/14519 from this bug Containers deletion does work on the UI but the API is using a different method. I'll create a service so both use the same method for deleting containers - the API was just removing the Foreman object instead of making a delete call to the Docker API Now under review at https://github.com/theforeman/foreman-docker/pull/154 *** Bug 1266842 has been marked as a duplicate of this bug. *** Recently merged as https://github.com/theforeman/foreman-docker/commit/bbb77219ca1650d4bbb304ef431a5e4622853c3f Blocked with https://bugzilla.redhat.com/show_bug.cgi?id=1327320 How is this blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1327320? You can create a container using the hub, delete it using the API and see if it was deleted on the Docker host or not. Verified in satellite-6.2.0-8.0.beta.el7sat.noarch hammer> docker container delete --name newcontainer_01 Docker container deleted hammer> docker container delete --id 10 Docker container deleted And the external docker host had the containers deleted as well. 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. https://access.redhat.com/errata/RHBA-2016:1501 |