Displaying 2 results from an estimated 2 matches for "ql2xmaxqdepth".
2014 May 19
1
setting the device queue_depth
...th.
But after a few minutes it starts to grow until it reaches 32 again. What could cause that behavior?
Furthermore the system doesn' t load my qlogic options. I have set them to:
cat /etc/modprobe.d/qlogic.conf
alias scsi_hostadapter1 qla2xxx
options qla2xxx ql2xmaxqdepth=4
But the max queue depth is
cat /sys/module/qla2xxx/parameters/ql2xmaxqdepth
32
Any help would be appreciated.
Centos: CentOS release 6.3 (Final)
Storage: DDN 9900
Qlogic: 2560 (using distri firmware)
Cheers
Axel
2007 Sep 23
3
ext3 file system becoming read only
...tg3
alias eth1 tg3
alias eth2 e1000
alias eth3 e1000
alias eth4 e1000
alias eth5 e1000
alias bond0 bonding
alias scsi_hostadapter cciss
options bond0 max_bonds=2 miimon=100 mode=1
alias scsi_hostadapter1 qla2xxx
alias scsi_hostadapter2 qla2xxx_conf
#alias scsi_hostadapter3 qla6312
options qla2xxx ql2xmaxqdepth=16 qlport_down_retry=64
ql2xloginretrycount=30 ql2xfailover=0 ql2xlbType=0
install qla2xxx /sbin/modprobe qla2xxx_conf; /sbin/modprobe
--ignore-install qla2xxx
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && {
/sbin/modprobe -r --ignore-remove qla2xxx_conf; }
###BEG...