Page MenuHomeFreeBSD

bhyvectl: improve options error handling
ClosedPublic

Authored by novel on Dec 5 2025, 7:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 26, 4:26 AM
Unknown Object (File)
Mon, Aug 10, 10:40 AM
Unknown Object (File)
Mon, Aug 10, 9:41 AM
Unknown Object (File)
Sat, Aug 8, 9:47 PM
Unknown Object (File)
Sat, Aug 8, 6:18 PM
Unknown Object (File)
Sat, Aug 8, 6:12 PM
Unknown Object (File)
Sat, Aug 8, 3:54 PM
Unknown Object (File)
Sat, Aug 8, 7:21 AM
Subscribers

Details

Summary

Currently, it's possible to execute bhyvectl(8) with mutually exclusive
options, such as "--destroy" and "--suspend", and it will print out
obscure errors, e.g.:

bhyvectl --suspend=/var/run/vms/my_vm --destroy --vm my_vm
connect() failed: Connection refused

Address that by failing early if mutually exclusive options were
specified.

Additionally, move the BHYVE_SNAPSHOT block before the errors are
printed, so its errors are also displayed.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable