-
Beta Was this translation helpful? Give feedback.
Answered by
rcourtman
Oct 14, 2025
Replies: 1 comment 1 reply
-
Proxmox returns the parent "logs/cache" vdevs without a state, Pulse was normalising that to UNKNOWN, so a warning appeared even though the SLOG/L2ARC devices were healthy. Fix is on main: it keeps the log/cache role, ignores those empty parents, and carries through Proxmox's device message for real faults. This will ship in the next release. If |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
revilo951
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proxmox returns the parent "logs/cache" vdevs without a state, Pulse was normalising that to UNKNOWN, so a warning appeared even though the SLOG/L2ARC devices were healthy. Fix is on main: it keeps the log/cache role, ignores those empty parents, and carries through Proxmox's device message for real faults. This will ship in the next release. If
zpool status <pool> -v
shows your log and cache devices as ONLINE with zero errors then there is nothing to worry about in the meantime.