Update Backup describe string for DefaultVolumesToFSBackup flag (#9105)
Run the E2E test on kind / build (push) Failing after 7m54s
Run the E2E test on kind / setup-test-matrix (push) Successful in 4s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
Main CI / Build (push) Failing after 36s

add changelog file

Signed-off-by: Shubham Pampattiwar <spampatt@redhat.com>
This commit is contained in:
Shubham Pampattiwar
2025-07-23 17:55:28 -04:00
committed by GitHub
parent 770ff142d7
commit aa2e09c69e
4 changed files with 6 additions and 5 deletions
@@ -0,0 +1 @@
Update "Default Volumes to Fs Backup" to "File System Backup (Default)"
+1 -1
View File
@@ -218,7 +218,7 @@ func DescribeBackupSpec(d *Describer, spec velerov1api.BackupSpec) {
d.Println()
d.Printf("Velero-Native Snapshot PVs:\t%s\n", BoolPointerString(spec.SnapshotVolumes, "false", "true", "auto"))
if spec.DefaultVolumesToFsBackup != nil {
d.Printf("Default Volumes to Fs Backup:\t%s\n", BoolPointerString(spec.DefaultVolumesToFsBackup, "false", "true", ""))
d.Printf("File System Backup (Default):\t%s\n", BoolPointerString(spec.DefaultVolumesToFsBackup, "false", "true", ""))
}
d.Printf("Snapshot Move Data:\t%s\n", BoolPointerString(spec.SnapshotMoveData, "false", "true", "auto"))
if len(spec.DataMover) == 0 {
+2 -2
View File
@@ -303,7 +303,7 @@ Or label selector: <none>
Storage Location: backup-location
Velero-Native Snapshot PVs: auto
Default Volumes to Fs Backup: true
File System Backup (Default): true
Snapshot Move Data: auto
Data Mover: velero
@@ -336,7 +336,7 @@ Or label selector: <none>
Storage Location: backup-location
Velero-Native Snapshot PVs: auto
Default Volumes to Fs Backup: false
File System Backup (Default): false
Snapshot Move Data: auto
Data Mover: velero
@@ -138,7 +138,7 @@ Backup Template:
Storage Location:
Velero-Native Snapshot PVs: auto
Default Volumes to Fs Backup: true
File System Backup (Default): true
Snapshot Move Data: auto
Data Mover: velero
@@ -185,7 +185,7 @@ Backup Template:
Storage Location:
Velero-Native Snapshot PVs: auto
Default Volumes to Fs Backup: false
File System Backup (Default): false
Snapshot Move Data: auto
Data Mover: velero