Define a launcher NFS mount, suitable for use with the mounts
argument to launcherSubmitJob(). This can
be used to mount a path from a networked filesystem into a newly generated
container.
launcherNfsMount(host, path, mountPath, readOnly = TRUE)The host name, or IP address, of the NFS server.
The NFS path to be mounted.
The destination path for the mount in the container.
Boolean; should the path be mounted read-only?
Other job-launcher functionality:
launcherAvailable(),
launcherConfig(),
launcherContainer(),
launcherControlJob(),
launcherGetInfo(),
launcherGetJobs(),
launcherGetJob(),
launcherHostMount(),
launcherPlacementConstraint(),
launcherResourceLimit(),
launcherSubmitJob(),
launcherSubmitR()