Bug 1343999
Summary: | upgrade failure if any system not properly registered | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Justin Sherrill <jsherril> |
Component: | Content Management | Assignee: | Justin Sherrill <jsherril> |
Status: | CLOSED ERRATA | QA Contact: | jcallaha |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bbuckingham, jcallaha, lpramuk, sghai |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/15301 | ||
Whiteboard: | |||
Fixed In Version: | rubygem-katello-3.0.0.48-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 11:34:30 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: | 1335807 |
Description
Justin Sherrill
2016-06-08 13:15:45 UTC
Created from redmine issue http://projects.theforeman.org/issues/15301 Upstream bug assigned to jsherril To reproduce, prior to upgrade simply run: s = ::Katello::System.first s.uuid = nil s.save! Verified in Satellite 6.2 Beta Snap 21. #<Katello::System id: 1, uuid: "4b74f06b-eac9-4763-ab1b-dfb3f243a6cf", name: "qe-blade-05.idmqe.lab.eng.bos.redhat.com", description: "Initial Registration Params", location: "None", environment_id: 1, created_at: "2016-07-21 13:45:23", updated_at: "2016-07-21 13:45:25", type: "Katello::System", content_view_id: 1, host_id: nil> then ran steps provided by justin to get #<Katello::System id: 1, uuid: nil, name: "qe-blade-05.idmqe.lab.eng.bos.redhat.com", description: "Initial Registration Params", location: "None", environment_id: 1, created_at: "2016-07-21 13:45:23", updated_at: "2016-07-21 13:50:23", type: "Katello::System", content_view_id: 1, host_id: nil> no issues seen during upgrade to latest 6.2 snap. 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 |