Skip to content

Commit

Permalink
Merge pull request #61 from vixns/master
Browse files Browse the repository at this point in the history
nfsv3 mount fix
  • Loading branch information
gondor authored Aug 1, 2016
2 parents a3fe36b + 6198504 commit 88caa60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netshare/drivers/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (n nfsDriver) mountVolume(source, dest string, version int) error {
if len(opts) < 1 {
opts = DefaultNfsV3
}
cmd = fmt.Sprintf("%s -t nfs -o %s %s %s", mountCmd, opts, source, dest)
default:
log.Debugf("Mounting with NFSv4 - src: %s, dest: %s", source, dest)
if len(opts) > 0 {
Expand Down

0 comments on commit 88caa60

Please sign in to comment.