-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix a bug when sas disk in jbod mode #85
base: develop
Are you sure you want to change the base?
Conversation
When connect the disk in JBOD mode, there will be no valid output to parse, fix it by check the output length
Here is configuration: Broadcom RAID Card,SAS SSD in JBOD mode. Issue is:
The command outoput:
|
Hi @jackeichen Before I can merge it, I need you to check the file:
Please, run the corresponding commands for each one:
And verify the output is the same as the stored on the file. If not, please, update it. Thank you |
Confirmed. The output is the same as the stored on the file |
When connect the disk in JBOD mode, there will be no valid output to parse, fix it by check the output length.