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
As I test I have setup a OMV6 machine in a VM with 10 disks that are pooled with mergerfs and 2 more disks for parity (total of 12 disks). This mirrors my NAS in architecture. I used a for loop to create a bunch of files, similar to:
I then did a sync of all the disks snapraid-btrfs sync. When the sync was done I confirmed that snapper successfully created the snapshots with snapper ls -a. I then deleted a portion of those files that I knew would delete files from multiple drives rm -f /dev/mergedfs/backend/testfile-2*. Running a snapraid-btrfs fix then did what you would expect and read from a temp config. However, several files were unrecoverable. Why would they be unrecoverable if it's supposed to be reading/building parity from the snapshots that still exists?
The text was updated successfully, but these errors were encountered:
As I test I have setup a OMV6 machine in a VM with 10 disks that are pooled with mergerfs and 2 more disks for parity (total of 12 disks). This mirrors my NAS in architecture. I used a for loop to create a bunch of files, similar to:
I then did a sync of all the disks
snapraid-btrfs sync
. When the sync was done I confirmed that snapper successfully created the snapshots withsnapper ls -a
. I then deleted a portion of those files that I knew would delete files from multiple drivesrm -f /dev/mergedfs/backend/testfile-2*
. Running asnapraid-btrfs fix
then did what you would expect and read from a temp config. However, several files were unrecoverable. Why would they be unrecoverable if it's supposed to be reading/building parity from the snapshots that still exists?The text was updated successfully, but these errors were encountered: