Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 it returning a zfs_retire_recv() with a GUID of 0, which in turn would return a NULL nvlist. Add in a check for a NULL nvlist go get around this. Signed-off-by: Tony Hutter <[email protected]>
- Loading branch information