vagrant/plugins/hosts/linux
BlackEagle b30eacf94f nfs_apply :: exportfs sometimes leaves exports behind
On my machine i had a case where /etc/exports was updated but the old
exports were still there. This was leading to
"exportfs: duplicated export entries" and eventually leading to nfs
being not available for the box.

changing the command exportfs -r to exportfs -ar seems to address this
issue.

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-01-17 10:54:17 +01:00
..
cap nfs_apply :: exportfs sometimes leaves exports behind 2014-01-17 10:54:17 +01:00
host.rb hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
plugin.rb convert more hosts: arch and linux 2014-01-07 20:53:39 -08:00