I have a Proxmox server with a few zpools. One of the zpools `rust01` is a 4-disk zpool, where the metadata and write cache were some nvme m.2 drives on the motherboard (one for each - I know, stupid, but that's what was done).
It appears as though the `rust01` has had a catastrophic failure.
There are other VMs on this host running on other zpools, that appear fine. As such, reinstalling everything is not an option I want to entertain.
Any ideas on how to proceed?
It appears as though the `rust01` has had a catastrophic failure.
- When I click on `rust01` in the Server View, I get the following error:
```could not activate storage 'rust01', zfs error: cannot import 'rust01': I/O error (500)``` - When I go to { Server } > Disks > ZFS, I do not see the `rust01` zpool.
- When I go to { Server } > Disks I don't even see the 4-disks or the special metadata file or the read/write cache drives.
- When I run `zpool status -x` I get `all pools are healthy`
- When I run `zpool import rust01` I get the following message:
```
cannot import 'rust01': I/O error
Destroy and re-create the pool from
a backup source.
``` - When I run `zpool status rust01` I get `cannot open 'rust01': no such pool`,
- When I reboot the server, below is the error emailed to me:
```
ZFS has detected that a device was removed.
impact: Fault tolerance of the pool may be compromised.
eid: 10
class: statechange
state: UNAVAIL
host: pve01
time: 2024-09-14 21:20:32-0500
vpath: /dev/nvme2n1p1
vphys: pci-0000:41:00.0-nvme-1
vguid: 0x297D516B1F1D6494
devid: nvme-Samsung_SSD_970_EVO_Plus_2TB_S6S2NS0T815592K-part1
pool: rust01 (0xE4AAC2680D8B6A7E)
``` - When I run `zpool destroy rust01` I get the following error `cannot open 'rust01': no such pool`.
There are other VMs on this host running on other zpools, that appear fine. As such, reinstalling everything is not an option I want to entertain.
Any ideas on how to proceed?