nfs-volume/1.0.6
You can find the source of this version on GitHub at cloudfoundry/nfs-volume-release. It was created based on the commit e2d10eef
.
Release Notes¶
- Improved uid mapping support for docker apps using nfs mounts
- modified nfsv3driver drain script so that it can work with future versions of rep that don’t run a
rep_as_vcap
process - merged PR from @T0FFF to store nfstestserver data on persistent rather than ephemeral disk
- merged PR from @nota-ja to use octal notation in the chmod endpoint of our pora test application
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "nfs-volume" version: "1.0.6" url: "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.6" sha1: "3b7886064c41c225a5b5a412ff766f8a6e98353d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3b7886064c41c225a5b5a412ff766f8a6e98353d \ "https://bosh.io/d/github.com/cloudfoundry/nfs-volume-release?v=1.0.6"