Skip to content

Commit

Permalink
Merge pull request #395 from portworx/pb-7868
Browse files Browse the repository at this point in the history
pb-7868: Added nfs mountoptions for restore kdmp job with NFS backuplocation
  • Loading branch information
siva-portworx authored Sep 5, 2024
2 parents 1af9834 + 78f9a37 commit d65069c
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 @@ -1973,6 +1973,7 @@ func startTransferJob(
drivers.WithNfsExportDir(nfsExportPath),
drivers.WithPodUserId(psaJobUid),
drivers.WithPodGroupId(psaJobGid),
drivers.WithNfsMountOption(nfsMountOption),
)
}

Expand Down

0 comments on commit d65069c

Please sign in to comment.