I'm having errors trying to create a storage volume on NFS. After turning on the --debug switch in virt-manager I received this output.
2010-08-30 11:53:08,929 (createvol:205): Creating volume with xml: <volume> <name>something.img</name> <capacity>1048576000</capacity> <allocation>0</allocation> <target> <format type='raw'/> </target> </volume> 2010-08-30 11:53:08,943 (createvol:237): Starting backround vol creation. 2010-08-30 11:53:08,944 (Storage:1134): Creating storage volume 'something.img' with xml: <volume> <name>something.img</name> <capacity>1048576000</capacity> <allocation>0</allocation> <target> <format type='raw'/> </target> </volume> 2010-08-30 11:53:09,150 (Storage:1190): Couldn't lookup storage volume in prog thread. Can anyone interpret this for me? Using Ubuntu 10.04 i386 on the libvirt server and Ubuntu 10.04 amd64 on the server with an NFS share defined as follows. /export *(rw,async,fsid=0,insecure,no_subtree_check) /export/vm *(rw,async,nohide,insecure,no_subtree_check) Spenser _______________________________________________ virt-tools-list mailing list virt-tools-list@redhat.com https://www.redhat.com/mailman/listinfo/virt-tools-list