Actions
Bug #38930
closedCannot perform LEAPP upgrade when RHEL 9.7 os object already exists
Difficulty:
Triaged:
No
Description
The error is due to conflict in fact parser that tries to create a new Opreatingsystem object with the same description/title as an existing one. This fails due to unique constraints on the mentioned fields.
Steps to Reproduce:
This is from memory, exact steps may be a bit different.
1. Create an OS with:
name: RedHat
major: 9 (or whatever matches your host OS)
minor: 7 (or whatever matches your host OS)
description: RHEL 9.7
2. Ensure no OS exists with name RHEL & major 9 & minor 7
3. Run the installer on a RHEL 9.7 Satellite server
Updated by The Foreman Bot 4 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10789 added
Updated by Shimon Shtein 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|1d8b06766073963dd0d4d7630f5d37bc9b9b9a6a.
Updated by The Foreman Bot 2 months ago
- Pull request https://github.com/theforeman/foreman/pull/10743 added
Actions