- Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script
- clean up the /dev/vmm entry for this VM when vmrun.sh exits
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
vmrun.sh | ||
---|---|---|
256 | If bhyve exits because of an error then it is useful to keep /dev/vmm/vm around for post-mortem. Could you modify this so the vmm device is deleted only for known good exits? For e.g., poweroff, reset etc. |