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

Post UNIT_ATTENTION condition after CD medium change (fixes #247) #283

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

PetteriAimonen
Copy link
Collaborator

Some hosts require separate unit_attention status response 0x2800 Medium may have changed to detect a changed CD image.
Previously only 0x3A00 Medium Not Present was sent through Test Unit Ready response.

By default unit attention is disabled in ZuluSCSI, so this edit doesn't change anything.
It's can be enabled in config together with the other unit attention conditions (boot and SD card change):

[SCSI]
EnableUnitAttention = 1

Trying if this helps for hosts that do not detect medium
change from a single "NO MEDIUM" message.

Requires unit attention to be enabled in zuluscsi.ini by:

[SCSI]
EnableUnitAttention = 1
@PetteriAimonen PetteriAimonen linked an issue Aug 21, 2023 that may be closed by this pull request
@aperezbios aperezbios merged commit d62283b into main Aug 21, 2023
@aperezbios aperezbios deleted the dev_unit_attention_cd_remove branch September 23, 2023 15:46
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.

Issue with CD eject command
2 participants