Code:
root@pve:/# zpool status -v
pool: rpool
state: ONLINE
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.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub in progress since Sat Sep 9 10:05:15 2023
7.84G scanned at 50.5M/s, 2.77G issued at 17.8M/s, 7.84G total
0B repaired, 35.32% done, 00:04:51 to go
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
sda3 ONLINE 0 0 12
errors: Permanent errors have been detected in the following files:
rpool/ROOT/pve-1:<0x25899>
I detected this error and decided to peform a `zfs scrub rpool`
How do I remove the file in question?