On 1/14/21 10:04 PM, Jason Tubnor wrote:
We clearly define volmode=dev on the zvol for all guests to prevent the
host geom activities taking hold of the volume. Setting it to 'dev'
will make the host ignore it and won't cause issues when bhyve goes to
use it.
This should fix the problem you
Thanks for you responses and sorry for not specifying the guest's device
tree.
I've summed up your proposals and sketched and algorithm:
N - the number of vcpus from the '-c' parameter
X - the number of vcpus from the device tree
if there isn't the parameter -> start the vm with X vcpus
if there
Hi Andrei,
I've summed up your proposals and sketched and algorithm:
N - the number of vcpus from the '-c' parameter
X - the number of vcpus from the device tree
if there isn't the parameter -> start the vm with X vcpus
if there is the parameter --> if N <= X -> start the vm with N parameters