-
tozhuhello 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?
-
nahamu
-
nahamu
-
danmcd@tozhu --> The vmadm command is encapsulated in github.com/TritonDataCenter/smartos-live/tree/master/src/vm esp. VM.js
-
danmcdIt in turn invokes the illumos zoneadm(8) and friends to launch zones.
-
danmcdzoneadm and zonecfg don't solve what you need without resource pools, which are not shipped with SmartOS because the pool daemon is in java.
-
danmcdAre you worried about a process in that zone, or all processes in that zone? If the former, you can use pbind(8) to help.