Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting To Ignore Parity For Initiator Mode Data Transfers #202

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

androda
Copy link
Contributor

@androda androda commented Oct 14, 2024

Adding a new ini file option to ignore parity errors in initiator mode. Very old SCSI 1 drives, such as those using SCSI to Winchester adapters, might not support parity at all. This causes an incredibly slow data backup because a warning is written to the log for every block of data transferred.

This is how the INI file should be structured to disable initiator mode parity checking:

[SCSI]
InitiatorMode=1
InitiatorParity=0

@erichelgeson erichelgeson added the update docs Reminder to update docs on release label Oct 14, 2024
Copy link
Contributor

@erichelgeson erichelgeson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not have a drive to test this with but the code looks sound, great work!

@androda androda merged commit c1bfe3a into main Oct 21, 2024
1 check passed
@androda androda deleted the InitiatorIgnoreParityErrors branch October 21, 2024 14:02
@erichelgeson erichelgeson removed the update docs Reminder to update docs on release label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants