So,
I am not sure if a HDD port on my Dell 710's backplane went bad or not. This is the situation. I woke up this morning to a lost storage pool. I don't really care about the data as it is merely a storage box for content that i consume on my HTPC. When I boot the server I am seeing 6 drives in on my sas controller's firmware. Drive 0 though 5, 6 drives.
When FreeNAS boots I am only seeing 5. I've found the drive that isn't reporting in for duty. I'll start with showing you the result of zpool import.
root@freenas:~ # zpool import
pool: storage
id: 9872509597826203642
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-6X
config:
storage UNAVAIL missing device
raidz1-0 ONLINE
gptid/d0fcbda4-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d231b178-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d36724ab-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d491ef41-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
Now if I swap those two drives I see this on the import.
root@freenas:~ # zpool import
pool: storage
id: 9872509597826203642
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-6X
config:
storage UNAVAIL missing device
raidz1-0 ONLINE
gptid/d0fcbda4-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d231b178-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d36724ab-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d491ef41-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/4e318685-35a6-11e7-af1d-d4ae52bc5f31 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
Notice that gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 got replace with gptid/4e318685-35a6-11e7-af1d-d4ae52bc5f31 but gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 never showed up on da5 which is where gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 used to be.
dmesg output
https://pastebin.ca/3835139
So, it looks like da5 is gone bad but like I said I see it everywhere else other than inside the OS.
Here is the dmesg output from me swapping drives.
mps0: mpssas_prepare_remove: Sending reset for target ID 7
da4 at mps0 bus 0 scbus0 target 7 lun 0
mps0: da4: <ATA WDC WD50EZRX-00M 0A80> s/n WD-WX31D3400005 detached
Unfreezing devq for target ID 7
GEOM_MIRROR: Device swap0: provider da4p1 disconnected.
(da4:mps0:0:7:0): Periph destroyed
mps0: SAS Address for SATA device = 48643e5bedd9a18d
mps0: SAS Address from SATA device = 48643e5bedd9a18d
da4 at mps0 bus 0 scbus0 target 7 lun 0
da4: <ATA WDC WD50EZRX-00M 0A80> Fixed Direct Access SPC-3 SCSI device
da4: Serial Number WD-WX21D84PD67R
da4: 600.000MB/s transfers
da4: Command Queueing enabled
da4: 4769307MB (9767541168 512 byte sectors)
da4: quirks=0x8<4K>
I am not sure if a HDD port on my Dell 710's backplane went bad or not. This is the situation. I woke up this morning to a lost storage pool. I don't really care about the data as it is merely a storage box for content that i consume on my HTPC. When I boot the server I am seeing 6 drives in on my sas controller's firmware. Drive 0 though 5, 6 drives.
When FreeNAS boots I am only seeing 5. I've found the drive that isn't reporting in for duty. I'll start with showing you the result of zpool import.
root@freenas:~ # zpool import
pool: storage
id: 9872509597826203642
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-6X
config:
storage UNAVAIL missing device
raidz1-0 ONLINE
gptid/d0fcbda4-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d231b178-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d36724ab-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d491ef41-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
Now if I swap those two drives I see this on the import.
root@freenas:~ # zpool import
pool: storage
id: 9872509597826203642
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-6X
config:
storage UNAVAIL missing device
raidz1-0 ONLINE
gptid/d0fcbda4-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d231b178-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d36724ab-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/d491ef41-978c-11e5-ab9c-3ca82aa050dc ONLINE
gptid/4e318685-35a6-11e7-af1d-d4ae52bc5f31 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
Notice that gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 got replace with gptid/4e318685-35a6-11e7-af1d-d4ae52bc5f31 but gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 never showed up on da5 which is where gptid/de2cd97a-1fae-11e7-8c34-d4ae52bc5f31 used to be.
dmesg output
https://pastebin.ca/3835139
So, it looks like da5 is gone bad but like I said I see it everywhere else other than inside the OS.
Here is the dmesg output from me swapping drives.
mps0: mpssas_prepare_remove: Sending reset for target ID 7
da4 at mps0 bus 0 scbus0 target 7 lun 0
mps0: da4: <ATA WDC WD50EZRX-00M 0A80> s/n WD-WX31D3400005 detached
Unfreezing devq for target ID 7
GEOM_MIRROR: Device swap0: provider da4p1 disconnected.
(da4:mps0:0:7:0): Periph destroyed
mps0: SAS Address for SATA device = 48643e5bedd9a18d
mps0: SAS Address from SATA device = 48643e5bedd9a18d
da4 at mps0 bus 0 scbus0 target 7 lun 0
da4: <ATA WDC WD50EZRX-00M 0A80> Fixed Direct Access SPC-3 SCSI device
da4: Serial Number WD-WX21D84PD67R
da4: 600.000MB/s transfers
da4: Command Queueing enabled
da4: 4769307MB (9767541168 512 byte sectors)
da4: quirks=0x8<4K>