RFE-9321: Nutanix configurable storage container for principal OS disk#2030
RFE-9321: Nutanix configurable storage container for principal OS disk#2030chdeshpa-hue wants to merge 1 commit into
Conversation
Enhancement proposal to expose an explicit storageConfig field on the Nutanix osDisk in install-config and Machine API, allowing administrators to control which storage container is used for VM principal OS disks during IPI and MachineSet scale-out. Reuses the existing StorageConfig/StorageResourceReference types from data disks for API consistency. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@chdeshpa-hue: This pull request references RFE-9321 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the feature request to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@chdeshpa-hue: GitHub didn't allow me to request PR reviews from the following users: yanhua121. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @chdeshpa-hue. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
Enhancement proposal to expose an explicit
osDisk.storageConfig.storageContainerfield in install-config and Machine API for Nutanix IPI clusters. This allows administrators to control which Nutanix storage container is used for VM principal OS/system disks during installation and MachineSet scale-out.Tracking: https://issues.redhat.com/browse/RFE-9321
Motivation
Today, OS disk storage container placement on Nutanix is implicit — determined by where the RHCOS preloaded image resides. This is undocumented, not guaranteed across Prism versions, and provides no day-2 control via MachineSets.
Data disks already have
storageConfig.storageContainersupport. This EP extends the same pattern to the system disk.Key Design Decisions
StorageConfig/StorageResourceReferencetypes from data disksreferenceNamereferencesNutanixOSDiskStorageContainer(DevPreview → TechPreview → GA)Components Affected
NutanixMachineProviderConfig.SystemDiskStorageConfigCreateSystemDiskSpecstorage container ref/cc @yanhua121 @patrickdillon @JoelSpeed
Made with Cursor