Bart Van Assche
Bart Van Assche
> Hi @bvanassche thank you for moving the test cases to the zbd group. The PR title and commit message title still notes "tests/scsi". Then should be "tests/zbd" or simply...
Which kernel version are you using (version number or git commit ID)? As far as I know no kernel v5.15.x has been released yet.
Please retest with the latest SCST master branch.
That's weird. I took a quick look at the patches included in v5.14.12 but not in v5.14.11. So far I haven't found any patches that can explain this difference in...
The qla2x00t-32gbit driver works best with 32 Gbit adapters and the qla2x00t driver works better for 8 Gbit and 16 Gbit adapters than the qla2x00t-32gbit driver. I propose to try...
I don't think that it is necessary to reinstall Oracle Linux or to modify scst.conf. Please check the qla2xxx_scst kernel module settings, especially the `qlini_mode` parameter. ``` $ modinfo qla2xxx|grep...
Does this issue need further attention? If not, can it be closed?
How about the approach to disable VT-d? Did that approach work? Is it an acceptable solution?
My experience from a few years ago is that RHEL / CentOS kernels are more stable than upstream and also that upstream kernels are more stable than UEK kernels. How...
The Linux kernel SCSI target code (drivers/target/*) is not the best reference to look up information about how SCSI commands should behave. A better reference are the ANSI T10 standards...