Bug 2099270

Summary: Nodes are required to have installation disks of at least 120GB instead of at minimum of 100GB
Product: Red Hat Advanced Cluster Management for Kubernetes Reporter: Osher De Paz <odepaz>
Component: Infrastructure OperatorAssignee: Nobody <nobody>
Status: ON_QA --- QA Contact: Chad Crum <ccrum>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rhacm-2.5CC: ccrum, ddmitrie, trwest, yfirst
Target Milestone: ---   
Target Release: rhacm-2.5   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
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: 2099277    
Bug Blocks:    

Description Osher De Paz 2022-06-20 12:33:42 UTC
Description of the problem:
Currently assisted-installer requires all nodes (master/worker/SNO) to have a minimum of 120GB disk space in one of their disks to use as an installation disk. Since openshift version 4.6 the official requirements have been changed to 100GB (ocp<=4.5 still has it 120GB) so we should update the requirements as either way we allow installation of later OCP versions.

Release version:
Relevant to all 2.5.x versions currently available.

OCP version:
Relevant to all OCP versions currently supported

Steps to reproduce:
1. Try to install a cluster with nodes having a disk of 100GB
2. Take a look at hosts' state. It will display as insufficient with message that no disk is available for installation

Actual results:
Hosts are in "insufficient" state.

Expected results:
Hosts considered "ready" to participate in cluster installation.