]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Add API to check accessibility of storage volumes
authorPeter Krempa <pkrempa@redhat.com>
Sat, 26 Apr 2014 16:15:41 +0000 (18:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jun 2014 07:27:23 +0000 (09:27 +0200)
commit4cb250555766e47e6a5be95588973d44d5c59447
tree51c2ce52d78a5a35eaaf60e72a9b3a546097bdce
parent684ec651e95ba14988c5a1a5054d0b1e1442e306
storage: Add API to check accessibility of storage volumes

Add a storage driver API equivalent of the access() function.
Implementations for the filesystem and gluster backends are provided.
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