Test Description
This test tests whether the queue depth of the iSCSI daemon on Linux is equal to 128.
This test case fails if:
The iSCSI daemon is configured to have a queue depth different from 128, i.e. node.session.queue_depth = 32 in /etc/iscsi/iscsid.conf.
This test case passes if:
The iSCSI daemon is configured to have a queue depth of 128, i.e. node.session.queue_depth = 128 in /etc/iscsi/iscsid.conf.
How to fix this test
Automatic fix
PowerTools changes the queue depth of the iSCSI daemon to 128.
Manual fix
Set node.session.queue_depth to 128 in /etc/iscsi/iscsid.conf
Applies to
All Linux distributions running open-iscsi.
Comments