rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

convoy-efs does not accept mount options nor does it use recommended efs options #165

Open kkvilekval opened 8 years ago

kkvilekval commented 8 years ago

Aws efs recommends mounting with -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2

however the convoy-agent does accept mount options nor does it use the recommended ones.