Boot time message "cannot attach da8+da9" but zpool status -v shows no errors?

Stilez

Guru
Joined
Apr 8, 2016
Messages
529
Any idea what to make of this? I don't want to ignore, in case it's actually a sign of a problem....

Boot messages (same for last while's boots, can't remember when I first noticed it):

ACPI: Processor \_SB_.SCK3.CP2C (ACPI ID 255) ignored​
ACPI: Processor \_SB_.SCK3.CP2D (ACPI ID 255) ignored​
ACPI: Processor \_SB_.SCK3.CP2E (ACPI ID 255) ignored​
ACPI: Processor \_SB_.SCK3.CP2F (ACPI ID 255) ignored​
GEOM_MIRROR: Device mirror/swap0 launched (3/3).​
GEOM_MIRROR: Device mirror/swap1 launched (3/3).​
GEOM_MIRROR: Device mirror/swap2 launched (3/3).​
GEOM_MIRROR: Device mirror/swap3 launched (3/3).​
GEOM_ELI: Device mirror/swap0.eli created.​
GEOM_ELI: Encryption: AES-XTS 128​
GEOM_ELI: Crypto: hardware​
GEOM_ELI: Device mirror/swap1.eli created.​
GEOM_ELI: Encryption: AES-XTS 128​
GEOM_ELI: Crypto: hardware​
GEOM_ELI: Device mirror/swap2.eli created.​
GEOM_ELI: Encryption: AES-XTS 128​
GEOM_ELI: Crypto: hardware​
GEOM_ELI: Device mirror/swap3.eli created.​
GEOM_ELI: Encryption: AES-XTS 128​
GEOM_ELI: Crypto: hardware​
ZFS WARNING: Unable to attach to da9. <---------------​
ZFS WARNING: Unable to attach to da8. <---------------​
hwpmc: SOFT/16/64/0x67<INT,USR,SYS,REA,WRI> TSC/1/64/0x20<REA> IAP/4/48/0x3ff<INT,USR,SYS,EDG,THR,REA,WRI,INV,QUA,PRC> IAF/3/48/0x67<INT,USR,SYS,REA,WRI>​
cxl0: permanently promiscuous mode enabled​
cxl0: link state changed to UP​

Immediately after boot, there isn't any issue reported though:
​
# zpool status -v​
pool: My_pool​
state: ONLINE​
config:​
NAME STATE READ WRITE CKSUM​
Main_pool ONLINE 0 0 0​
mirror-0 ONLINE 0 0 0​
da0p2 ONLINE 0 0 0​
da1p2 ONLINE 0 0 0​
da4p2 ONLINE 0 0 0​
mirror-1 ONLINE 0 0 0​
da3p2 ONLINE 0 0 0​
da7p2 ONLINE 0 0 0​
da12p2 ONLINE 0 0 0​
mirror-2 ONLINE 0 0 0​
da11p2 ONLINE 0 0 0​
da13p2 ONLINE 0 0 0​
da6p2 ONLINE 0 0 0​
mirror-3 ONLINE 0 0 0​
da8p2 ONLINE 0 0 0 <---------------​
da9p2 ONLINE 0 0 0 <---------------​
da2p2 ONLINE 0 0 0​
special​
mirror-5 ONLINE 0 0 0​
nvd2p1 ONLINE 0 0 0​
nvd0p1 ONLINE 0 0 0​
logs​
mirror-4 ONLINE 0 0 0​
nvd2p2 ONLINE 0 0 0​
nvd0p2 ONLINE 0 0 0​
errors: No known data errors​

(Note: All HDDs are partitioned with p1 being 3 GB swap and p2 being the bulk of the disk for storage, hence the pool comprising 'p2's. da8 and da9 were wiped and gtp-partitioned same time, same script, same commands, as all other disks in the pool (gpart create/destroy etc))

What's going on?
 
Last edited:

Stilez

Guru
Joined
Apr 8, 2016
Messages
529
any ideas?
 
Top