Hi there, I’m getting an error surfaced by a ZFS pool scrub. Hopping into a shell and running zpool status -v
, I see that these notices:
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
… And that seems to be affecting a file at <poolname>/iocage/jails/plex/root:<0x10bfa0>
.
I don’t actually know which file this is – I haven’t dealt with many ZFS errors in the past, so I’m not sure if this is an inode, or some ZFS-level identifier, but in any case, I’m not quite sure what to do here to figure out what exactly is corrupted or missing.
In the meantime, Plex seems to work perfectly fine. Restarting the container hasn’t done much to fix the error after re-running the scrub job.
I’m debating reinstalling the plex app, though I’m worried about having to restore settings once that’s done. I’m not too worried about the actual media library, which doesn’t seem to have any errors come up during scrubs.
Any advice for either identifying the file tagged in the scrub error? Or is there some canonical way to fix this besides just reinstalling the Plex app?
Thanks!