Commit f679555
committed
setupMounts throws an error if run on a stopped VM
The 9p mount already exists in this case. This is reverting back to behavior before
https://github.com/zchee/docker-machine-driver-xhyve/pull/161/files
This now logs a warning, but this is a not fatal error on a recreate. I'm not sure there's
a cleaner way since Start() has no context of if it is called on new VM or a recently stopped VM.1 parent 7fbde22 commit f679555
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
503 | 507 | | |
504 | 508 | | |
505 | 509 | | |
| |||
0 commit comments