after disk failure i have done this steps...
1.) zpool offline rpool /dev/disk/by-id/wwn-0x5000cca269c4bd82-part2
2.) From the WebUI, Servername -> Disks -> Initialize Disk with GPT (/dev/sdb)
3.) sgdisk --replicate=/dev/sdb /dev/sda
4.) sgdisk --randomize-guids /dev/sdb
5.) grub-install /dev/sdb
6.) zpool replace rpool 12706416511818272176 /dev/disk/by-id/wwn-0x5000cca269e871c7-part
but it ended with error and my rpool is still degraded, see
can somebody PLEASE help me?
1.) zpool offline rpool /dev/disk/by-id/wwn-0x5000cca269c4bd82-part2
2.) From the WebUI, Servername -> Disks -> Initialize Disk with GPT (/dev/sdb)
3.) sgdisk --replicate=/dev/sdb /dev/sda
4.) sgdisk --randomize-guids /dev/sdb
5.) grub-install /dev/sdb
6.) zpool replace rpool 12706416511818272176 /dev/disk/by-id/wwn-0x5000cca269e871c7-part
but it ended with error and my rpool is still degraded, see
Code:
root@pve-klenova:~# zpool status -v
pool: rpool
state: DEGRADED
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://zfsonlinux.org/msg/ZFS-8000-8A
scan: resilvered 1,09T in 7h33m with 2 errors on Wed Dec 5 19:51:37 2018
config:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 2
mirror-0 DEGRADED 0 0 4
wwn-0x5000cca25cc933fe-part2 ONLINE 0 0 4
replacing-1 DEGRADED 1008 0 0
12706416511818272176 OFFLINE 0 0 0 was /dev/disk/by-id/wwn-0x5000cca269c4bd82-part2
wwn-0x5000cca269e871c7-part2 ONLINE 0 0 1008
errors: Permanent errors have been detected in the following files:
//var/lib/vz/images/200/vm-200-disk-2.qcow2
can somebody PLEASE help me?