Hello,<br><br>I have a running KVM virtual guest "demo1" with a defined disk at path /guests/mydisk.img.<br><br>But when I run<br><br>conn = virConnectOpenReadOnly(NULL);<br>path = "/guests/mydisk.img";<br>
virStorageVolLookupByPath(conn,path);<br><br>I got the error<br>"<br>ibvir: Storage error : invalid storage volume pointer in no storage vol with matching path<br>"<br><br>what am I missing ?<br>Thanks,<br>Francesco<br>