Good Afternoon,
I had a drive in my zpool fail. The zpool already read the status of the disk as REMOVED.
I replaced the failed disk with a new one and attempted to replace the failed drive with
This was giving me an error though saying there was no such device in the pool. I was trying to replace dev/sdd with dev/dsk
So I attemted to replace dev/sdd with the actually hdd name "ata-MZ7LM960HMJP0D3_S37KNX0KA09710" and now nothing looks right in my zpool status.
Can someone please help me fix this and perhaps explain what I did wrong in the first place?
I had a drive in my zpool fail. The zpool already read the status of the disk as REMOVED.
I replaced the failed disk with a new one and attempted to replace the failed drive with
zpool replace -f <pool> <old-device> <new-device>
This was giving me an error though saying there was no such device in the pool. I was trying to replace dev/sdd with dev/dsk
So I attemted to replace dev/sdd with the actually hdd name "ata-MZ7LM960HMJP0D3_S37KNX0KA09710" and now nothing looks right in my zpool status.
Code:
zpool status
pool: carbon
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Mon Dec 23 14:26:28 2024
466G / 890G scanned at 14.1G/s, 0B / 645G issued
0B resilvered, 0.00% done, no estimated completion time
config:
NAME STATE READ WRITE CKSUM
carbon DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09571 ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09715 ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09570 ONLINE 0 0 0
replacing-3 DEGRADED 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09710 REMOVED 0 0 0
sdk ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09567 ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09707 ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09583 ONLINE 0 0 0
ata-MZ7LM960HMJP0D3_S37KNX0KA09573 ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 00:00:04 with 0 errors on Sun Dec 8 00:24:07 2024
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
ata-CT240BX500SSD1_2244E680A3E7-part3 ONLINE 0 0 0
ata-CT240BX500SSD1_2244E680A528-part3 ONLINE 0 0 0
Can someone please help me fix this and perhaps explain what I did wrong in the first place?