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 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. Signed-off-by: Tony Hutter <[email protected]>
- Loading branch information