1. configure the IP address of MAAS server: (the second one works)
sudo dpkg-reconfigure maas-cluster-controller
sudo dpkg-reconfigure maas-region-controller
sudo dpkg-reconfigure maas-cluster-controller
sudo dpkg-reconfigure maas-region-controller
nc -l 1234 | dd of=/dev/<vgname>/<lvname>
on the target host. This tells netcat to listen on the network port and pipe everything to the logical volume.dd if=/dev/<vgname>/<lvname> | nc <targetip> 1234
on the source host. This tells netcat to pipe everything over the network to the target host./etc/libvirt/qemu/
from the source to the target./etc/init.d/libvirt-bin reload
should do the trick (or systemctl restart libvirtd
for distributions that use systemd)