-
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: Use PCI slot fault LEDs for NVMe #12648
Labels
Type: Feature
Feature request or new feature
Comments
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Oct 26, 2021
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>
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Oct 26, 2021
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>
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 3, 2021
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>
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 4, 2021
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>
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 10, 2021
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
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 10, 2021
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
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 13, 2021
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
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Nov 13, 2021
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
ofaaland
pushed a commit
to LLNL/zfs
that referenced
this issue
Mar 9, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature would like to see added to OpenZFS
Update
zed
to turn on the fault LED at/sys/bus/pci/slots/<slot>/attention
for NVMe devices.zed
can currently only turn on the fault LEDs for JBODs (in/sys/class/enclosure
).How will this feature improve OpenZFS?
Extend the
zed
LED fault handling to PCI NVMe devices.Additional context
To map an NVMe device to it's slot:
The text was updated successfully, but these errors were encountered: