[pve-devel] [PATCH] add libiscsi support

Stefan Priebe - Profihost AG s.priebe at profihost.ag
Tue Jul 17 11:57:21 CEST 2012


Hello Dietmar,

i keep getting:

Jul 17 11:23:41 proxmox0 pvedaemon[38541]: WARNING: file 
/etc/pve/storage.cfg line 12 (skip section 'vmstorage1'): unsupported 
type 'iscsidirect'

# cat /etc/pve/storage.cfg

iscsidirect: vmstorage1
     portal 10.0.255.100
     target iqn.local.iscsi:target0

Any ideas?

ls -la /usr/share/perl5/PVE/Storage/ISCSIDirectPlugin.pm
-rw-r--r-- 1 root root 3729 Jul 17 10:59 
/usr/share/perl5/PVE/Storage/ISCSIDirectPlugin.pm


Greets
Stefan

Am 17.07.2012 11:39, schrieb Dietmar Maurer:
> the packages is 'libiscsi1' (not 'libiscsi').  I committed a fixed version.
>
> many thanks,
>
> - Dietmar
>
>> -----Original Message-----
>> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
>> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
>> Sent: Dienstag, 10. Juli 2012 14:43
>> To: pve-devel at pve.proxmox.com
>> Subject: [pve-devel] [PATCH] add libiscsi support
>>
>>
>> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
>> ---
>>   debian/control |    4 ++--
>>   debian/rules   |    2 +-
>>   2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/debian/control b/debian/control index 1d86458..33aba91 100644
>> --- a/debian/control
>> +++ b/debian/control
>> @@ -2,12 +2,12 @@ Source: pve-qemu-kvm
>>   Section: admin
>>   Priority: extra
>>   Maintainer: Proxmox Support Team <support at proxmox.com>
>> -Build-Depends: debhelper (>= 5), autotools-dev, libpci-dev, quilt, texinfo,
>> texi2html, libgnutls-dev, libsdl1.2-dev, check, libaio-dev, uuid-dev, librbd-dev
>> (>= 0.48)
>> +Build-Depends: debhelper (>= 5), autotools-dev, libpci-dev, quilt,
>> +texinfo, texi2html, libgnutls-dev, libsdl1.2-dev, check, libaio-dev,
>> +uuid-dev, librbd-dev (>= 0.48), libiscsi-dev
>>   Standards-Version: 3.7.2
>>
>>   Package: pve-qemu-kvm
>>   Architecture: any
>> -Depends: iproute, bridge-utils, python, libsdl1.2debian, libaio1, libuuid1,
>> ceph-common (>= 0.48), ${shlibs:Depends}, ${misc:Depends}
>> +Depends: iproute, bridge-utils, python, libsdl1.2debian, libaio1,
>> +libuuid1, ceph-common (>= 0.48), libiscsi, ${shlibs:Depends},
>> +${misc:Depends}
>>   Conflicts: qemu, qemu-kvm, kvm, pve-kvm, pve-qemu-kvm-2.6.18
>>   Replaces: pve-kvm, pve-qemu-kvm-2.6.18
>>   Description: Full virtualization on x86 hardware diff --git a/debian/rules
>> b/debian/rules index f6db4c4..5e5db0a 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -33,7 +33,7 @@ endif
>>   config.status: configure
>>   	dh_testdir
>>   	# Add here commands to configure the package.
>> -	./configure --prefix=/usr --datadir=/usr/share --
>> docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen --
>> enable-vnc-tls --enable-sdl --enable-uuid --enable-linux-aio --enable-rbd
>> +	./configure --prefix=/usr --datadir=/usr/share
>> +--docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --disable-xen
>> +--enable-vnc-tls --enable-sdl --enable-uuid --enable-linux-aio
>> +--enable-rbd --enable-libiscsi
>>
>>   build: patch build-stamp
>>
>> --
>> 1.7.2.5
>>
>> _______________________________________________
>> pve-devel mailing list
>> pve-devel at pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>




More information about the pve-devel mailing list