Lines Matching full:vm
44 # setup the testing vm's
49 echo "Creating disk for vm$i..."
50 DISK="/dev/zvol/zpool/vm$i"
52 sudo zfs clone zpool/openzfs@now zpool/vm$i-system
53 sudo zfs create -ps -b 64k -V 64g zpool/vm$i-tests
58 fqdn: vm$i
80 --name "vm$i" \
111 # Save the VM's serial output (ttyS0) to /var/tmp/console.txt
112 # - ttyS0 on the VM corresponds to a local /dev/pty/N entry
115 mkdir -p $RESPATH/vm$i
116 read "pty" <<< $(sudo virsh ttyconsole vm$i)
119 touch $RESPATH/vm$i/console.txt
121 sudo nohup bash -c "cat $pty > $RESPATH/vm$i/console.txt" &
123 # Write all VM boot lines to the console to aid in debugging failed boots.
125 # line with the vm hostname (like 'vm1:').
126 …(while IFS=$'\n' read -r line; do echo "vm$i: $line" ; done < <(sudo tail -f $RESPATH/vm$i/console…
133 echo "Waiting for vm's to come up... (${VMs}x CPU=$CPU RAM=$RAM)"
135 .github/workflows/scripts/qemu-wait-for-vm.sh vm$i