praetorian46
Dabbler
- Joined
- Apr 26, 2013
- Messages
- 15
Hello,
I was trying to add some additional disk to my ZFS Pool.
I wanted to rebalance the disks I have across multiple HBAs to have 1x SSD and 3x HDDs on each channel.
I rearanged the existing HDDs and added more HDDs and SSDs.
LIke a dummy I didn't write down the old location/ports I had the disks plugged into.
Now I get the following when trying to do an import:
But all 9x disks are detected that were in the ZPool previously.
How do I make the zpool find the disk and use it?
Here are all the disks:
Any help would be great!
I was trying to add some additional disk to my ZFS Pool.
I wanted to rebalance the disks I have across multiple HBAs to have 1x SSD and 3x HDDs on each channel.
I rearanged the existing HDDs and added more HDDs and SSDs.
LIke a dummy I didn't write down the old location/ports I had the disks plugged into.
Now I get the following when trying to do an import:
Code:
# zpool import
pool: Hill-San01_RaidZ
id: 10579513820122726052
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:
Hill-San01_RaidZ UNAVAIL missing device
raidz2-0 ONLINE
gptid/90edae67-9baf-11e5-8815-d8d385ae2580 ONLINE
da5 ONLINE
da4 ONLINE
da3 ONLINE
gptid/2dfe706c-626b-11e5-82f3-d8d385ae2580 ONLINE
gptid/590e19cc-63ad-11e5-82f3-d8d385ae2580 ONLINE
gptid/260672c4-6575-11e5-82f3-d8d385ae2580 ONLINE
gptid/c4e9ea1c-689c-11e5-82f3-d8d385ae2580 ONLINE
Additional devices are known to be part of this pool, though their
exact configuration cannot be determined.
But all 9x disks are detected that were in the ZPool previously.
How do I make the zpool find the disk and use it?
Here are all the disks:
Code:
# camcontrol devlist <ATA TOSHIBA MD04ACA4 FP2A> at scbus0 target 0 lun 0 (da14,pass14) <ATA TOSHIBA MD04ACA4 FP2A> at scbus0 target 1 lun 0 (da0,pass0) <ATA TOSHIBA MD04ACA4 FP2A> at scbus0 target 3 lun 0 (da1,pass1) <ATA ST4000DM000-1F21 CC52> at scbus0 target 4 lun 0 (da3,pass3) <ATA ST4000DM000-1F21 CC52> at scbus0 target 6 lun 0 (da4,pass4) <ATA ST4000DM000-1F21 CC52> at scbus0 target 7 lun 0 (da5,pass5) <ATA HGST HDN724040AL A5E0> at scbus1 target 0 lun 0 (da6,pass6) <ATA HGST HDN724040AL A5E0> at scbus1 target 1 lun 0 (da7,pass7) <ATA ST4000DM000-1F21 CC52> at scbus1 target 4 lun 0 (da2,pass2)
Any help would be great!