On Sun, Nov 07, 2010 at 07:01:38PM +0300, Anton Gorlov wrote: > Hello, > > I'm using qemu-create I created qcow2 image, which size is 15 GB. > Now I am trying to create a virtual machine as follows > === > virt-install --name freebsd8 --ram 384 --disk > path=/mnt/sde1/work/VM/bsd.qcow2,format=qcow2,size=15 --vcpus=2 > --accelerate --network network:default > --cdrom=/var/ftp/mirror/FreeBSD/ISO-IMAGES-amd64/8.1/FreeBSD-8.1-RELEASE-amd64-disc1.iso
I've not done this before, but I suggest *omitting* the ,size=15 part. The hypervisor can work out the size on its own, and I suspect that by specifying it you are telling virt-install to create a new file. If that doesn't work, then it's probably a bug in virt-install. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
