10:51:47 hello experts, for ‘vmadm start VM’ command, where is the actually code to start Bhyve or Zones VM? is it possible bind the VM under NUMA nodes? so that avoid the VM process runs on all NUMA nodes? 14:30:38 https://smartos.topicbox.com/groups/smartos-discuss/T8060d9038a8815de/rfd-184-smartos-bhyve-image-builder-brand 14:30:44 https://github.com/TritonDataCenter/rfd/blob/master/rfd/0184/README.md 15:23:08 @tozhu --> The vmadm command is encapsulated in https://github.com/TritonDataCenter/smartos-live/tree/master/src/vm esp. VM.js 15:23:22 It in turn invokes the illumos zoneadm(8) and friends to launch zones. 15:28:09 zoneadm and zonecfg don't solve what you need without resource pools, which are not shipped with SmartOS because the pool daemon is in java. 15:28:37 Are you worried about a process in that zone, or all processes in that zone? If the former, you can use pbind(8) to help.