Re: [libvirt] [PATCH] storage: backend: Log uid/gid when initializing storage file backend

2014-12-05 Thread Peter Krempa
On 12/04/14 21:36, Eric Blake wrote: > On 12/04/2014 12:24 PM, Peter Krempa wrote: >> To ease debugging permission problems add uid/gid values to the debug >> message when initializing a storage file backend. >> --- >> src/storage/storage_backend_fs.c | 4 ++-- >> src/storage/storage_backend_

Re: [libvirt] [PATCH] storage: backend: Log uid/gid when initializing storage file backend

2014-12-04 Thread Eric Blake
On 12/04/2014 12:24 PM, Peter Krempa wrote: > To ease debugging permission problems add uid/gid values to the debug > message when initializing a storage file backend. > --- > src/storage/storage_backend_fs.c | 4 ++-- > src/storage/storage_backend_gluster.c | 4 ++-- > 2 files changed, 4 ins

[libvirt] [PATCH] storage: backend: Log uid/gid when initializing storage file backend

2014-12-04 Thread Peter Krempa
To ease debugging permission problems add uid/gid values to the debug message when initializing a storage file backend. --- src/storage/storage_backend_fs.c | 4 ++-- src/storage/storage_backend_gluster.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/storage/sto