qemu-img info shows a disk size of 10 G. I created a 10 G disk with same settings as yours, and a qemu-ifup.sh script as follows:
#!/bin/sh
echo SCRIPT, $1
brctl addif vmbr0 $1
ifconfig $1 up
Than I launched the vm with following command:
kvm -vnc :1 -gdb tcp::1234,server,nowait -m 2G -smp 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.