nfs-volume/1.0.0
You can find the source of this version on GitHub at cloudfoundry/nfs-volume-release. It was created based on the commit 806d9f54
.
Release Notes¶
- fix various small problems in lager logging
- clean up unnecessary code
- run fuse-nfs & fusermount executables from a private directory to minimize conflicts with other volume drivers
- document flock() and fcntl() limitations in README.md
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "nfs-volume" version: "1.0.0" url: "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.0" sha1: "5317188c9af38dd6eab4360010d8161c9c9cca0a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 5317188c9af38dd6eab4360010d8161c9c9cca0a \ "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.0"