Last year create ZFS pool -
As you can see added VM 100 disk to this pool.
zpool status as of today and lsbllk:
However - today I have this error
Can you help? Where has raid 1 import error popped up from?
local-hdd
2021-09-10.19:57:15 zpool create -o ashift=12 local-hdd /dev/disk/by-id/ata-ST500LM021-1KJ152_W62BB0MS
2021-09-10.19:57:20 zfs set compression=on local-hdd
2021-09-10.20:18:06 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-10.20:35:11 zfs create -V 52428800k local-hdd/vm-100-disk-0
As you can see added VM 100 disk to this pool.
zpool status as of today and lsbllk:
pool: local-hdd
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:50:39 with 0 errors on Sun Jun 12 01:14:40 2022
config:
NAME STATE READ WRITE CKSUM
local-hdd ONLINE 0 0 0
ata-ST500LM021-1KJ152_W62BB0MS ONLINE 0 0 0
errors: No known data errors
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 465.8G 0 part
└─sda9 8:9 0 8M 0 part
zd0 230:0 0 32G 0 disk
├─zd0p1 230:1 0 1M 0 part
├─zd0p2 230:2 0 1G 0 part
└─zd0p3 230:3 0 31G 0 part
zd16 230:16 0 50G 0 disk
├─zd16p1 230:17 0 512K 0 part
├─zd16p2 230:18 0 2G 0 part
└─zd16p3 230:19 0 48G 0 part
However - today I have this error
could not activate storage 'local-hdd', zfs error: cannot import 'raid1': no such pool available (500)
Can you help? Where has raid 1 import error popped up from?