Skip to content
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

[2.1] zed: Fix zed ASSERT on slot power cycle #15092

Merged

Commits on Jul 21, 2023

  1. zed: Fix zed ASSERT on slot power cycle

    We would see zed assert on one of our systems if we powered off a
    slot.  Further examination showed zfs_retire_recv() was reporting
    a GUID of 0, which in turn would return a NULL nvlist.  Add
    in a check for a zero GUID.
    
    Reviewed-by: Brian Behlendorf <[email protected]>
    Signed-off-by: Tony Hutter <[email protected]>
    Closes openzfs#15084
    tonyhutter authored and behlendorf committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9588581 View commit details
    Browse the repository at this point in the history