-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move VolumeGroupSnapshot to GA #573
Move VolumeGroupSnapshot to GA #573
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please. Thanks! Ceph-CSI has support for this with the CephFS backend. Work is progressing well to support it with RBD too.
We have community feedback confirming that the alpha design for this feature is good to move to GA. I've reviewed the contents of this PR and I believe all the correct alpha tags were removed. I would like to see a regression test showing that this PR doesn't break an existing CSI driver -- ideally a driver that implements group snapshots. The hostpath CSI driver could do this. |
LGTM
…On Sun, Sep 29, 2024 at 10:57 PM Xing Yang ***@***.***> wrote:
*What type of PR is this?*
Feature
*What this PR does / why we need it*:
This PR moves Group Controller Service and VolumeGroupSnapshot capability
to GA.
*Which issue(s) this PR fixes*:
Fixes #
*Special notes for your reviewer*:
*Does this PR introduce an API-breaking change?*:
Moves Group Controller Service and VolumeGroupSnapshot to GA.
------------------------------
You can view, comment on, or merge this pull request online at:
#573
Commit Summary
- 14c3cd1
<14c3cd1>
Move VolumeGroupSnapshot to GA
File Changes
(3 files
<https://github.com/container-storage-interface/spec/pull/573/files>)
- *M* csi.proto
<https://github.com/container-storage-interface/spec/pull/573/files#diff-e099a7ef79268152caab1065df9864ec07353456cad2199895c2c89601f23287>
(31)
- *M* lib/go/csi/csi.pb.go
<https://github.com/container-storage-interface/spec/pull/573/files#diff-da7481db22d3f8409112d2ce13ff879eff4c225908a3cf4a3f949b4b1386890b>
(2357)
- *M* spec.md
<https://github.com/container-storage-interface/spec/pull/573/files#diff-bc6661da34ecae62fbe724bb93fd69b91a7f81143f2683a81163231de7e3b545>
(37)
Patch Links:
- https://github.com/container-storage-interface/spec/pull/573.patch
- https://github.com/container-storage-interface/spec/pull/573.diff
—
Reply to this email directly, view it on GitHub
<#573>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR5KLAWWDQTVFNJFHFKALDZZC4ZBAVCNFSM6AAAAABPCKNMHCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TKNBRGM4DGNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
James DeFelice
|
Tested the PR, it seems to work as expected.
|
Hi @bswartz, @yati1998 has posted the results of regression tests with CSI hostpath driver here: #573 (comment) |
What type of PR is this?
Feature
What this PR does / why we need it:
This PR moves Group Controller Service and VolumeGroupSnapshot capability to GA.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce an API-breaking change?: