Hi,
i've been having "fun" with one of these units (S16E-R1130) also for a
number of years.
I never managed to fix the conn errors under RH5.x but think i might have
gotten them straightened out under RH6.2 finally. keeping fingers crossed.
By "think i got it fixed" i mean i haven't had any dmesg/syslog messages
about conn errors - once this has been stable, i'll do some more
performance testing.
see
https://groups.google.com/forum/?fromgroups#!topic/open-iscsi/xbPNzjrCLYg
and
https://bugzilla.redhat.com/show_bug.cgi?id=548556
Performance of this unit isn't exactly much to write home about - i'm
using it for D2D backup - i tried using it as a iSCSI VMFS storage volume
but gave up quickly.
setup wis, i have a bonded pair on the server, and 8 single IP addreses on
the storage unit - i'm using multipath - and no jumbo frames.
if the below doesn't get you going, let me know and i'll try and attach
full files.
devices {
device {
vendor "IFT"
path_grouping_policy failover
getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
path_checker tur
path_selector "service-time 0"
hardware_handler "0"
failback 15
rr_min_io_rq 100
rr_weight uniform
no_path_retry 12
prio alua
}
}
node.session.timeo.replacement_timeout = 120
node.conn[0].timeo.login_timeout = 15
node.conn[0].timeo.logout_timeout = 15
node.conn[0].timeo.noop_out_interval =30
node.conn[0].timeo.noop_out_timeout = 90
node.session.err_timeo.abort_timeout = 15
node.session.err_timeo.lu_reset_timeout = 30
node.session.err_timeo.tgt_reset_timeout = 30
node.session.initial_login_retry_max = 8
node.session.cmds_max = 128
node.session.queue_depth = 32
Matthew
On Fri, 15 Jun 2012, marcus_49 wrote:
> Hello together,
>
> I am new to the wold of iSCSI but I hope I can provide some interesting problems for for "pros"� here ;-)
>
> I got conn error (1011) then I make dd-Tests to partitions of a LUN
> somtimes pinging the target Channel IP stoppd during the conn error
>
>
>
> Jun 15 14:09:41 ivan kernel:� connection14:0: detected conn error (1011)
> Jun 15 14:09:42 ivan iscsid: Kernel reported iSCSI connection 14:0 error (1011) state (3)
> Jun 15 14:09:45 ivan iscsid: connection14:0 is operational after recovery (1 attempts)
> Jun 15 14:09:55 ivan kernel:� connection14:0: ping timeout of 5 secs expired, recv timeout 5, last rx
7303292903, last ping
7303297903, now
7303302903
>
>
> Setup:
>
> - server ivan:
> � kernel 2.6.18-238.el5, isci-utils iscsi-initiator-utils-6.2.0.872-6.el5
> � device-mapper-multipath-0.4.7-48.el5_8.1, RedHat 5.6
>
> - server eric:
> same hard- and software
>
> - server alon:
> same hardware but newer RedHat 6.2
> � kernel 2.6.32-220.el6, iscsi-initiator-utils-6.2.0.872-34.el6.x86_64
> � device-mapper-multipath-0.4.9-46.el6.x86_64 device-mapper-multipath-libs-0.4.9-46.el6.x86_64
>
> # Storage
> - Infortrend DS S16E-R1130
> (jumbo frames enabled, redundant Controller, 4 x 1GBit Channels/Controller)
> - Tests made only with Controller A
>
> I tested different things but the error still occure:
> it makes no difference if I configure:
>
>
> - etc/sysctrl.conf
> ��� net.ipv4.tcp_window_scaling=0
> ��� net.ipv4.conf.all.arp_ignore=1
> ��� net.ipv4.conf.all.arp_announce=2
>
> - etc/iscsi/iscsi.conf
> ��� node.conn[0].timeo.noop_out_interval = 30
> ��� node.conn[0].timeo.noop_out_timeout� = 30
>
> - multipathd with the failover or "multibus" policy
>
> - map one path to one� LUN or three paths to one LUN in the storage device
>
> - use jumbo frames or not
>
> The only differece between the new RH 6.2 and the old one is that the new one shows no IO-Errors.
> I can only observer connection errors but the IO ist going down too.
>
>
> Here are further informations. Attached you find the iscsid.conf, multipath.conf, /var/log/messages
>
> Any suggestions would be greatly appreciated
> Best Marcus
>
>
> # Network
>
> I configrued only the three activ paths via and not the passive path to Ctrl_B to reduce comlexity
> And I only show you the two of three ifaces
>
>
> [root@ivan ~]# cat /var/lib/iscsi/ifaces/*
> # BEGIN RECORD 2.0-872
> iface.iscsi_ifacename = iface.eth0
> iface.hwaddress = 00:19:99:97:5A:BD
> iface.transport_name = tcp
> # END RECORD
> # BEGIN RECORD 2.0-872
> iface.iscsi_ifacename = iface.eth1
> iface.hwaddress = 00:19:99:97:5A:BC
> iface.transport_name = tcp
> # END RECORD
> # BEGIN RECORD 2.0-872
> iface.iscsi_ifacename = iface.eth2
> iface.hwaddress = 00:19:99:97:5C:63
> iface.transport_name = tcp
> # END RECORD
> # BEGIN RECORD 2.0-872
> iface.iscsi_ifacename = iface.eth3
> iface.hwaddress = 00:19:99:97:5C:62
> iface.transport_name = tcp
> # END RECORD
> [root@ivan ~]#
>
>
>
>
> # nics / routing
>
> (Intel Corporation 82576NS Gigabit Network Connection)
>
> [root@ivan ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth*
> # Intel Corporation 82576NS Gigabit Network Connection
> DEVICE=eth0
> BOOTPROTO=static
> HWADDR=00:19:99:97:5A:BD
> ONBOOT=yes
> IPADDR=192.168.0.10
> NETMASK=255.255.255.0
> NETWORK=192.168.255.0
> BROADCAST=192.168.0.255
> TYPE=Ethernet
> #USERCTL=no
> MTU="9000"
>
>
> # Intel Corporation 82576NS Gigabit Network Connection
> DEVICE=eth1
> BOOTPROTO=static
> HWADDR=00:19:99:97:5A:BC
> ONBOOT=yes
> IPADDR=192.168.1.10
> NETMASK=255.255.255.0
> NETWORK=192.168.1.0
> BROADCAST=192.168.1.255
> TYPE=Ethernet
> #USERCTL=no
> MTU="9000"
>
> # Intel Corporation 82576NS Gigabit Network Connection
> DEVICE=eth2
> BOOTPROTO=static
> HWADDR=00:19:99:97:5C:63
> ONBOOT=yes
> BROADCAST=192.168.2.255
> IPADDR=192.168.2.10
> NETMASK=255.255.255.0
> NETWORK=192.168.2.0
> TYPE=Ethernet
> #USERCTL=no
> MTU="9000"
>
> # Intel Corporation 82576NS Gigabit Network Connection
> DEVICE=eth3
> BOOTPROTO=static
> HWADDR=00:19:99:97:5C:62
> ONBOOT=yes
> IPADDR=192.168.7.10
> NETMASK=255.255.255.0
> NETWORK=192.168.7.0
> BROADCAST=192.168.7.255
> TYPE=Ethernet
> #USERCTL=no
> MTU="9000"
>
>
> # Intel Corporation 82575EB Gigabit Network Connection
> DEVICE=eth4
> BOOTPROTO=static
> BROADCAST=10.31.25.255
> HWADDR=00:19:99:98:03:10
> IPADDR=10.31.25.37
> NETMASK=255.255.255.0
> NETWORK=10.31.25.0
> ONBOOT=yes
> # Intel Corporation 82575EB Gigabit Network Connection
> DEVICE=eth5
> BOOTPROTO=static
> BROADCAST=10.31.25.255
> HWADDR=00:19:99:98:03:11
> IPADDR=10.31.25.38
> NETMASK=255.255.255.0
> NETWORK=10.31.25.0
> ONBOOT=yes
> [root@ivan ~]#
>
>
> [root@ivan ~]# route -n
> Kernel IP routing table
> Destination���� Gateway�������� Genmask�������� Flags Metric Ref��� Use Iface
> 192.168.7.0���� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth3
> 10.31.25.0����� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth4
> 10.31.25.0����� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth5
> 192.168.2.0���� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth2
> 192.168.1.0���� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth1
> 192.168.0.0���� 0.0.0.0�������� 255.255.255.0�� U���� 0����� 0������� 0 eth0
> 169.254.0.0���� 0.0.0.0�������� 255.255.0.0���� U���� 0����� 0������� 0 eth3
> 0.0.0.0�������� 10.31.25.1����� 0.0.0.0�������� UG��� 0����� 0������� 0 eth4
>
>
>
>
>
> # sessions/targest
>
> [root@alon ~]# iscsiadm -m session
> tcp: [1]
192.168.2.1:3260,1 iqn.2002-10.com.infortrend:raid.sn7917498.201
> tcp: [2]
192.168.0.1:3260,1 iqn.2002-10.com.infortrend:raid.sn7917498.001
> tcp: [3]
192.168.1.1:3260,1 iqn.2002-10.com.infortrend:raid.sn7917498.101
> [root@alon ~]#
>
>
> [root@ivan ~]# multipath -l
> P4_reorg (3600d02310009ed051285112c40336821) dm-6 IFT,DS S16E-R1130
> [size=150G][features=0][hwhandler=0][rw]
> \_ round-robin 0 [prio=0][active]
> �\_ 38:0:0:4 sdv 65:80� [active][undef]
> �\_ 37:0:0:4 sdx 65:112 [active][undef]
> �\_ 39:0:0:4 sdy 65:128 [active][undef]
> P0_alanna (3600d02310009ed0547f3eb2d7c6b8847) dm-2 IFT,DS S16E-R1130
> [size=551G][features=0][hwhandler=0][rw]
> \_ round-robin 0 [prio=0][enabled]
> �\_ 37:0:0:0 sde 8:64�� [active][undef]
> �\_ 38:0:0:0 sdf 8:80�� [active][undef]
> �\_ 39:0:0:0 sdg 8:96�� [active][undef]
> P3_schule (3600d02310009ed056736241c65250093) dm-5 IFT,DS S16E-R1130
> [size=552G][features=0][hwhandler=0][rw]
> \_ round-robin 0 [prio=0][active]
> �\_ 38:0:0:3 sdl 8:176� [active][undef]
> �\_ 37:0:0:3 sdr 65:16� [active][undef]
> �\_ 39:0:0:3 sdw 65:96� [active][undef]
> [root@ivan ~]#
>
>
>
> root@ivan ~]# iscsiadm� -m session -P3
> iSCSI Transport Class version 2.0-871
> version 2.0-872
> Target: iqn.2002-10.com.infortrend:raid.sn7917498.001
> ������� Current Portal:
192.168.0.1:3260,1
> ������� Persistent Portal:
192.168.0.1:3260,1
> ��������������� **********
> ��������������� Interface:
> ��������������� **********
> ��������������� Iface Name: iface.eth0
> ��������������� Iface Transport: tcp
> ��������������� Iface Initiatorname:
eric-iqn.voebb.verwalt-berlin.de
> ��������������� Iface IPaddress: 192.168.0.10
> ��������������� Iface HWaddress: 00:19:99:97:5A:BD
> ��������������� Iface Netdev: <empty>
> ��������������� SID: 13
> ��������������� iSCSI Connection State: LOGGED IN
> ��������������� iSCSI Session State: LOGGED_IN
> ��������������� Internal iscsid Session State: NO CHANGE
> ��������������� ************************
> ��������������� Negotiated iSCSI params:
> ��������������� ************************
> ��������������� HeaderDigest: None
> ��������������� DataDigest: None
> ��������������� MaxRecvDataSegmentLength: 262144
> ��������������� MaxXmitDataSegmentLength: 65536
> ��������������� FirstBurstLength: 65536
> ��������������� MaxBurstLength: 262144
> ��������������� ImmediateData: Yes
> ��������������� InitialR2T: No
> ��������������� MaxOutstandingR2T: 1
> ��������������� ************************
> ��������������� Attached SCSI devices:
> ��������������� ************************
> ��������������� Host Number: 37 State: running
> ��������������� scsi37 Channel 00 Id 0 Lun: 0
> ����������������������� Attached scsi disk sde��������� State: running
> ��������������� scsi37 Channel 00 Id 0 Lun: 1
> ����������������������� Attached scsi disk sdh��������� State: running
> ��������������� scsi37 Channel 00 Id 0 Lun: 2
> ����������������������� Attached scsi disk sdk��������� State: running
> ��������������� scsi37 Channel 00 Id 0 Lun: 3
> ����������������������� Attached scsi disk sdr��������� State: running
> ��������������� scsi37 Channel 00 Id 0 Lun: 4
> ����������������������� Attached scsi disk sdx��������� State: running
> Target: iqn.2002-10.com.infortrend:raid.sn7917498.101
> ������� Current Portal:
192.168.1.1:3260,1
> ������� Persistent Portal:
192.168.1.1:3260,1
> ��������������� **********
> ��������������� Interface:
> ��������������� **********
> ��������������� Iface Name: iface.eth1
> ��������������� Iface Transport: tcp
> ��������������� Iface Initiatorname:
eric-iqn.voebb.verwalt-berlin.de
> ��������������� Iface IPaddress: 192.168.1.10
> ��������������� Iface HWaddress: 00:19:99:97:5A:BC
> ��������������� Iface Netdev: <empty>
> ��������������� SID: 14
> ��������������� iSCSI Connection State: LOGGED IN
> ��������������� iSCSI Session State: LOGGED_IN
> ��������������� Internal iscsid Session State: NO CHANGE
> ��������������� ************************
> ��������������� Negotiated iSCSI params:
> ��������������� ************************
> ��������������� HeaderDigest: None
> ��������������� DataDigest: None
> ��������������� MaxRecvDataSegmentLength: 262144
> ��������������� MaxXmitDataSegmentLength: 65536
> ��������������� FirstBurstLength: 65536
> ��������������� MaxBurstLength: 262144
> ��������������� ImmediateData: Yes
> ��������������� InitialR2T: No
> ��������������� MaxOutstandingR2T: 1
> ��������������� ************************
> ��������������� Attached SCSI devices:
> ��������������� ************************
> ��������������� Host Number: 38 State: running
> ��������������� scsi38 Channel 00 Id 0 Lun: 0
> ����������������������� Attached scsi disk sdf��������� State: running
> ��������������� scsi38 Channel 00 Id 0 Lun: 1
> ����������������������� Attached scsi disk sdi��������� State: running
> ��������������� scsi38 Channel 00 Id 0 Lun: 2
> ����������������������� Attached scsi disk sdj��������� State: running
> ��������������� scsi38 Channel 00 Id 0 Lun: 3
> ����������������������� Attached scsi disk sdl��������� State: running
> ��������������� scsi38 Channel 00 Id 0 Lun: 4
> ����������������������� Attached scsi disk sdv��������� State: running
> Target: iqn.2002-10.com.infortrend:raid.sn7917498.201
> ������� Current Portal:
192.168.2.1:3260,1
> ������� Persistent Portal:
192.168.2.1:3260,1
> ��������������� **********
> ��������������� Interface:
> ��������������� **********
> ��������������� Iface Name: iface.eth2
> ��������������� Iface Transport: tcp
> ��������������� Iface Initiatorname:
eric-iqn.voebb.verwalt-berlin.de
> ��������������� Iface IPaddress: 192.168.2.10
> ��������������� Iface HWaddress: 00:19:99:97:5C:63
> ��������������� Iface Netdev: <empty>
> ��������������� SID: 15
> ��������������� iSCSI Connection State: LOGGED IN
> ��������������� iSCSI Session State: LOGGED_IN
> ��������������� Internal iscsid Session State: NO CHANGE
> ��������������� ************************
> ��������������� Negotiated iSCSI params:
> ��������������� ************************
> ��������������� HeaderDigest: None
> ��������������� DataDigest: None
> ��������������� MaxRecvDataSegmentLength: 262144
> ��������������� MaxXmitDataSegmentLength: 65536
> ��������������� FirstBurstLength: 65536
> ��������������� MaxBurstLength: 262144
> ��������������� ImmediateData: Yes
> ��������������� InitialR2T: No
> ��������������� MaxOutstandingR2T: 1
> ��������������� ************************
> ��������������� Attached SCSI devices:
> ��������������� ************************
> ��������������� Host Number: 39 State: running
> ��������������� scsi39 Channel 00 Id 0 Lun: 0
> ����������������������� Attached scsi disk sdg��������� State: running
> ��������������� scsi39 Channel 00 Id 0 Lun: 1
> ����������������������� Attached scsi disk sdo��������� State: running
> ��������������� scsi39 Channel 00 Id 0 Lun: 2
> ����������������������� Attached scsi disk sdt��������� State: running
> ��������������� scsi39 Channel 00 Id 0 Lun: 3
> ����������������������� Attached scsi disk sdw��������� State: running
> ��������������� scsi39 Channel 00 Id 0 Lun: 4
> ����������������������� Attached scsi disk sdy��������� State: running
> [root@ivan ~]#
>
>
>
>
>
>
> [root@alon iscsi]# df -h
> [root@ivan ~]# df -h
> Filesystem����������� Size� Used Avail Use% Mounted on
> /dev/mapper/VolGroup01-LogVol00
> ��������������������� 117G�� 19G�� 93G� 17% /
> /dev/sda1������������� 99M�� 14M�� 81M� 15% /boot
> tmpfs����������������� 13G���� 0�� 13G�� 0% /dev/shm
> nfs01.voebb.verwalt-berlin.de:/data_nfs01
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /data_nfs01_local
> nfs01.voebb.verwalt-berlin.de:/ivan_alanna
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /alanna
> nfs01.voebb.verwalt-berlin.de:/ivan_star
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /star
> nfs01.voebb.verwalt-berlin.de:/ivan_schule
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /schule
> nfs01.voebb.verwalt-berlin.de:/ivan_star2
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /star2
> nfs01.voebb.verwalt-berlin.de:/ivan_alanna2
> ��������������������� 5.5T� 2.1T� 3.4T� 39% /alanna2
> /dev/mapper/P3_schulep1
> ��������������������� 152G� 107G�� 38G� 75% /tmp.schule/data01
> /dev/mapper/P3_schulep2
> ���������������������� 80G�� 43G�� 33G� 57% /tmp.schule/data02
> /dev/mapper/P3_schulep3
> ���������������������� 92G�� 42G�� 46G� 49% /tmp.schule/data03
> /dev/mapper/P3_schulep5
> ���������������������� 51G� 1.8G�� 47G�� 4% /tmp.schule/data04
> /dev/mapper/P3_schulep6
> ���������������������� 21G� 173M�� 19G�� 1% /tmp.schule/data05
> /dev/mapper/P3_schulep7
> ��������������������� 2.8G�� 69M� 2.6G�� 3% /tmp.schule/data06
> /dev/mapper/P3_schulep8
> ��������������������� 5.6G� 140M� 5.1G�� 3% /tmp.schule/data07
> /dev/mapper/P3_schulep9
> ��������������������� 6.5G� 143M� 6.0G�� 3% /tmp.schule/data08
> /dev/mapper/P3_schulep10
> ���������������������� 42G� 177M�� 39G�� 1% /tmp.schule/data09
> /dev/mapper/P3_schulep11
> ���������������������� 31G� 6.6G�� 23G� 23% /tmp.schule/data10
> [root@ivan ~]#
>
>
>
>
>
> [[root@ivan ~]# ll /dev/mapper/P3_schule*
> brw-rw---- 1 root disk 253,� 5 Jun 15 10:51 /dev/mapper/P3_schule
> brw-rw---- 1 root disk 253,� 7 Jun 15 10:51 /dev/mapper/P3_schulep1
> brw-rw---- 1 root disk 253, 15 Jun 15 10:51 /dev/mapper/P3_schulep10
> brw-rw---- 1 root disk 253, 16 Jun 15 10:51 /dev/mapper/P3_schulep11
> brw-rw---- 1 root disk 253, 17 Jun 15 10:51 /dev/mapper/P3_schulep12
> brw-rw---- 1 root disk 253,� 8 Jun 15 10:51 /dev/mapper/P3_schulep2
> brw-rw---- 1 root disk 253,� 9 Jun 15 10:51 /dev/mapper/P3_schulep3
> brw-rw---- 1 root disk 253, 10 Jun 15 10:51 /dev/mapper/P3_schulep5
> brw-rw---- 1 root disk 253, 11 Jun 15 10:51 /dev/mapper/P3_schulep6
> brw-rw---- 1 root disk 253, 12 Jun 15 10:51 /dev/mapper/P3_schulep7
> brw-rw---- 1 root disk 253, 13 Jun 15 10:51 /dev/mapper/P3_schulep8
> brw-rw---- 1 root disk 253, 14 Jun 15 10:51 /dev/mapper/P3_schulep9
>
>
>
>
>
>
>
>
>
>
> -> The Test
>
> dd if=/dev/zero bs=1024 count=10000000� of=/tmp.schule/data01/test/file_10GB_1
>
>
>
>
> [root@alon ~]# ping 192.168.0.1� (first portal / Storage Device)
> ��� ��� ��� --- snip ---
>
> 64 bytes from
192.168.0.1: icmp_seq=38 ttl=64 time=1.90 ms
> 64 bytes from
192.168.0.1: icmp_seq=39 ttl=64 time=1.89 ms
> 64 bytes from
192.168.0.1: icmp_seq=40 ttl=64 time=1.88 ms
> 64 bytes from
192.168.0.1: icmp_seq=41 ttl=64 time=1.89 ms
> 64 bytes from
192.168.0.1: icmp_seq=42 ttl=64 time=1.93 ms
> 64 bytes from
192.168.0.1: icmp_seq=43 ttl=64 time=1.92 ms
> 64 bytes from
192.168.0.1: icmp_seq=44 ttl=64 time=1.93 ms
> 64 bytes from
192.168.0.1: icmp_seq=45 ttl=64 time=2.18 ms
> 64 bytes from
192.168.0.1: icmp_seq=46 ttl=64 time=2.30 ms
> 64 bytes from
192.168.0.1: icmp_seq=47 ttl=64 time=2.22 ms
> 64 bytes from
192.168.0.1: icmp_seq=48 ttl=64 time=2.00 ms
> 64 bytes from
192.168.0.1: icmp_seq=49 ttl=64 time=1.87 ms
> 64 bytes from
192.168.0.1: icmp_seq=50 ttl=64 time=2.21 ms
> 64 bytes from
192.168.0.1: icmp_seq=51 ttl=64 time=2.35 ms
> 64 bytes from
192.168.0.1: icmp_seq=52 ttl=64 time=2.58 ms
> 64 bytes from
192.168.0.1: icmp_seq=53 ttl=64 time=15230 ms
> 64 bytes from
192.168.0.1: icmp_seq=54 ttl=64 time=14232 ms
> 64 bytes from
192.168.0.1: icmp_seq=55 ttl=64 time=13234 ms
> 64 bytes from
192.168.0.1: icmp_seq=56 ttl=64 time=12235 ms
> 64 bytes from
192.168.0.1: icmp_seq=57 ttl=64 time=11237 ms
> 64 bytes from
192.168.0.1: icmp_seq=69 ttl=64 time=1.83 ms
> 64 bytes from
192.168.0.1: icmp_seq=70 ttl=64 time=2.87 ms
> 64 bytes from
192.168.0.1: icmp_seq=71 ttl=64 time=32324 ms
> 64 bytes from
192.168.0.1: icmp_seq=72 ttl=64 time=31326 ms
> 64 bytes from
192.168.0.1: icmp_seq=73 ttl=64 time=30328 ms
> 64 bytes from
192.168.0.1: icmp_seq=74 ttl=64 time=29330 ms
> 64 bytes from
192.168.0.1: icmp_seq=75 ttl=64 time=28331 ms
> 64 bytes from
192.168.0.1: icmp_seq=76 ttl=64 time=27333 ms
> 64 bytes from
192.168.0.1: icmp_seq=77 ttl=64 time=26334 ms
> 64 bytes from
192.168.0.1: icmp_seq=78 ttl=64 time=25336 ms
> 64 bytes from
192.168.0.1: icmp_seq=79 ttl=64 time=24338 ms
> 64 bytes from
192.168.0.1: icmp_seq=80 ttl=64 time=23339 ms
> 64 bytes from
192.168.0.1: icmp_seq=81 ttl=64 time=22341 ms
> 64 bytes from
192.168.0.1: icmp_seq=82 ttl=64 time=21343 ms
> 64 bytes from
192.168.0.1: icmp_seq=104 ttl=64 time=2.65 ms
> 64 bytes from
192.168.0.1: icmp_seq=105 ttl=64 time=2.23 ms
> 64 bytes from
192.168.0.1: icmp_seq=106 ttl=64 time=1.91 ms
> 64 bytes from
192.168.0.1: icmp_seq=107 ttl=64 time=1.91 ms
> 64 bytes from
192.168.0.1: icmp_seq=108 ttl=64 time=2.19 ms
> 64 bytes from
192.168.0.1: icmp_seq=109 ttl=64 time=2.33 ms
> ��� ��� ��� --- snip ---
>
>
>
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "open-iscsi" group.
> To view this discussion on the web visit
https://groups.google.com/d/msg/open-iscsi/-/G1s1W6IxCI0J.
> To post to this group, send email to
open-...@googlegroups.com.
> To unsubscribe from this group, send email to
open-iscsi+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/open-iscsi?hl=en.
>
>