Test Description
This test tests whether the replacement timeout of the iSCSI daemon on Linux is equal to 120. This is the default value.
The replacement timeout is the length of time to wait for session re-establishment before failing SCSI commands back to the application when running the Linux SCSI Layer error handler.
This test case fails if:
The iSCSI daemon is configured to have a replacement timeout value different than 120.
This test case passes if:
The iSCSI daemon is configured to have a replacement timeout of 128, i.e. node.session.timeo.replacement_timeout = 120 in /etc/iscsi/iscsid.conf.
How to fix this test
Automatic fix
PowerTools changes the replacement timeout value of the iSCSI daemon to 120.
Manual fix
Set node.session.timeo.replacement_timeout to 120 in /etc/iscsi/iscsid.conf
Applies to
All Linux distributions running open-iscsi.
Comments