Re: [libvirt] [PATCH v1 09/11] storagePoolCreateXML: Don't lose persistent storage on failed create

2019-08-19 Thread Ján Tomko
On Fri, May 24, 2019 at 04:35:45PM +0200, Michal Privoznik wrote: If there's a persistent storage and user tries to start a new one with the same name and UUID (e.g. to test new configuration) it may happen that upon failure we lose the persistent defintion. Fortunately, we don't remove it from t

[libvirt] [PATCH v1 09/11] storagePoolCreateXML: Don't lose persistent storage on failed create

2019-05-24 Thread Michal Privoznik
If there's a persistent storage and user tries to start a new one with the same name and UUID (e.g. to test new configuration) it may happen that upon failure we lose the persistent defintion. Fortunately, we don't remove it from the disk only from the internal list of the pools. Signed-off-by: Mi