Re: [Libvir] PATCH: Add SCSI HBA backend for storage driver

2008-03-25 Thread Daniel P. Berrange
On Tue, Mar 25, 2008 at 03:24:48AM -0400, Daniel Veillard wrote: > On Mon, Mar 24, 2008 at 11:15:47PM +, Daniel P. Berrange wrote: > > And this time with the patch included... > [...] > > PARTED_REQUIRED="1.8.0" > > +HAL_REQUIRED="0.5.0" > > With HAL being in Solaris now, maybe that could e

Re: [Libvir] PATCH: Add SCSI HBA backend for storage driver

2008-03-25 Thread Daniel Veillard
On Mon, Mar 24, 2008 at 11:15:47PM +, Daniel P. Berrange wrote: > And this time with the patch included... [...] > PARTED_REQUIRED="1.8.0" > +HAL_REQUIRED="0.5.0" With HAL being in Solaris now, maybe that could even be made non-linux specific [...] > @@ -584,6 +585,8 @@ AC_ARG_WITH(storage

Re: [Libvir] PATCH: Add SCSI HBA backend for storage driver

2008-03-24 Thread Daniel P. Berrange
And this time with the patch included... configure.in | 28 ++ src/Makefile.am| 10 src/storage_backend.c | 14 + src/storage_backend_scsi.c | 466 + src/storage_backend_scsi.h | 45 src/storage_conf.c

[Libvir] PATCH: Add SCSI HBA backend for storage driver

2008-03-24 Thread Daniel P. Berrange
This patch adds a new backend to the storage driver supporting SCSI HBAs. With this you can now enumerate physical disks provided by FibreChannel, internal SCSI / PATA / SATA / USB adapters. The implemention uses HAL to enumerate the volumes asssociated with an HBA. It is common for most boxes to