Earlier quoted context omitted.
I believe the Debian policy for reports says that for corruption you can recover from. Serious data loss would be losing your metadata and not being able to figure out where any of the files are, or corrupting all copies of the disk encryption key.
I think "corruption you can recover from" seems far too vague; you can recover from any corruption with backups.
Linux: Ext4 data corruption in 6.1.64-1
21–30 of 138 posts
Re: Linux: Ext4 data corruption in 6.1.64-1
#22As someone who is heavily dependent on zfs, this is a little bit of reassurance. Sad that data corruption exists in any file system that is shipped too many people, but reassuring that it happens to the most stable and least "interesting" in the newness sense file systems. ZFS's own recent file system corruption issue is in roughly the same category of edge case, but accessible to reasonable if niche workloads.
The problem here was Debian's distribution process. Any distro compiling linux from the releases on kernel.org was not affected.
I remember that there was a fairly severe one which was caused by patching OpenSSL I think? But I remember the change they made being fairly weird and no one understood why but it was easy to see that it would introduce a vulnerability.
Re: Linux: Ext4 data corruption in 6.1.64-1
#23As someone who is heavily dependent on zfs, this is a little bit of reassurance. Sad that data corruption exists in any file system that is shipped too many people, but reassuring that it happens to the most stable and least "interesting" in the newness sense file systems. ZFS's own recent file system corruption issue is in roughly the same category of edge case, but accessible to reasonable if niche workloads.
The problem here was Debian's distribution process. Any distro compiling linux from the releases on kernel.org was not affected.
Re: Linux: Ext4 data corruption in 6.1.64-1
#24Re: Linux: Ext4 data corruption in 6.1.64-1
#25Re: Linux: Ext4 data corruption in 6.1.64-1
#26Earlier quoted context omitted.
This isn't a sports tournament, nobody is cheering or bashing "teams". If ZFS has bugs and caveats, they should be called out. Same for ext4.
[flagged]
I’m the middle ground. It all sucks in one way or another but we’re generally trying to our best.
Re: Linux: Ext4 data corruption in 6.1.64-1
#27In Debian bookworm: "sudo systemctl stop unattended-upgrades.service" ... wasn't able to prevent unattended-upgrades from going on ahead and just upgrading (to this problematic kernel) anyway. Unintuitively, the "right" way to disable unattended-upgrades is: "sudo dpkg-reconfigure unattended-upgrades" ...and choose "No" when asked.
Most likley because you stopped the wrong service. You should have stopped the relevant timer service, not the service that the timer starts.
Re: Linux: Ext4 data corruption in 6.1.64-1
#28As someone who is heavily dependent on zfs, this is a little bit of reassurance. Sad that data corruption exists in any file system that is shipped too many people, but reassuring that it happens to the most stable and least "interesting" in the newness sense file systems. ZFS's own recent file system corruption issue is in roughly the same category of edge case, but accessible to reasonable if niche workloads.
The problem here was Debian's distribution process. Any distro compiling linux from the releases on kernel.org was not affected.
Re: Linux: Ext4 data corruption in 6.1.64-1
#29Earlier quoted context omitted.
Yeah, all the threads full of folks bashing on ZFS because their trusty ext won’t corrupt data should be eating crow right about now, but I’m sure they’ll hop in and explain why this bug is different.
It's not an extfs bug, it's a "stable kernel" process bug. Linux master branch/mainline was never affected by this bug. Someone cherry-picked a wrong patch into stable without realizing the consequences, and it was caught too late. Stable process is cherry pincking thousands to tens of thousands of patches from the current master kernel branch into years old kernel branches, spraying tens of thousands of emails at or…
Re: Linux: Ext4 data corruption in 6.1.64-1
#30Earlier quoted context omitted.
I believe the Debian policy for reports says that for corruption you can recover from. Serious data loss would be losing your metadata and not being able to figure out where any of the files are, or corrupting all copies of the disk encryption key.
I think "corruption you can recover from" seems far too vague; you can recover from any corruption with backups.