Make Kopia file parallelism configurable

Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
Ming
2023-10-23 02:08:16 +00:00
parent 19f38f9623
commit 481cb60493
39 changed files with 241 additions and 61 deletions

View File

@@ -401,6 +401,7 @@ func newPodVolumeBackup(backup *velerov1api.Backup, pod *corev1api.Pod, volume c
BackupStorageLocation: backup.Spec.StorageLocation,
RepoIdentifier: repoIdentifier,
UploaderType: uploaderType,
UploaderConfig: backup.Spec.UploaderConfig,
},
}