solidguy
unread,Apr 5, 2009, 1:41:45 AM4/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open-iscsi
I downloaded and built the latest semi-stable build (870.3). I built
this on 3 different machines (A,B,C) all are supposedly Centos 2.6.18
(uname -r) . After make install and reboot, 2 of the machines (A&B)
have an [iscsi_eh] process, but the 3rd one does not. All modules
(*.ko) are the same size and iscsiadm -V reports "iscsiadm version
2.0-870". However all 3 machines are able to login to targets exported
by a solaris box. Is this OK? How do I go about debugging this?
The only difference on machine C is the output of lsmod | grep iscsi:
A&B:
iscsi_tcp 27280 0
libiscsi 38272 1 iscsi_tcp
scsi_transport_iscsi 41880 3 iscsi_tcp,libiscsi
scsi_mod 152240 10
iscsi_tcp,libiscsi,scsi_transport_iscsi,sr_mod,sg,mptsas,mptscsih,scsi_transport_sas,libata,sd_mod
C:
iscsi_tcp 29312 4
libiscsi 30080 2 ib_iser,iscsi_tcp
scsi_transport_iscsi 37016 4 ib_iser,iscsi_tcp,libiscsi
scsi_mod 152240 37
ib_iser,tmscsim,sym53c8xx,sr_mod,sg,scsi_transport_sas,raid_class,qla2xxx,qla1280,ppa,osst,megaraid_sas,megaraid_mbox,megaraid,lpfc,scsi_transport_fc,iscsi_tcp,libiscsi,scsi_transport_iscsi,imm,ide_scsi,hptiop,dmx3191d,dc395x,ch,BusLogic,atp870u,aic7xxx,aic79xx,scsi_transport_spi,ahci,aacraid,a100u2w,
3w_xxxx,3w_9xxx,libata,sd_mod
Apparently it is loading some other version (as far as I can tell make
install wiped out the previous version installed which was 868).
Thanks