[libvirt] [PATCHv1.5 1/8] storage: Implement storage driver helper to chown disk images

John Ferlan jferlan at redhat.com
Tue Jul 22 14:09:18 UTC 2014



On 07/22/2014 05:20 AM, Peter Krempa wrote:
> Gluster storage works on a similar principle to NFS where it takes the
> uid and gid of the actual process and uses it to access the storage
> volume on the remote server. This introduces a need to chown storage
> files on gluster via native API.
> ---
>  src/storage/storage_backend.h         |  6 ++++++
>  src/storage/storage_backend_fs.c      | 12 ++++++++++++
>  src/storage/storage_backend_gluster.c | 12 ++++++++++++
>  src/storage/storage_driver.c          | 28 ++++++++++++++++++++++++++++
>  src/storage/storage_driver.h          |  1 +
>  5 files changed, 59 insertions(+)
> 

ACK

John




More information about the libvir-list mailing list