Hi all,
one of my two boot SDDs that are configured as mirror is probably failing so the rpool is degraded (although the SMART values are OK) :
I planned to replace the faulty SDD with an identical model (the same brand, type and size). The brand new SDD is attached via an USB adapter to the server.
I used this command to copy the partition table from the existing SDD to the new SDD:
Unfortunately I get the following statements returned:
Are there any suggestions what to do to fix that without harming the mirror setup?
one of my two boot SDDs that are configured as mirror is probably failing so the rpool is degraded (although the SMART values are OK) :
Code:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
ata-SPCC_Solid_State_Disk_912307951C8F00123456-part3 FAULTED 17 8 0 too many errors
ata-SPCC_Solid_State_Disk_F45607151C0500134567-part3 ONLINE 0 0 0
I planned to replace the faulty SDD with an identical model (the same brand, type and size). The brand new SDD is attached via an USB adapter to the server.
I used this command to copy the partition table from the existing SDD to the new SDD:
Code:
sgdisk /dev/sdd -R /dev/sda
Unfortunately I get the following statements returned:
Code:
Caution! Secondary header was placed beyond the disk's limits! Moving the
header, but other problems may occur!
Warning! Secondary partition table overlaps the last partition by
1 blocks!
Try reducing the partition table size by 4 entries.
(Use the 's' item on the experts' menu.)
Aborting write of new partition table.
Are there any suggestions what to do to fix that without harming the mirror setup?