12:20:11 How to reset Rocky linux root password? Maybe pushing it in user data on VM creation? (Bhyve Rocky VM) 13:24:40 hello 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) 15:36:29 tozhu: Neither KVM nor BHYVE do this, so you cannot. 15:37:16 Ahhh, BHYVE can do it, but vmadm currently cannot. 15:38:00 You might be able to do it with bhyve_extra_opts 15:38:29 danmcd, is there anyway to modify vmadm created VM? 15:38:32 Actually, I know you can, because we even have a unit test for it: 15:38:34 tests/test-update-bhyve.js: ['bhyve_extra_opts', '-c sockets=1,cores=2,threads=2'], 15:39:33 Oh phew. 15:40:04 Thank you bahamat, danmcd