-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Volume Policy - miss match behavior with Velero for SnapshotVolume #7782
Comments
@shubham-pampattiwar However, I discussed further with @reasonerjt for this issue, we think volume policy may not need to respect |
@Lyndon-Li I think not respecting
|
@shubham-pampattiwar Actually the idea we discussed yesterday is that once the volume policy chooses snapshot for a volume, any other places (including CSI plugin) should not check for the |
Created a PR for this issue: #7786 |
Fixed by #7794 |
For
--snapshot-volume
flag, if it is not set, Velero's existing behavior treat SnapshotVolume as true, that is, volumes are backed up by CSI snapshot (data movement) or native snapshot; However, for volume policy, if the flag is not set, it disable thesnapshot
action even if the condition is met.Steps:
--snapshot-volume
flag explictilyThe text was updated successfully, but these errors were encountered: