support fsType for data mover

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2026-06-15 18:13:30 +08:00
parent ea9e7da301
commit 180bf4836e
10 changed files with 40 additions and 8 deletions
@@ -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")