-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zed: Control NVMe fault LEDs #12695
zed: Control NVMe fault LEDs #12695
Conversation
Please wait on reviewing this - the |
Ignore my comment above. It seems the Reviewers please take a look at this when you get a chance. |
be126a1
to
cfd9e99
Compare
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.
Functionally it looks good, just a few suggestions.
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Closes: openzfs#12648 Signed-off-by: Tony Hutter <hutter2@llnl.gov>
cfd9e99
to
3c678ae
Compare
@behlendorf thanks for looking it over. I just pushed out a newer version with your fixes included. |
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#12648 Closes openzfs#12695
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#12648 Closes openzfs#12695
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#12648 Closes openzfs#12695
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#12648 Closes openzfs#12695
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support for faulted NVMe disks as well. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#12648 Closes openzfs#12695
Motivation and Context
#12648
Description
The ZED code currently can only turn on the fault LED for a faulted disk in a JBOD enclosure. This extends support
for faulted NVMe disks as well.
How Has This Been Tested?
Force faulted a nvme drive with
zed
running. Verified thatzed
turned on/off the fault LED withzpool status -c fault_led
.Types of changes
Checklist:
Signed-off-by
.