Earlier quoted context omitted.
I have a fairly specific question - I'm in the process of migrating a large array onto another disk using zfs send and receive (6TB). It's been at it for about 2 days now. After the migration, I plan to destroy and recreate a larger array and send it back. If the pool is not being read/written to by anything else, am I safe? Or should I stop the send and receive and downgrade? Thank you for the hard work.
You should be fine. The DMU that handles send/recv is unaffected as long as the snapshots at the source were not taken after 0.7.7 experienced an ENOSPC on file creation.
ZFS on Linux: Unlistable and disappearing files
31–40 of 168 posts
Re: ZFS on Linux: Unlistable and disappearing files
#32Earlier quoted context omitted.
You should be fine. The DMU that handles send/recv is unaffected as long as the snapshots at the source were not taken after 0.7.7 experienced an ENOSPC on file creation.
As far as I know, it has never experienced an ENOSPC error. It was mentioned elsewhere that a procedure is being developed to detect orphaned files that arise from this bug. Would it be a good idea for me to keep the original array around long enough to run through that procedure just in case?
Re: ZFS on Linux: Unlistable and disappearing files
#33At least it's no btrfs. What a disaster that filesystem's been.
Re: ZFS on Linux: Unlistable and disappearing files
#34basically the reason I like my filesystems a few decades old and mature, I would not trust zfs or btrfs with anything critical.
Are you still using ext2 then? Ext3 was 2001, and ZFS was 2005. JFS2 is only 19 years old so doesn't quite meet the "decades" requirement.
Re: ZFS on Linux: Unlistable and disappearing files
#35Earlier quoted context omitted.
As far as I know, it has never experienced an ENOSPC error. It was mentioned elsewhere that a procedure is being developed to detect orphaned files that arise from this bug. Would it be a good idea for me to keep the original array around long enough to run through that procedure just in case?
I am the developer who volunteered to develop the code to fix things. Anyway, there is no reason to avoid send/recv with 0.7.7. Send/recv will neither trigger this bug nor make it worse if it were triggered.
Edit: And thank you, again.
Re: ZFS on Linux: Unlistable and disappearing files
#36basically the reason I like my filesystems a few decades old and mature, I would not trust zfs or btrfs with anything critical.
I have been running ZFS on macOS (OS X), illumos and Solaris for a good 7 years or so now. A major part of the reason I switched over fully, despite some warts, was that I experienced actual and significant data rot from stuff I was carrying forward under XFS (IRIX), HFS, etc. I don't consider my personal stuff to go back that long, but I still have things from 1993 or so that matter to me. I did a review around 2009…
Re: ZFS on Linux: Unlistable and disappearing files
#37Why is the thread title hyphenated? It made me expect there's a utility called "zfs-bug" causing data loss.
The OP appears to speak German natively. In German they are much more hyphen happy than English. It's probably the most common error I see among German speakers typing English.
Also like a sibling commenter said, it’s not necessarily an error to hyphenate even though people that grew up in the US or the UK wouldn’t.
In the case of OP title I would not have hyphenated though.
Re: ZFS on Linux: Unlistable and disappearing files
#38Earlier quoted context omitted.
I am the developer who volunteered to develop the code to fix things. Anyway, there is no reason to avoid send/recv with 0.7.7. Send/recv will neither trigger this bug nor make it worse if it were triggered.
I understand - what I meant to say is that I cannot be sure that the array never ran into an ENOSPC issue prior to the snapshot. Given that, should I keep the old array around until I can do whatever is recommended to detect potential orphans resulting from the bug? Edit: And thank you, again.
You are welcome. Also, the proper term is pool.
Re: ZFS on Linux: Unlistable and disappearing files
#39Earlier quoted context omitted.
I have been running ZFS on macOS (OS X), illumos and Solaris for a good 7 years or so now. A major part of the reason I switched over fully, despite some warts, was that I experienced actual and significant data rot from stuff I was carrying forward under XFS (IRIX), HFS, etc. I don't consider my personal stuff to go back that long, but I still have things from 1993 or so that matter to me. I did a review around 2009…
It sounds like you are suggesting that checksums and other integrity features obviate the need to back up your important files.