Difference between revisions of "ZFS"
Jump to navigation
Jump to search
(Created page with "=== Errors === <pre> zpool status dozer | grep -A3 cache cache nda0p4 ONLINE 0 0 0 gpt/l2arc1 UNAVAIL 0 0...") |
(→Errors) |
||
| Line 6: | Line 6: | ||
gpt/l2arc1 UNAVAIL 0 0 0 cannot open | gpt/l2arc1 UNAVAIL 0 0 0 cannot open | ||
</pre> | </pre> | ||
The appropriate recovery action, if you authorize it, is: | |||
<code> | |||
zpool online dozer /dev/gpt/l2arc1 | |||
zpool status dozer | |||
</code> | |||
Revision as of 21:46, 12 August 2026
Errors
zpool status dozer | grep -A3 cache
cache
nda0p4 ONLINE 0 0 0
gpt/l2arc1 UNAVAIL 0 0 0 cannot open
The appropriate recovery action, if you authorize it, is:
zpool online dozer /dev/gpt/l2arc1
zpool status dozer