nfs-volume/1.0.5
You can find the source of this version on GitHub at cloudfoundry/nfs-volume-release. It was created based on the commit 037608c6
.
Release Notes¶
- fix to installed libfuse package so that we don’t fail when mounting, then unmounting, then remounting on the same mount point (common during bosh upgrades against running environments.)
- better recovery from mount failures so that we don’t leave partially mounted directories that block bosh pre-start.
- minor logging fixes in unmount error conditions
- add optional
export_cidr
parameter to nfstestserver job to allow nfstestserver to be used in non10.x
subnets.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "nfs-volume" version: "1.0.5" url: "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.5" sha1: "96fd58cb5e5de84ce38de1fa885ec29c9ff9be5c"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 96fd58cb5e5de84ce38de1fa885ec29c9ff9be5c \ "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.5"