[libvirt] how to delete storage-pool entirely

2012-10-25 Thread yue
it seems that if pools has the same path even with different uuid ,they will be recognize as one pool. if i have defined a pool with a special path, next time to define a new one(same path , different uuid) will fail. then i delete(rm -f ) pool.xml file, define the pool again , it

Re: [libvirt] how to delete storage-pool entirely

2012-10-25 Thread Eric Blake
On 10/25/2012 01:51 AM, yue wrote: When asking unrelated questions, it is best to start a new thread instead of sending your mail in reply to the wrong thread. it seems that if pools has the same path even with different uuid ,they will be recognize as one pool. You may have found a

Re: [libvirt] how to delete storage-pool entirely

2012-10-25 Thread libvirt
hi, 1.for netfs, it check not only UUID but alse host-ip and dir to find a suplicated pool. it needs a discuss. in my case i need add several pool which share a nfs-export. 2.if it is possible to supply a API like storagePoolLookupByHostAndDirString for netfs? so easy to locate a

Re: [libvirt] how to delete storage-pool entirely

2012-10-25 Thread Eric Blake
On 10/25/2012 09:22 AM, libv...@163.com wrote: [please don't top-post on technical lists] hi, 1.for netfs, it check not only UUID but alse host-ip and dir to find a suplicated pool. it needs a discuss. in my case i need add several pool which share a nfs-export. Why do you need

Re: [libvirt] how to delete storage-pool entirely

2012-10-25 Thread yue
1.in my case , i attach a ISO to several VM, each action of attachment will define a pool from XML, so different UUID but same host and dir.otherwhile i have to record how many times a ISO is attached. hard to know how many ISO and how many VM. maybe you can add a configuration