Skip to content

feature: add managed default VolumeSnapshotClass for Cinder#1319

Open
hebelsan wants to merge 1 commit intogardener:masterfrom
hebelsan:feature/cinder-snapshot-class
Open

feature: add managed default VolumeSnapshotClass for Cinder#1319
hebelsan wants to merge 1 commit intogardener:masterfrom
hebelsan:feature/cinder-snapshot-class

Conversation

@hebelsan
Copy link
Copy Markdown
Contributor

How to categorize this PR?

/area quality
/kind enhancement
/platform openstack

What this PR does / why we need it:
This PR adds managed default VolumeSnapshotClass for Cinder.

Which issue(s) this PR fixes:
Fixes #1318

Special notes for your reviewer:

Release note:

Add managed default VolumeSnapshotClass for Cinder

@hebelsan hebelsan requested a review from a team as a code owner April 16, 2026 14:34
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 16, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign hebelsan 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

@gardener-prow gardener-prow Bot added area/quality Output qualification (tests, checks, scans, automation in general, etc.) related kind/enhancement Enhancement, improvement, extension size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This change introduces volume snapshot functionality for OpenStack Cinder storage by adding a default VolumeSnapshotClass resource. The addition enables users to create and manage volume snapshots in Kubernetes clusters using the CSI Cinder driver, with configurable default behavior through a new values parameter.

Walkthrough

  • New Feature: Added VolumeSnapshotClass template for CSI Cinder driver enabling volume snapshot capabilities in Kubernetes clusters
  • New Feature: Introduced managedDefaultVolumeSnapshotClass configuration option allowing users to control whether the snapshot class is set as default
  • Chore: Enhanced storage configuration with snapshot management capabilities for OpenStack environments

Model: claude-sonnet-4-20250514 | Prompt Tokens: 455 | Completion Tokens: 151

@federated-github-access federated-github-access Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. and removed ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Apr 16, 2026
@gardener-prow gardener-prow Bot added cla: no Indicates the PR's author has not signed the cla-assistant.io CLA. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. and removed cla: no Indicates the PR's author has not signed the cla-assistant.io CLA. labels Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/quality Output qualification (tests, checks, scans, automation in general, etc.) related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add default Cinder VolumeSnapshotClass

1 participant