meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:fs:zfs:issues:permanent_errors [2023/11/24 08:37] – niziak | linux:fs:zfs:issues:permanent_errors [2024/02/12 08:28] (current) – niziak | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code bash> | <code bash> | ||
zpool status ssdpool -v | zpool status ssdpool -v | ||
+ | </ | ||
+ | < | ||
+ | pool: ssdpool | ||
+ | | ||
+ | status: One or more devices has experienced an error resulting in data | ||
+ | corruption. | ||
+ | action: Restore the file in question if possible. | ||
+ | entire pool from backup. | ||
+ | see: https:// | ||
errors: Permanent errors have been detected in the following files: | errors: Permanent errors have been detected in the following files: | ||
Line 10: | Line 19: | ||
</ | </ | ||
- | Remove files. | + | [[https:// |
+ | |||
+ | <code bash> | ||
+ | zpool scrub ssdpool | ||
+ | zpool status ssdpool -v 1 | ||
+ | </ | ||
+ | |||
+ | Wait for scrub finish. | ||
+ | Remove | ||
+ | Start scrub and stop it. | ||
+ | |||
+ | <code bash> | ||
+ | zpool scrub ssdpool | ||
+ | zpool scrub -s ssdpool | ||
+ | zpool clear ssdpool | ||
+ | </ | ||
- | zfs scrub ssdpool |