Skip to content

nfs_mounter job from docker-registry/3.3.0

The NFS Mounter sets up an NFS mount at a specific location. It can be used with the Cloud Controller to save assets to the NFS Server.

Github source: ff45fc26 or master branch

Properties

nfs_server

address

NFS server for droplets and apps

idmapd_domain

Domain name for NFS idmapd

Default
localdomain

nfsv4

bool to use NFS4

pipefs_directory

Pipefs directory for NFS idmapd

Default
/var/lib/nfs/rpc_pipefs

share

Path to share from the remote NFS server

share_path

Location to mount the nfs share

Default
/var/vcap/nfs

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/nfs_mounter/ directory (learn more).

  • bin/handle_nfs_blobstore.sh (from handle_nfs_blobstore.sh.erb)
  • bin/nfs_mounter_ctl (from nfs_mounter_ctl.erb)
  • config/idmapd.conf (from idmapd.conf.erb)
  • config/nfs-common (from nfs-common)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.