Skip to content

nfs-volume/0.2.2

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

Release Notes

  • Clean up documentation and fixed credentials logging bugs for LDAP integration with nfs
  • Use cn instead of user name to search for records in LDAP.
  • Fix random number generation in tests and test applications so that it is actually random
  • Clean up service broker bosh properties so that we no longer care about source args vs mount args in the service broker.
  • Add more robust logic for nfsv3driver drain, pre-start, and mount to avoid failures due to dangling mounts on the cell VM

Usage

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

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

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

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

Jobs

Packages