-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CSI: volume snapshot list plugin option is required #12197
Conversation
559edee
to
f2d0b7e
Compare
f2d0b7e
to
07b336f
Compare
-plugin: Display only snapshots managed by a particular plugin. By default | ||
this command will query all plugins for their snapshots. |
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.
This "by default" behavior never worked and never could work, so I'm just calling this a mulligan for the CSI beta and not a backcompat issue we need to worry about. 😀
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.
👍
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.
LGTM
-plugin: Display only snapshots managed by a particular plugin. By default | ||
this command will query all plugins for their snapshots. |
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.
👍
The RPC for listing volume snapshots requires a plugin ID. Update the `volume snapshot list` command to find the specific plugin from the provided prefix.
07b336f
to
8bffbcd
Compare
The RPC for listing volume snapshots requires a plugin ID. Update the `volume snapshot list` command to find the specific plugin from the provided prefix.
The RPC for listing volume snapshots requires a plugin ID. Update the `volume snapshot list` command to find the specific plugin from the provided prefix.
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
The RPC for listing volume snapshots requires a plugin ID. Update the
volume snapshot list
command to find the specific plugin from theprovided prefix.
Pulled out of #12193