mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-04 15:16:58 +00:00
support fsType for data mover
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -479,6 +479,7 @@ func (r *DataDownloadReconciler) OnDataDownloadCompleted(ctx context.Context, na
|
||||
TargetPVCName: dd.Spec.TargetVolume.PVC,
|
||||
TargetNamespace: dd.Spec.TargetVolume.Namespace,
|
||||
OperationTimeout: dd.Spec.OperationTimeout.Duration,
|
||||
TargetFSType: dd.Spec.TargetVolume.FSType,
|
||||
})
|
||||
if err != nil {
|
||||
log.WithError(err).Error("Failed to rebind PV to target PVC on completion")
|
||||
|
||||
Reference in New Issue
Block a user