]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Implement storage driver helper to chown disk images
authorPeter Krempa <pkrempa@redhat.com>
Wed, 9 Jul 2014 14:42:10 +0000 (16:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 24 Jul 2014 07:58:59 +0000 (09:58 +0200)
commit50f09651dff39d6d097eec8e16824a76867ec6c7
tree1188806e7562780c38b2ea1292427c996d924951
parent12926a7c390539ad920cedec321cd3a502623f4f
storage: Implement storage driver helper to chown disk images

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
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/storage/storage_driver.c
src/storage/storage_driver.h