-
Notifications
You must be signed in to change notification settings - Fork 176
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
Added WDC ssd health #300
base: master
Are you sure you want to change the base?
Added WDC ssd health #300
Conversation
This pull request introduces 1 alert when merging 844e65e into 030a382 - view on LGTM.com new alerts:
|
844e65e
to
e19f696
Compare
@prgeor can you please assist in reviewing this PR? |
Hi @stephenxs - can you help with review of this PR? |
@assrinivasan could you review |
@deran1980 could you add code coverage? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prgeor All checks have passed. Could you merge this PR?
…form-common into xsight-platform-dev
self.firmware = self._parse_re('Firmware Version:\s*(.+?)\n', self.ssd_info) | ||
try: | ||
if ("SDASN8Y1T00" == self.model.split(' ')[3]): | ||
self.nand_endurance = 400 * 1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @deran1980 - could you please elaborate on why NAND endurance is set to this value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: maipbui <[email protected]> Signed-off-by: maipbui <[email protected]>
Signed-off-by: Eran Dahan [[email protected]]
What I did
Added support for a new SSD appliance from WDC
How I did it
Modify ssd_genric.py to extend support of a new SSD
Verify on Accton platform (based on Xsight ASIC) with WDC SSD
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)