The below steps worked for me
lets Images below were my disk IDs
Thanks a lot to you all and your patience.
lets Images below were my disk IDs
- sda: ata-WDXXXXXX_9876543210001-part3
- 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