You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: after a system update (NixOS), but before a reboot was performed, a volume was created and data was written to it. After a reboot was eventually performed, the volume would not mount due to an I/O error.
More details: I discovered the version mismatch while investigating an error being produced by zfs send ("warning: cannot send [volume@snapshot]: Invalid argument"). I found that zfs --version output two different versions, ran another system update and rebooted.
$ # BEFORE reboot
# zfs --versionzfs-2.2.6-1zfs-kmod-2.2.4-1
$ # AFTER reboot
$ uname -aLinux revivajxo 6.6.58 #1-NixOS SMP PREEMPT_DYNAMIC Tue Oct 22 13:46:36 UTC 2024 x86_64 GNU/Linux
What happened: after a system update (NixOS), but before a reboot was performed, a volume was created and data was written to it. After a reboot was eventually performed, the volume would not mount due to an I/O error.
More details: I discovered the version mismatch while investigating an error being produced by
zfs send
("warning: cannot send [volume@snapshot]: Invalid argument"). I found thatzfs --version
output two different versions, ran another system update and rebooted.Relevant link: https://discourse.practicalzfs.com/t/error-syncing-some-datasets-invalid-argument-from-zfs-send/1896
Edit: I do still have a copy of the corrupted dataset so if there is more information about it I can give you please do let me know.
The text was updated successfully, but these errors were encountered: