Hi! I just upgraded from Unraid 6.12.14 -> 7.1.4 and i'm having issues with my zfs pools saying my Disk 1 is "Unmountable: no file system". I followed Spaceinvader One's video https://www.youtube.com/watch?v=T83gqqh0D4E and have my cache and array disk 1 formatted as zfs. In hindsight i should never have switched to zfs since i haven't really used it and want my server to be as easy to upgrade and maintain as possible and this is a bit to hard for me. But i really would like to get my server up and running again. I tried fixing it myself but didn't manage to get it working. I did manage to mount the drive (i think) using zpool import -d /dev disk1. The drive is supposed to be ONLINE again but it still shows as unmountable. If i restart the server the drive is gone again. I did a zpool upgrade so i don't think its possible to roll back to Unraid 6 again. Before the upgrade After the upgrade After my best effort to fix it root@Bubbatron:~# zpool status
pool: cache
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:00:18 with 0 errors on Wed Jan 1 12:15:41 2025
config:
NAME STATE READ WRITE CKSUM
cache ONLINE 0 0 0
nvme0n1p1 ONLINE 0 0 0
errors: No known data errors
pool: disk1
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
disk1 ONLINE 0 0 0
md1p1 ONLINE 0 0 0
errors: No known data errorsAny help would be greatly appreciated 🙏 Thanks!