Bug 1356126
Summary: | [RFE] Implement host disassociation command | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Bryan Kearney <bkearney> |
Component: | Hammer | Assignee: | Shira Maximov <mshira> |
Status: | CLOSED ERRATA | QA Contact: | Jan Hutař <jhutar> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2.0 | CC: | fgarciad, jhutar, jsherril, lhellebr, mshira, pcreech |
Target Milestone: | 6.5.0 | Keywords: | FutureFeature, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-14 12:36:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bryan Kearney
2016-07-13 12:58:30 UTC
Created from redmine issue http://projects.theforeman.org/issues/15674 *** Bug 1592550 has been marked as a duplicate of this bug. *** Upstream bug assigned to mshira Upstream bug assigned to mshira Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/15674 has been resolved. When you create a host that is connected to a compute resource it's automatically associate to the compute resource. In order to find out if the host is associate, you should go the the edit host screen, and then in the upper right corner you have a button "Disassociate host", which means the host is associate. Thank you Shira! Looks good (host in question was not installed because of bug 1653558, but created in libvirt compute resource): [root@satellite ~]# hammer host info --name ken-tenore.nodhcp.local | grep "Compute Resource" Compute Resource: laptop [root@satellite ~]# hammer host disassociate --name ken-tenore.nodhcp.local The host has been disassociated from VM [root@satellite ~]# hammer host info --name ken-tenore.nodhcp.local | grep "Compute Resource" [root@satellite ~]# hammer host disassociate --name ken-tenore.nodhcp.local The host has been disassociated from VM [root@satellite ~]# hammer host info --name ken-tenore.nodhcp.local | grep "Compute Resource" [root@satellite ~]# satellite-6.5.0-5.beta.el7sat.noarch => VERIFIED 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/RHSA-2019:1222 |