-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cannot mount the tape on QUANTUM ' / 'ULTRIUM-HH9' #382
Comments
LTFS doesn't support Quantum LTO9 at all yet. Because I don't have any tape Quantum drives and I cannot try it at all. Please add your drive in the table below, recompile and try it. And please give us the feedback it can work correctly. I will add it once you confirm it works. ltfs/src/tape_drivers/quantum_tape.c Lines 65 to 74 in 2db929b
|
Thank you. I will give it a try tomorrow. Is there any data I can provide you to incorporate into the code?
|
The LTFS said the tape drive below is not supported by
You need to add the line below into TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM-HH9", VENDOR_QUANTUM, DRIVE_LTO9_HH, "[ULTRIUM-HH9]" ), /* QUANTUM Ultrium Gen 9 Half-High */ |
I've added this line: We are getting the following error from both a Quantum and IBM LTO-9. Quantum:
IBM:
|
I recompiled with buggy-ifs and still fails:
|
Any update with lto9 and ltfs? Thanks. |
What is the hold up on the resolution of ltfs working with lto9 drive? |
It looks the behavior of your HBA is incorrect against length-mismatch case. I guess the HBA doesn't support tape device correctly. LTFS intensionally tries to read 80-byte length the ANSI label with under-length condition to confirm the HBA can handle it correctly or not. Because under-length condition sometimes happens in LTFS. (On the other hand, the length-mismatch condition never happens on disk access normally. ) |
At least, IBM LTO9 is already supported on the code and IBM confirms that on the This is the issue related HBA. This issue doesn't say LTFS doesn't support LTO9. |
Hi @piste-jp-ibm , Is there a recommended HBA list? I believe we are using an LSI.
|
I think it's not an objective of this project. IBM is providing a list into SSIC. Please check this. |
Can this be added to master code. It works perfectly when done manually.
|
We switched to an ATTO 12G SAS card, and no longer have any errors.
|
I can confirm that I added the TAPEDRIVE( QUANTUM_VENDOR_ID, "ULTRIUM-HH9", VENDOR_QUANTUM, DRIVE_LTO9_HH, "[ULTRIUM-HH9]" ), /* QUANTUM Ultrium Gen 9 Half-High */ |
Originally posted by @alatteri in #371 (comment)
The text was updated successfully, but these errors were encountered: