Bug 1948944 - RHVH 4.4.6 ISO (RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso) installation failed
Summary: RHVH 4.4.6 ISO (RHVH-4.4-20210412.3-RHVH-x86_64-dvd1.iso) installation failed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: redhat-virtualization-host
Version: 4.4.6
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ovirt-4.4.6
: ---
Assignee: Lev Veyde
QA Contact: cshao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-13 06:43 UTC by cshao
Modified: 2021-06-03 10:24 UTC (History)
10 users (show)

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:
Clone Of:
Environment:
Last Closed: 2021-06-03 10:24:42 UTC
oVirt Team: Node
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
install failed (32.72 KB, image/png)
2021-04-13 06:43 UTC, cshao
no flags Details
all logs (31.73 KB, application/gzip)
2021-04-13 06:48 UTC, cshao
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:2239 0 None None None 2021-06-03 10:24:55 UTC
oVirt gerrit 114296 0 master MERGED Update ovirt.conf for the new partitioning format 2021-04-15 06:45:34 UTC
oVirt gerrit 114303 0 ovirt-4.4 MERGED Update ovirt.conf for the new partitioning format 2021-04-15 09:49:55 UTC

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


Note You need to log in before you can comment on or make changes to this bug.