[zfs-discuss] Can't remove corrupt file

2006-07-19 Thread Eric Lowe
I had a checksum error occur in a file. Since only one file is corrupt (and it's a link library at that) I don't want to blow away the whole pool to remove the corrupt file. However, I can't figure out any way to unlink the file. Using "rm" to try to unlink the file I get EIO: % rm llib-lip.ln

Re: [zfs-discuss] Can't remove corrupt file

2006-07-19 Thread Eric Lowe
(Also BTW that page has a typo, you might want to get the typo fixed, I didn't know where the doc bugs should go for those messages) Product: event_registry Category: events Sub-Category: msg Thanks, I filed 6450642. - Eric ___ zfs-discuss mailing

Re: [zfs-discuss] Can't remove corrupt file

2006-07-20 Thread Eric Lowe
Eric Schrock wrote: What does 'zpool status -v' show? This sounds like you have corruption # zpool status -v pool: junk state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in questio

Re: [zfs-discuss] Can't remove corrupt file

2006-08-09 Thread Eric Lowe
Eric Schrock wrote: Well the fact that it's a level 2 indirect block indicates why it can't simply be removed. We don't know what data it refers to, so we can't free the associated blocks. The panic on move is quite interesting - after BFU give it another shot and file a bug if it still happens