Skip to content

nfs-volume v1.6.0

Compare
Choose a tag to compare
@persi-ci persi-ci released this 09 Oct 22:40
· 0 commits to de49afa460d0058ca887b91e002d2c489e280c47 since this release

Release Notes

  • README updated to remove redundant usage notes also found in CF docs.
  • Removed temporary connection close code we added to work around a voldriver bug in diego release (long since fixed).
  • Fixed drain logic in nfsv3driver that could cause application data loss in nfs-experimental mounts
  • Use unique volume mountpoints for each application container to resolve reference counting issues that could cause volume mounts to fail when scaling apps up and down under load.
  • upgrade to Go 1.11 for package compilation
  • remove redundant ops file that are now available in cf-deployment
  • rename nfs-experimental service to nfs in the catalog
  • rename nfs service to nfs-legacy and deprecate
  • add experimental support for using CredHub as an nfsbroker backing store instead of a SQL database
  • remove vestigial consul DNS job from nfstestserver ops file

Known Issues

  • Due to a bug in monit scripting, the nfsv3driver job may continue to run when it should be stopped. This has been corrected in v1.7.1.
  • 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.
  • As of version 1.3.1, the nfsv3driver job requires the mapfs job from mapfs-release v1.0.1 to be colocated on the Diego cell.
  • 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.