[SOLVED] Making rpool mirrored if it was not already

The below steps worked for me :)

lets Images below were my disk IDs

  1. sda: ata-WDXXXXXX_9876543210001-part3
  2. sdb: ata-WDYYYYYY_9876543210002-part3

Code:
zpool remove rpool /dev/disk/by-id/sdb: ata-WDYYYYYY_9876543210002-part3
Code:
zpool attach rpool /dev/disk/by-id/ata-WDXXXXXX_9876543210001-part3 /dev/disk/by-id/ata-WDYYYYYY_9876543210002-part3
Thanks a lot to you all and your patience.
 
For sure with nice command was more promissing !
Code:
watch zpool statu
 

Attachments

  • mirror.gif
    mirror.gif
    46 KB · Views: 5
  • Like
Reactions: waltar