Building clusters with UmVirt Linux From Scratch

SAN network, Compute unit and NAS/PXE server creation

SAN network

On host using virt-manager/virsh:

Bellow network config sample:

    <network>
      <name>pxenet</name>
      <uuid>cd6a6625-b12b-4e20-bf72-2af69d8d1889</uuid>
      <bridge name='virbr2' stp='on' delay='0'/>
      <mac address='52:54:00:2c:3d:b4'/>
      <domain name='pxenet'/>
      <ip address='0.0.0.0' netmask='255.255.255.0'>
      </ip>
    </network>

Compute unit

Just create virtual machine connected to "pxenet" network.

NAS/PXE server