Hello All,
Quite new to OMV, i use it for two month now.
Unfortunately i loose my system disk and had to rebuild it
I installed OS, pve kernel, zfs but now i'm not able to import existing filesystems in the UI
FROM UI
Zpools are ok, visible and i can list them
Unable to add existing Filesystems (mountpoints)
i'am right i should be able to mount existing filesystems from the zfs pools?
the select list stay empty, what should i do to have the mount points from zfs?
what have i missed?
i'd like not to hove to erase the pools
From CLI
zfs mount list the two pools and i can browse files inside them
root@omv:~# zfs mount
ssd /ssd
hdd /hdd
root@omv:~#
root@omv:/hdd# zpool status
pool: hdd
state: ONLINE
scan: scrub in progress since Fri Jun 6 11:53:33 2025
2.27T / 3.71T scanned at 511M/s, 1.77T / 3.71T issued at 398M/s
0B repaired, 47.59% done, 01:25:30 to go
config:
NAME STATE READ WRITE CKSUM
hdd ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ata-1 ONLINE 0 0 0
ata-2 ONLINE 0 0 0
ata-3 ONLINE 0 0 0
errors: No known data errors
pool: ssd
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
ssd ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-4 ONLINE 0 0 0
ata-5 ONLINE 0 0 0
errors: No known data errors
root@omv:/hdd#
root@omv:/hdd# zpool history
History for 'hdd':
2025-04-11.00:52:43 zpool create -o failmode=continue -o autoexpand=on -O atime=off -O acltype=posix -O xattr=sa hdd raidz1 ata-Hitachi_7WR ata-ST33000650NS ata-MB3000EBUCH
2025-04-11.00:52:44 zfs set compression=lz4 hdd
2025-04-11.00:52:44 zfs set omvzfsplugin:uuid=bf527baa-b93c-4cf3-88b4-cae9d0bd60ff hdd
2025-04-11.00:53:44 zfs set omvzfsplugin:uuid=bf527baa-b93c-4cf3-88b4-cae9d0bd60ff hdd
2025-04-11.01:01:36 zpool add hdd cache /dev/nvme0n1
2025-05-26.21:34:42 zpool import hdd
2025-06-06.11:50:50 zpool import -f hdd
2025-06-06.11:53:41 zpool scrub hdd
History for 'ssd':
2025-04-11.00:53:44 zpool create -o failmode=continue -o autoexpand=on -O atime=off -O acltype=posix -O xattr=sa ssd mirror ata-4 ata-5
2025-04-11.00:53:44 zfs set compression=lz4 ssd
2025-04-11.00:53:44 zfs set omvzfsplugin:uuid=f4ece230-fce9-4f35-9047-f90fb5230831 ssd
2025-06-06.11:50:42 zpool import -f ssd
root@omv:/hdd#
thanks for your help
regards
Mat