-
nikolamHow to reset Rocky linux root password? Maybe pushing it in user data on VM creation? (Bhyve Rocky VM)
-
tozhuhello all, can vmadm command create a VM with 4 cores, 8 thread on 1 Socket? (I just set the “vcpus” to a number in the template, then I created the numbers socket, each socket had 1 core)
-
danmcdtozhu: Neither KVM nor BHYVE do this, so you cannot.
-
danmcdAhhh, BHYVE can do it, but vmadm currently cannot.
-
bahamatYou might be able to do it with bhyve_extra_opts
-
tozhudanmcd, is there anyway to modify vmadm created VM?
-
bahamatActually, I know you can, because we even have a unit test for it:
-
bahamattests/test-update-bhyve.js: ['bhyve_extra_opts', '-c sockets=1,cores=2,threads=2'],
-
danmcdOh phew.
-
tozhuThank you bahamat, danmcd