Skip to content

Commit

Permalink
nfsv3 mount fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vixns committed Jul 31, 2016
1 parent a3fe36b commit 6198504
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 6198504

Please sign in to comment.