On Tue, 24 Jan 2006, Gerhard Schneider wrote: > > It's getting me mad.. > > It seems that with 2.6 (compared to 2.4) there has something been > changed in the kernel that I'm not aware of so I'm not able to > write/read tapes efficiently anymore.. > > LSI1030 SCSI controller > Overland tape library > Seagate LTO-1 tape drive > > Kernel 2.4.29: > > dd if=linux-2.6.16-rc1.tar.gz of=/dev/nst0 bs=64k > 776+1 records in > 776+1 records out > 50918460 bytes transferred in 4.620612 seconds (11019852 bytes/sec) > > Kernel 2.6.14rc1: > > dd if=linux-2.6.16-rc1.tar.gz of=/dev/nst0 bs=64k > 776+1 records in > 776+1 records out > 50918460 bytes transferred in 20.395567 seconds (2496545 bytes/sec) > > Another machine w/ > LSI1030 SCSI controller > Megaraid ZCR controller > Overland tape library > HP LTO-3 tape drive > Kernel 2.6.14rc1: > > dd if=linux-2.6.16-rc1.tar.gz of=/dev/nst0 bs=64k > 776+1 records in > 776+1 records out > 50918460 bytes transferred in 45.953133 seconds (1108052 bytes/sec) > > Either there is an initialization problems with tape drives on 2.6.* > (I don't think so) or there are tunable kernel parameters that > I don't know.. > You should not need to tune anything. > CPU load on 2.6 is minimal, tape is waiting for data.. > > Any idea? (I can provide you with any amount of data etc..) > What are the speeds negotiated between the SCSI HBA and the tape drive in these cases? One thing that can affect your comparisons is that the amount of data is quite small compared to the drive speed. The startup delay may be a significant factor in the timings (it differs depending on where the tape is and what has happened before the test). Even taking this into account, the speeds you see with 2.6 are too small. -- Kai - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html