Re: [libvirt] [PATCHv5 01/28] storage: Implement virStorageFileCreate for local and gluster files

2014-07-08 Thread Peter Krempa
On 07/08/14 00:55, Eric Blake wrote: > On 07/04/2014 05:29 AM, Peter Krempa wrote: >> Add backends for this frontend function so that we can use it in the >> snapshot creation code. >> --- >> src/storage/storage_backend_fs.c | 17 + >> src/storage/storage_backend_gluster.c | 2

Re: [libvirt] [PATCHv5 01/28] storage: Implement virStorageFileCreate for local and gluster files

2014-07-07 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > Add backends for this frontend function so that we can use it in the > snapshot creation code. > --- > src/storage/storage_backend_fs.c | 17 + > src/storage/storage_backend_gluster.c | 28 > 2 files ch

[libvirt] [PATCHv5 01/28] storage: Implement virStorageFileCreate for local and gluster files

2014-07-04 Thread Peter Krempa
Add backends for this frontend function so that we can use it in the snapshot creation code. --- src/storage/storage_backend_fs.c | 17 + src/storage/storage_backend_gluster.c | 28 2 files changed, 45 insertions(+) diff --git a/src/storage/storag