Skip to content

nfs-volume v2.0.0

Compare
Choose a tag to compare
@persi-ci persi-ci released this 20 Feb 18:42
· 0 commits to 83ae9aa7f71026a84d8b1f7b364893d5d0861667 since this release

Release Notes

  • Removes support for fuse-nfs mounts using the nfs-legacy service. As of v2.0.0, any existing service instances still using the nfs-legacy service will instead be mounted with the same mounting strategy as the nfs service.
  • Adds logic to the nfsbrokerpush errand to migrate the backing store for nfsbroker from SQL to credhub, provided that credhub is available in the deployment. No special action is required. Once this migration is complete, users will be able to specify username and password during service instance creation (instead of service bind time) when LDAP is enabled.
  • Bumps golang package to 1.11.5
  • Removes default NFS version from mount options. As a result, when version is not specified in the create or bind configuration, the mount operation will follow normal version negotiation conventions, and try to mount with version 4 first, then version 3.

Dependencies

  • The nfsbrokerpush errand requires the cf-cli-6-linux job from cf-cli-release v1.6.0 to be colocated on the errand VM.
  • This version requires the mapfs job from mapfs-release >= v1.1.4 to be colocated on the Diego cell. Using older mapfs releases will cause the nfsv3driver job to fail with a missing bosh link.