SpaceinvaderOne / Unraid_ZFS_Dataset_Snapshot_and_Replications

108 stars 23 forks source link

7.0 beta Errors #43

Open Paccoco opened 1 month ago

Paccoco commented 1 month ago

While I know 7.0 beta isnt ready for production, just as a heads up the script fails on it.

log.zip

elliottmarter commented 1 month ago

These are the errors I am getting, pasting them here so they get indexed by google for future searches.

CRITICAL ERROR: zfs send -I 'cache/appdata/scrutiny'@'syncoid_my-unraid_2024-07-01:02:00:56-GMT01:00' 'cache/appdata/scrutiny'@'syncoid_my-unraid_2024-07-22:21:54:33-GMT01:00' | mbuffer -q -s 128k -m 16M | pv -p -t -e -r -b -s 20333728 | zfs receive -s -F 'disk7/zfs_backup/cache_appdata/scrutiny' 2>&1 failed: 256 at /usr/local/sbin/syncoid line 889. Sending incremental cache/appdata/sonarr@syncoid_my-unraid_2024-07-01:02:00:57-GMT01:00 ... syncoid_my-unraid_2024-07-22:21:54:33-GMT01:00 (~ 1.8 GB): mbuffer: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory cannot receive: failed to read from stream warning: cannot send 'cache/appdata/sonarr@syncoid_my-unraid_2024-07-22:21:54:33-GMT01:00': Broken pipe CRITICAL ERROR: zfs send -I 'cache/appdata/sonarr'@'syncoid_my-unraid_2024-07-01:02:00:57-GMT01:00' 'cache/appdata/sonarr'@'syncoid_my-unraid_2024-07-22:21:54:33-GMT01:00' | mbuffer -q -s 128k -m 16M | pv -p -t -e -r -b -s 1957897672 | zfs receive -s -F 'disk7/zfs_backup/cache_appdata/sonarr' 2>&1 failed: 256 at /usr/local/sbin/syncoid line 889.

SpaceinvaderOne commented 1 month ago

The problem is Unraid 7.0 has mbuffer built in. Sanoid plugin installs its own which is older and not compatible with 7. There is an easy fix until the sanoid plugin is updated. please see here https://github.com/SpaceinvaderOne/Unraid_ZFS_Dataset_Snapshot_and_Replications/issues/41

Paccoco commented 1 month ago

Started working again when I updated to beta 2