Skip to content

Comments

WIP: Add additional storage configuration support for CRI-O#5666

Open
saschagrunert wants to merge 1 commit intoopenshift:mainfrom
saschagrunert:additional-storage-config-crio
Open

WIP: Add additional storage configuration support for CRI-O#5666
saschagrunert wants to merge 1 commit intoopenshift:mainfrom
saschagrunert:additional-storage-config-crio

Conversation

@saschagrunert
Copy link
Member

@saschagrunert saschagrunert commented Feb 17, 2026

- What I did

Implement MCO support for the AdditionalStorageConfig feature gate, adding three new ContainerRuntimeConfig fields:

  • additionalLayerStores: configures extra read-only layer stores in storage.conf (additionallayerstores)
  • additionalImageStores: configures extra read-only image stores in storage.conf (additionalimagestores)
  • additionalArtifactStores: configures extra artifact stores via CRI-O drop-in (additional_artifact_stores)

All fields are gated behind the AdditionalStorageConfig feature gate (DevPreviewNoUpgrade/TechPreviewNoUpgrade).

E2E tests will follow in a separate PR.

Requires: openshift/api#2681
Refers to: openshift/enhancements#1934

- Description for the changelog
Added support for configuring additional layer, image, and artifact stores via ContainerRuntimeConfig, gated behind the AdditionalStorageConfig feature gate.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 17, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: saschagrunert
Once this PR has been reviewed and has the lgtm label, please assign pablintino for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@saschagrunert saschagrunert force-pushed the additional-storage-config-crio branch from f870155 to ad2ac06 Compare February 17, 2026 10:09
Implement MCO support for the AdditionalStorageConfig feature gate,
adding three new ContainerRuntimeConfig fields: additionalLayerStores,
additionalImageStores, and additionalArtifactStores.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@saschagrunert saschagrunert force-pushed the additional-storage-config-crio branch from ad2ac06 to d28f84f Compare February 17, 2026 10:27
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

@saschagrunert: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-deps d28f84f link true /test verify-deps
ci/prow/e2e-hypershift d28f84f link true /test e2e-hypershift
ci/prow/e2e-gcp-op-ocl d28f84f link false /test e2e-gcp-op-ocl
ci/prow/e2e-aws-ovn d28f84f link true /test e2e-aws-ovn

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant