如何让 vagrant halt 成功关闭 yosemite 主机上的 debian jessie vm?
How do I get vagrant halt to successfully shut down debian jessie vm on yosemite host?
每当我尝试 运行 vagrant halt 时,它会显示 "default: Attempting graceful shutdown of VM..." 但最终会超时并显示“默认:强制关闭 VM ...”有时这有效,有时它会离开 VM在 运行ning 状态下,根据 VirtualBox UI.
系统详情如下:
主机:OS X 10.10.5 Yosemite,Virtual Box 5.0.4,w/extension pack,Vagrant 1.7.4
VM:Debian Jessie 8.2.0 64 位,2 GB Ram
求助!看起来 vagrant halt 应该能够优雅地停止 VM?
这是 vagrant 中的一个错误,这是修复它的拉取请求:
https://github.com/mitchellh/vagrant/pull/6315
版本 1.7.5 将包含此修复。
每当我尝试 运行 vagrant halt 时,它会显示 "default: Attempting graceful shutdown of VM..." 但最终会超时并显示“默认:强制关闭 VM ...”有时这有效,有时它会离开 VM在 运行ning 状态下,根据 VirtualBox UI.
系统详情如下: 主机:OS X 10.10.5 Yosemite,Virtual Box 5.0.4,w/extension pack,Vagrant 1.7.4 VM:Debian Jessie 8.2.0 64 位,2 GB Ram
求助!看起来 vagrant halt 应该能够优雅地停止 VM?
这是 vagrant 中的一个错误,这是修复它的拉取请求:
https://github.com/mitchellh/vagrant/pull/6315
版本 1.7.5 将包含此修复。