decide restorePVC volumeMode by data mover type (#9941)

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
lyndon-li
2026-06-25 11:06:53 +08:00
committed by GitHub
parent 5844ce873d
commit cfd4914123
5 changed files with 78 additions and 16 deletions
@@ -949,6 +949,7 @@ func (r *DataDownloadReconciler) setupExposeParam(dd *velerov2alpha1api.DataDown
PriorityClassName: r.dataMovePriorityClass,
RestoreSize: dd.Spec.SnapshotSize,
CacheVolume: cacheVolume,
DataMover: dd.Spec.DataMover,
}, nil
}