]> xenbits.xensource.com Git - libvirt.git/commit
storage: Introduce iscsi_direct pool type
authorClementine Hayat <clem@lse.epita.fr>
Tue, 31 Jul 2018 08:44:21 +0000 (10:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 6 Aug 2018 10:23:55 +0000 (12:23 +0200)
commitf0bf1be3e7a2335b914b567ba85bed312dc0bc65
treefaee890d3515427d77e83971d554dad7b030c84d
parent8aa85e0bb7bf16ae274a38f70f20f3e14b5a6f51
storage: Introduce iscsi_direct pool type

Introducing the pool as a noop. Integration inside the build
system. Implementation will be in the following commits.

Signed-off-by: Clementine Hayat <clem@lse.epita.fr>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
19 files changed:
configure.ac
docs/schemas/storagepool.rng
docs/storage.html.in
m4/virt-storage-iscsi-direct.m4 [new file with mode: 0644]
src/conf/domain_conf.c
src/conf/storage_conf.c
src/conf/storage_conf.h
src/conf/virstorageobj.c
src/storage/Makefile.inc.am
src/storage/storage_backend.c
src/storage/storage_backend_iscsi_direct.c [new file with mode: 0644]
src/storage/storage_backend_iscsi_direct.h [new file with mode: 0644]
src/storage/storage_driver.c
tests/storagepoolxml2xmlin/pool-iscsi-direct-auth.xml [new file with mode: 0644]
tests/storagepoolxml2xmlin/pool-iscsi-direct.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-iscsi-direct-auth.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-iscsi-direct.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c
tools/virsh-pool.c