-
Notifications
You must be signed in to change notification settings - Fork 61
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 server for windows(winnfsd.exe) still running after vagrant halt #105
Comments
Currently not. You can always kill it manually though... |
That causes issues if you do So I always have to remember shutting down the |
As a workaround, open Powershell as Admin, then enter the following command: Get-Process winnfsd* | select Id | Stop-Process |
As there is no real hook with the nfs capability that gets called on shutdown we would need to hook machine_action_halt and work from there.
|
Currently this can be easily solved using vagrant triggers:
|
Is there an option to stop winnfsd.exe after vagrant machine has stopped ?
The text was updated successfully, but these errors were encountered: