Re: [libvirt] [PATCH v4 3/4] virStorageFileDeinit: don't free metadata used for storage driver access

2016-12-12 Thread Prasanna Kalever
On Wed, Dec 7, 2016 at 7:39 PM, Peter Krempa wrote: > On Tue, Dec 06, 2016 at 22:52:00 +0530, Prasanna Kumar Kalever wrote: >> Let the metadata for storage driver access to remote and local volumes >> be cleaned by its respective driver *Deinit methods. >> >> This will be used

Re: [libvirt] [PATCH v4 3/4] virStorageFileDeinit: don't free metadata used for storage driver access

2016-12-07 Thread Peter Krempa
On Tue, Dec 06, 2016 at 22:52:00 +0530, Prasanna Kumar Kalever wrote: > Let the metadata for storage driver access to remote and local volumes > be cleaned by its respective driver *Deinit methods. > > This will be used in the next patch, which will implement a connection > cache for/in gluster

[libvirt] [PATCH v4 3/4] virStorageFileDeinit: don't free metadata used for storage driver access

2016-12-06 Thread Prasanna Kumar Kalever
Let the metadata for storage driver access to remote and local volumes be cleaned by its respective driver *Deinit methods. This will be used in the next patch, which will implement a connection cache for/in gluster protocol driver. Signed-off-by: Prasanna Kumar Kalever