Skip to content

nfs-volume/0.2.0

You can find the source of this version on GitHub at cloudfoundry-incubator/nfs-volume-release. It was created based on the commit 41209f9e.

Release Notes

  • Added LDAP support to secure UIDs with an LDAP server when connecting to NFS shares (documentation is still pending for this feature)
  • Fix bug that caused bind options and mount options to leak across shares in the service broker and volume driver
  • Documented aufs limitations on which directories can be used to mount file systems. Validated that the same limitations do not exist when using the experimental grootfs feature of garden.
  • Added support for read-only mounts

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "nfs-volume"
  version: "0.2.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/nfs-volume-release?v=0.2.0"
  sha1: "c9648a732ced055e66d956789a69742c29be7b11"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 c9648a732ced055e66d956789a69742c29be7b11 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/nfs-volume-release?v=0.2.0"

Jobs

Packages