[libvirt] [PATCH] Refactor ESX storage driver and add iSCSI support

Ata E Husain Bohra ata.husain at hotmail.com
Mon Aug 20 18:11:59 UTC 2012


Resent of
http://www.redhat.com/archives/libvir-list/2012-August/msg01353.html.

Merging recent branch updates to this patch.

Ata E Husain Bohra (1):
  Refactor ESX storage driver and add iSCSI support

 src/Makefile.am                     |   16 +-
 src/esx/esx_driver.c                |    4 +-
 src/esx/esx_storage_backend_iscsi.c |  794 +++++++++++++++++++
 src/esx/esx_storage_backend_iscsi.h |   31 +
 src/esx/esx_storage_backend_vmfs.c  | 1471 +++++++++++++++++++++++++++++++++++
 src/esx/esx_storage_backend_vmfs.h  |   31 +
 src/esx/esx_storage_driver.c        | 1303 +++++--------------------------
 src/esx/esx_vi.c                    |  341 +++++++-
 src/esx/esx_vi.h                    |   21 +-
 src/esx/esx_vi_generator.input      |  308 +++++++-
 src/esx/esx_vi_generator.py         |   19 +
 11 files changed, 3218 insertions(+), 1121 deletions(-)
 create mode 100644 src/esx/esx_storage_backend_iscsi.c
 create mode 100644 src/esx/esx_storage_backend_iscsi.h
 create mode 100644 src/esx/esx_storage_backend_vmfs.c
 create mode 100644 src/esx/esx_storage_backend_vmfs.h

-- 
1.7.9.5




More information about the libvir-list mailing list