[SOLVED] How to change the zfs disk

mehmethanifi

Renowned Member
Dec 15, 2016
61
4
73
39
Hi,

How do I change zfs disk.

Code:
root@pve:~# zpool status
  pool: mypool
 state: DEGRADED
status: One or more devices has been taken offline by the administrator.
    Sufficient replicas exist for the pool to continue functioning in a
    degraded state.
action: Online the device using 'zpool online' or replace the device with
    'zpool replace'.
  scan: none requested
config:

    NAME                      STATE     READ WRITE CKSUM
    mypool                    DEGRADED     0     0     0
      raidz1-0                DEGRADED     0     0     0
        sdj                   ONLINE       0     0     0
        15341206072700838807  OFFLINE      0     0     0  was /dev/sdk1

Thank you for your kind.
 
Thanks!
After reading several articles, I saw clearly here 15341206072700838807 is from status output, I was using something else.