Skip to content

Commit

Permalink
pb-7868: Added nfs mountoptions for restore kdmp job with NFS
Browse files Browse the repository at this point in the history
backuplocation.

	- With out mountoptions the NFS backuplocation PVC mount was
failing as we were not passing the nfsvers option for nfsV4.

(cherry picked from commit 78f9a37)
  • Loading branch information
sivakumar subraani authored and vsundarraj-px committed Nov 18, 2024
1 parent 5c276d1 commit d1aa940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/dataexport/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ func startTransferJob(
drivers.WithNfsExportDir(nfsExportPath),
drivers.WithPodUserId(psaJobUid),
drivers.WithPodGroupId(psaJobGid),
drivers.WithNfsMountOption(nfsMountOption),
)
}

Expand Down

0 comments on commit d1aa940

Please sign in to comment.