Many months agao created a zfs-pool `local-hdd`
This is the output of zpool list today:
and lsblk
This was workign fine, no issue. However roll forward to present day, I am gettgin an error as follows:
could not activate storage 'local-hdd', zfs error: cannot import 'raid1': no such pool available (500)
Where is `raid1` coming from as an error?
Note ZFS is only used for VM disk hosting, NVME is used for ProxMox Boot
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
This is the output of zpool list today:
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
local-hdd 464G 45.5G 418G - - 50% 9% 1.00x ONLINE -
and lsblk
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
This was workign fine, no issue. However roll forward to present day, I am gettgin an error as follows:
could not activate storage 'local-hdd', zfs error: cannot import 'raid1': no such pool available (500)
Where is `raid1` coming from as an error?
Note ZFS is only used for VM disk hosting, NVME is used for ProxMox Boot
nvme0n1 259:0 0 119.2G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part /boot/efi
└─nvme0n1p3 259:3 0 118.7G 0 part
├─pve-swap 253:0 0 4G 0 lvm [SWAP]
├─pve-root 253:1 0 29.5G 0 lvm /
├─pve-data_tmeta 253:2 0 1G 0 lvm
│ └─pve-data 253:4 0 68.5G 0 lvm
└─pve-data_tdata 253:3 0 68.5G 0 lvm
└─pve-data 253:4 0 68.5G 0 lvm
Last edited: