Bug 2082535 - [OCPonRHV]-workers are cloned when "clone: false" is specified in install-config.yaml
Summary: [OCPonRHV]-workers are cloned when "clone: false" is specified in install-con...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.11
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: 4.11.0
Assignee: Evgeny Slutsky
QA Contact: Veronika Fuxova
URL:
Whiteboard:
Depends On:
Blocks: 2035334
TreeView+ depends on / blocked
 
Reported: 2022-05-06 11:12 UTC by Veronika Fuxova
Modified: 2022-08-10 11:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 11:10:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-api-provider-ovirt pull 138 0 None open Bug 2082535: clone flag doesn't work 2022-05-12 11:11:25 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 11:11:11 UTC

Description Veronika Fuxova 2022-05-06 11:12:30 UTC
OCP version: 4.11.0-0.nightly-2022-05-05-015322

Platform: RHV 4.5.0.6-0.7.el8ev

IPI


When installing OCP with "clone: false" specified for worker nodes in the install-config.yaml, the workers created are cloned (Clone/Independent flag in the RHV engine). 

Expected behavior: The created workers should not be cloned (Thin/Dependent flag in the RHV engine) 

How to reproduce: 

1. Use Openshift installer to create install config: 

$ ./openshift-install create install-config --dir=resources 

2. Specify clone as 'false' for the worker nodes in the install config: 

compute: 
  platform: 
    ovirt: 
      clone: false 

3. Install cluster

$ ./openshift-install create cluster --dir=resources --log-level=debug

4. Check the Template flag of the worker node(s) in the RHV engine web console.

Comment 3 Veronika Fuxova 2022-05-23 13:44:07 UTC
OCP version: 4.11.0-0.nightly-2022-05-18-053037

Platform: RHV 4.5.0.6-0.7.el8ev

IPI


Verification steps: 

1. Used Openshift installer to create install config: 

$ ./openshift-install create install-config --dir=resources 

2. Specified clone as 'false' for the worker nodes in the install config: 

compute: 
  platform: 
    ovirt: 
      clone: false 

3. Installed cluster

$ ./openshift-install create cluster --dir=resources --log-level=debug

4. Checked the Template flag of the worker node(s) in the RHV engine web console.

Expected result: Workers are not cloned (have (Thin/Dependent) flag) 

Actual results: Workers are not cloned (have (Thin/Dependent) flag)

Comment 5 errata-xmlrpc 2022-08-10 11:10:37 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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-2022:5069


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