Bug 617044
| Summary: | Support re-provisioning of Xen / KVM Guests - inc OS reinstall for RHEV guests | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Clifford Perry <cperry> |
| Component: | Virtualization | Assignee: | Justin Sherrill <jsherril> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Kastner <jkastner> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 540 | CC: | jhutar, jkastner, jsherril, mzazrivec, paji, psklenar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-java-1.2.39-26 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-28 15:00:54 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 487678 | ||
|
Description
Clifford Perry
2010-07-22 04:19:19 UTC
Fixed: a0458ddc5188482e6f912189cac45972ec741315 Xen paravirt guests still aren't allowed for re-provisioning since it won't work (correct me if i'm wrong here). KVM and Xen fully virt should work. So this is an issue i encountered and fixed in f2ec5bf5e353a6dfbcae0b5efea42ccd7eb87e3f a few days ago. I didn't cherry pick it to satellite.git since it was so late in the devel cycle and it isn't a new issue for 5.4 (it was present in 5.3). Basically the system (or at least a system with the same mac address) is already registered or was registered at some point and a cobbler system record was created for it. If you simply run: for i in `cobbler system list`; do cobbler system remove --name=$i; done the provisioning should work. Cliff do you want me to backport the fix for this. It's a pretty big bug, but already exists in 5.3. -Justin Backported this fix: b4b999de424ebf3650e74961de517005314947ed Yep, That would be a good test. If you really wanted to test, re-register it to a 2nd org for the 3rd installation and try to provisioning from there :} Nothing special needed for the kickstart. verified on following platforms: rhel5, rhel6 kvm, rhel5 full virt. xen ia64 due bug 578506 failed filed bug 642629 Verified in stage -> release_pending. The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |