[virt-tools-list] Error with creating storage volume on NFS

Spenser Gilliland spenser309 at gmail.com
Mon Aug 30 17:02:54 UTC 2010


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 




More information about the virt-tools-list mailing list