You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem/challenge you have
For users who will always want to use VBDM for backups instead of plain CSI, they shouldn't have to specify --snapshot-move-data for every backup. We should have an install and server flag for this, similar to what we do for defaultVolumesToFsBackup
Describe the solution you'd like
We should create a server setting for a default value for SnapshotMoveData. When a backup CR does not include the spec.snapshotMoveData field, rather than treating it as false, the velero backup controller should set request.Spec.SnapshotMoveData to the default value set it to the server default value. An install option (and server flag) for --default-snapshot-move-data would need to be added, and the backup controller would supply this default value for backups that do already not specify it.
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
👍 for "The project would be better with this feature added"
👎 for "This feature will not enhance the project in a meaningful way"
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
For users who will always want to use VBDM for backups instead of plain CSI, they shouldn't have to specify
--snapshot-move-data
for every backup. We should have an install and server flag for this, similar to what we do for defaultVolumesToFsBackupDescribe the solution you'd like
We should create a server setting for a default value for SnapshotMoveData. When a backup CR does not include the
spec.snapshotMoveData
field, rather than treating it as false, the velero backup controller should setrequest.Spec.SnapshotMoveData
to the default value set it to the server default value. An install option (and server flag) for--default-snapshot-move-data
would need to be added, and the backup controller would supply this default value for backups that do already not specify it.Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: