libvirt/src/storage
Daniel P. Berrangé e23d5b0435 storage: introduce virtstoraged daemon
The virtstoraged daemon will be responsible for providing the storage API
driver functionality. The storage driver is still loaded by the main
libvirtd daemon at this stage, so virtstoraged must not be running at
the same time.

Reviewed-by: Christophe de Dinechin <dinechin@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-08-09 14:06:31 +01:00
..
Makefile.inc.am storage: introduce virtstoraged daemon 2019-08-09 14:06:31 +01:00
parthelper.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
storage_backend_disk.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
storage_backend_disk.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_fs.c lib: Don't use virReportSystemError() if virCommandRun() fails 2019-04-12 15:56:28 +02:00
storage_backend_fs.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_gluster.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_backend_gluster.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_iscsi_direct.c storage_backend_iscsi_direct: Simplify vol zeroing 2019-03-18 13:20:36 +01:00
storage_backend_iscsi_direct.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_iscsi.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_backend_iscsi.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_logical.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_backend_logical.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_mpath.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_backend_mpath.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_rbd.c storage: rbd: do not attempt to dereference a non-pointer 2019-07-12 17:51:39 +02:00
storage_backend_rbd.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_scsi.c storage: Use VIR_AUTOCLOSE 2019-02-12 13:11:31 -05:00
storage_backend_scsi.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_sheepdog_priv.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_sheepdog.c util: string: Use VIR_AUTOSTRINGLIST instead of VIR_AUTOPTR(virString) 2019-03-04 13:04:20 +01:00
storage_backend_sheepdog.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_vstorage.c vz: build fix for virStorageBackendVzPoolStart 2019-02-19 12:52:21 +03:00
storage_backend_vstorage.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend_zfs.c util: string: Use VIR_AUTOSTRINGLIST instead of VIR_AUTOPTR(virString) 2019-03-04 13:04:20 +01:00
storage_backend_zfs.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_backend.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
storage_backend.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_driver.c remote: in per-driver daemons ensure that state initialize succeeds 2019-08-09 14:06:31 +01:00
storage_driver.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_file_fs.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
storage_file_fs.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_file_gluster.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_file_gluster.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
storage_util.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_util.h src/storage: use #pragma once in headers 2019-06-19 17:12:31 +02:00
virtstoraged.service.in storage: introduce virtstoraged daemon 2019-08-09 14:06:31 +01:00