Occasionally (about once per week or so) I get alerts emailed to me from my proxmox host about an unavailable device in a ZFS pool called 'pool1'. The problem is, I don't have any 'pool1' on my host.
zfs-zed log:
Notification contents:
The only thing that concerns me and prevents me from completely ignoring these alerts is that the device in question ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0J700367 does exist and has a part9 partition.
Any idea where this phantom pool might be defined?
zfs-zed log:
Code:
-- Boot f051997ce057462f80774acbc167c7f2 --
Jul 30 21:06:09 poopsmith systemd[1]: Started zfs-zed.service - ZFS Event Daemon (zed).
Jul 30 21:06:09 poopsmith zed[1656]: ZFS Event Daemon 2.2.7-pve2 (PID 1656)
Jul 30 21:06:09 poopsmith zed[1656]: Processing events since eid=0
Jul 30 21:06:09 poopsmith zed[1684]: eid=2 class=config_sync pool='local-raidz'
Jul 30 21:06:09 poopsmith zed[1693]: eid=5 class=config_sync pool='local-raidz'
Jul 30 21:06:09 poopsmith zed[1696]: eid=6 class=statechange pool='pool1' vdev=wwn-0x5002538c407103e3-part9 vdev_state=UNAVAIL
Notification contents:
Code:
ZFS has detected that a device was removed.
impact: Fault tolerance of the pool may be compromised.
eid: 6
class: statechange
state: UNAVAIL
host: poopsmith
time: 2025-08-14 11:59:51-0400
vpath: /dev/disk/by-id/wwn-0x5002538c407103e3-part9
vphys: pci-0000:02:00.1-ata-6.0
vguid: 0xD8A7FC5217D6260D
devid: ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0J700367-part9
pool: pool1 (0xDE4B3E03A1C01471)
The only thing that concerns me and prevents me from completely ignoring these alerts is that the device in question ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0J700367 does exist and has a part9 partition.
Code:
root@poopsmith:/# zpool list -v
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
local-raidz 6.98T 336G 6.66T - - 9% 4% 1.00x ONLINE -
raidz1-0 6.98T 336G 6.66T - - 9% 4.69% - ONLINE
ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0K308487 1.75T - - - - - - - ONLINE
ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0K501065 1.75T - - - - - - - ONLINE
ata-SAMSUNG_MZ7LM1T9HMJP-00005_S3B4NX0J600078D 1.75T - - - - - - - ONLINE
ata-SAMSUNG_MZ7LM1T9HMJP-00003_S3LFNX0J700367 1.75T - - - - - - - ONLINE
Any idea where this phantom pool might be defined?