This repository has been archived by the owner on Dec 22, 2018. It is now read-only.
- Fix inability to export NFS shares ("1 validation errors in block FSAL") when using Docker's overlay storage driver (CoreOS/container linux, GCE) by patching Ganesha to use device number as fsid. (#63)
- Adds configurable number of retries on failed Provisioner operations. Configurable as an argument to
NewProvisionController
. nfs-provisioner defaults to 10 retries unless the new flag/argument is used. (#65)