Page MenuHomeFreeBSD

hyperv/stor: Fix the issue of uncorrect disk filtering
ClosedPublic

Authored by honzhan_microsoft.com on Jun 24 2016, 6:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 1:27 AM
Unknown Object (File)
Mar 3 2024, 2:42 PM
Unknown Object (File)
Feb 16 2024, 7:06 AM
Unknown Object (File)
Feb 16 2024, 6:01 AM
Unknown Object (File)
Jan 29 2024, 10:32 PM
Unknown Object (File)
Dec 20 2023, 12:58 AM
Unknown Object (File)
Dec 18 2023, 12:56 PM
Unknown Object (File)
Nov 18 2023, 8:12 AM

Details

Summary

This fixes the smartctl issue and hot plugin disk issue.

The INQUIRY response sometimes are quite short (less than 36),
then it cannot be used to verify. So, only the response is greater
or equal to 36, the validation can be applied.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209443
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210425

Submitted by: Hongjiang Zhang <honzhan microsoft com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

honzhan_microsoft.com retitled this revision from to hyperv/stor: Fix the issue of uncorrect disk filtering.
honzhan_microsoft.com updated this object.
This revision is now accepted and ready to land.Jun 27 2016, 7:17 AM
sepherosa_gmail.com edited reviewers, added: mav; removed: mva.
sepherosa_gmail.com edited edge metadata.
This revision was automatically updated to reflect the committed changes.