Skip to content

nfs-volume v1.7.7

Compare
Choose a tag to compare
@persi-ci persi-ci released this 29 Jan 20:11
· 0 commits to de88cbe837f9b8b7f4f89f57e8c3f42a8afafd4a since this release

Release Notes

  • Fixes access check logic in the NFS mounter so that we require fewer NFS RPC calls to check for read access. This solves intermittent mount failure when the network or remote NFS server is very slow.
  • Updates MySql client code to allow connections to databases requiring allowNativePassword=true in the connection string. (This is required when using external MySql databases from Azure or GCP as the Cloud Foundry system database.)
  • Removes unused ldap_test_mode property from nfsbrokerpush errand.

Known Issues

  • As of version 1.5.2, 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.1 to be colocated on the Diego cell. Using older mapfs releases will cause the nfsv3driver job to fail with a missing bosh link.
  • This release is incompatible with garden-runc-release < 1.3.0. Using it with an older garden release will cause read-only NFS mounts to fail.