
19 May
2009
19 May
'09
5:49 p.m.
Solved by myself -> I forget to define a storage pool ! Thanks a lot anyway ! On Tue, May 19, 2009 at 6:31 PM, Francesco Latino < francesco.latino@gmail.com> wrote:
Hello,
I have a running KVM virtual guest "demo1" with a defined disk at path /guests/mydisk.img.
But when I run
conn = virConnectOpenReadOnly(NULL); path = "/guests/mydisk.img"; virStorageVolLookupByPath(conn,path);
I got the error " ibvir: Storage error : invalid storage volume pointer in no storage vol with matching path "
what am I missing ? Thanks, Francesco