Skip to content

Releases: cloudfoundry/nfs-volume-release

nfs-volume v1.1.1

Choose a tag to compare

@persi-ci persi-ci released this 24 Oct 18:37

Release Notes

  • support for release level bosh backups
  • use the latest service broker API

Known Issues

  • This release is incompatible with garden-runc-release >= 1.3.0. Using it with a newer garden release will cause read-only NFS mounts to fail.

nfs-volume v1.0.9

Choose a tag to compare

@persi-ci persi-ci released this 30 Aug 23:01

merge PR from @kkallday to correct all the other errors in nfsbrokerpush errand

nfs-volume v1.0.8

Choose a tag to compare

@persi-ci persi-ci released this 25 Aug 22:22

merge PR from @kkallday to correct missing single quote in broker push bosh errand

nfs-volume v1.0.7

Choose a tag to compare

@persi-ci persi-ci released this 24 Aug 17:10
  • Merged PR from @dennisjbell to fix failures at startup time when there are leftover mounts
  • fixed issues parsing service bindings when nfsbroker is bound to a postgres database instance
  • added property to broker push errand to change allowable mount options when LDAP is enabled
  • improved documentation for docker pushed applications

nfs-volume v1.0.6

Choose a tag to compare

@persi-ci persi-ci released this 29 Jun 21:38
  • Improved uid mapping support for docker apps using nfs mounts
  • modified nfsv3driver drain script so that it can work with future versions of rep that don't run a rep_as_vcap process
  • merged PR from @T0FFF to store nfstestserver data on persistent rather than ephemeral disk
  • merged PR from @nota-ja to use octal notation in the chmod endpoint of our pora test application

nfs-volume v1.0.5

Choose a tag to compare

@persi-ci persi-ci released this 20 Jun 23:53
  • fix to installed libfuse package so that we don't fail when mounting, then unmounting, then remounting on the same mount point (common during bosh upgrades against running environments.)
  • better recovery from mount failures so that we don't leave partially mounted directories that block bosh pre-start.
  • minor logging fixes in unmount error conditions
  • add optional export_cidr parameter to nfstestserver job to allow nfstestserver to be used in non 10.x subnets.

nfs-volume v1.0.4

Choose a tag to compare

@persi-ci persi-ci released this 11 May 23:33
  • nfs-volume-release and its submodules moved from cloudfoundry-incubator to cloudfoundry
  • bosh broker deployment errand templates fixed to remove erroneous property reference
  • fixed README.md to correct suggested uid in service binding configuration
  • removed kerbdriver submodule
  • smaller image type for bash deployed service broker in AWS deployments

nfs-volume v1.0.0

Choose a tag to compare

@persi-ci persi-ci released this 25 Apr 18:57
  • fix various small problems in lager logging
  • clean up unnecessary code
  • run fuse-nfs & fusermount executables from a private directory to minimize conflicts with other volume drivers
  • document flock() and fcntl() limitations in README.md

nfs-volume v0.2.3

nfs-volume v0.2.3 Pre-release
Pre-release

Choose a tag to compare

@persi-ci persi-ci released this 14 Apr 00:14

nfsbrokerpush bosh errand can find database address from a link.

nfs-volume v0.2.2

nfs-volume v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@persi-ci persi-ci released this 13 Apr 23:07
  • 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