For the second time I have a problem with my SSD ZFS mirror.
Both NMVE-SSD are mounted on one of these PCI-e crads with 4 NVME/m.2 slots.
First it worked for a couple of months.
Then the zpool was degraded, complaining on of the SSDs is missing.
the probably faulty SSD was replaced with a new one adn the zpool was online again.
Now the same again: this is teh message
The WD Black is the new one.
For me it looks as if the WD black is missing in the zpool. Nevertheless, the WD black seems to function still but is nvme0n1 and not nvme1n1p1
Whar can I do?
replacing did not work
Both NMVE-SSD are mounted on one of these PCI-e crads with 4 NVME/m.2 slots.
First it worked for a couple of months.
Then the zpool was degraded, complaining on of the SSDs is missing.
the probably faulty SSD was replaced with a new one adn the zpool was online again.
Now the same again: this is teh message
Code:
Processing triggers for man-db (2.11.2-2) ...
root@pve:~# lsscsi -g
[0:0:0:0] disk ATA Vi550 S3 SSD 61.3 /dev/sda /dev/sg0
[6:0:0:0] disk ATA WDC WD40EFPX-68C 0A81 /dev/sdb /dev/sg1
[7:0:0:0] disk ATA WDC WD40EFRX-68W 0A82 /dev/sdc /dev/sg2
[8:0:0:0] disk ATA WDC WD30EFRX-68E 0A80 /dev/sdd /dev/sg3
[9:0:0:0] disk ATA WDC WD30EFRX-68E 0A80 /dev/sde /dev/sg4
[13:0:0:0] process Marvell Console 1.01 - /dev/sg5
[N:0:8224:1] disk WD_BLACK SN850X 2000GB__1 /dev/nvme0n1 -
[N:1:4:1] disk Samsung SSD 970 EVO 1TB__1 /dev/nvme1n1 -
root@pve:~# zpool status SSD
pool: SSD
state: DEGRADED
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
scan: scrub repaired 0B in 00:06:41 with 0 errors on Sun Nov 10 00:30:56 2024
config:
NAME STATE READ WRITE CKSUM
SSD DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
10734493458139189249 FAULTED 0 0 0 was /dev/nvme1n1p1
nvme-Samsung_SSD_970_EVO_1TB_S467NX0M908205Y ONLINE 0 0 0
errors: No known data errors
root@pve:~# zpool replace SSD nvme0n1
invalid vdev specification
use '-f' to override the following errors:
/dev/nvme0n1p1 is part of active pool 'SSD'
root@pve:~# ^C
root@pve:~#
The WD Black is the new one.
For me it looks as if the WD black is missing in the zpool. Nevertheless, the WD black seems to function still but is nvme0n1 and not nvme1n1p1
Whar can I do?
replacing did not work