Bug 1948944

Summary: RHVH 4.4.6 ISO (RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso) installation failed
Product: Red Hat Enterprise Virtualization Manager Reporter: cshao <cshao>
Component: redhat-virtualization-hostAssignee: Lev Veyde <lveyde>
Status: CLOSED ERRATA QA Contact: cshao <cshao>
Severity: high Docs Contact:
Priority: urgent    
Version: 4.4.6CC: arachman, cshao, lsvaty, lveyde, mavital, peyu, sbonazzo, shlei, weiwang, yaniwang
Target Milestone: ovirt-4.4.6Keywords: Regression, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: redhat-virtualization-host-productimg-4.4.6-3.el8 RHVH-4.4-20210413.0-RHVH-x86_64-dvd1.iso Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-06-03 10:24:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
install failed
none
all logs none

Description cshao 2021-04-13 06:43:48 UTC
Created attachment 1771507 [details]
install failed

Description of problem:
RHVH 4.4.6 ISO (RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso) install failed

============
ValueError: The mount point is not valid.

Version-Release number of selected component (if applicable):
RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso

How reproducible:


Steps to Reproduce:
1. Install RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso via anaconda GUI.
2.
3.

Actual results:
RHVH 4.4.6 ISO (RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso) install failed

Expected results:
RHVH 4.4.6 ISO install can successful.

Additional info:

Comment 1 cshao 2021-04-13 06:48:06 UTC
Created attachment 1771508 [details]
all logs

Comment 3 Lev Veyde 2021-04-13 10:58:31 UTC
Looks like the issue is due to the change in the Anaconda, that removed VIRTUALIZATION as a valid value for default_partitioning scheme.

Comment 4 Lev Veyde 2021-04-13 12:00:37 UTC
A little bit more clarification is required to properly explain the issue.

As already mentioned Anaconda had removed VIRTUALIZATION (and all other defines) as a valid value(s) for the default_partitioning property.
That is something like:

[Storage]
default_scheme = LVM_THINP
default_partitioning = VIRTUALIZATION

that was valid in Ananonda 33.16.3.x is no longer valid format in Anaconda 33.16.4.x

Instead, since Anaconda 33.16.4.x one needs to provide a full partitioning schema i.e. :

[Storage]
default_scheme = LVM_THINP
default_partitioning =
    /              (min 6 GiB)
    /home          (size 1 GiB)
    /tmp           (size 1 GiB)
    /var           (size 15 GiB)
    /var/log       (size 8 GiB)
    /var/log/audit (size 2 GiB)

To make things even more complicated, it's impossible to use the new format in older Anaconda versions (i.e. 33.16.3.x).
Thus the old format must be used for older version(s) of Anaconda, and new format for the newer version(s).

Comment 6 Lev Veyde 2021-04-13 13:03:45 UTC
Can you please verify that the new version resolves the issue?

Comment 22 errata-xmlrpc 2021-06-03 10:24:42 UTC
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 (Moderate: Red Hat Virtualization Host security update [ovirt-4.4.6]), 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-2021:2239