Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFS connection is unreliable #32

Open
klaasvw opened this issue Jun 1, 2015 · 1 comment
Open

NFS connection is unreliable #32

klaasvw opened this issue Jun 1, 2015 · 1 comment
Labels
Milestone

Comments

@klaasvw
Copy link
Member

klaasvw commented Jun 1, 2015

The NFS connection between the host and vagrant randomly closes, forcing people to reload their box.

A possible solution is to use TCP instead of UDP:

  • remove UDP flag from mount option parameters
  • set nfs_udp mount option to false explicitly

See hashicorp/vagrant#2304

@klaasvw klaasvw added the bug label Jun 1, 2015
@barickx
Copy link
Contributor

barickx commented Jun 8, 2015

changed default mount option in branch 35

barickx pushed a commit that referenced this issue Jun 8, 2015
barickx pushed a commit that referenced this issue Jun 19, 2015
barickx pushed a commit that referenced this issue Jun 19, 2015
* issue-35:
  issue xx: fix drush implementation
  Issue #32: set nfs to tcp.
  Issue #32: set nfs to tcp.
  Issue 7: check on vagrant version.
  Issue 17: cleanup settings files.
  Issue #drupical-35
  Removed File.close
  Switch to static ip
@klaasvw klaasvw modified the milestones: v1.0.1, v1.1.0 Jun 26, 2015
@c31ck c31ck modified the milestones: v1.2.0, v1.1.0 Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants