Hello. How can i remove a disk from my pool?
Code:
root@POC-STGMASTER[~]# zpool status -x pool: tank state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using 'zpool online'. see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-2Q scan: scrub repaired 0B in 00:00:03 with 0 errors on Fri Mar 25 09:44:47 2022 config: NAME STATE READ WRITE CKSUM tank DEGRADED 0 0 0 raidz1-0 DEGRADED 0 0 0 gptid/089c83bb-a52a-11ec-b3bf-00155d032ee0 ONLINE 0 0 0 gptid/08b257e6-a52a-11ec-b3bf-00155d032ee0 ONLINE 0 0 0 gptid/08a9944c-a52a-11ec-b3bf-00155d032ee0 ONLINE 0 0 0 gptid/08b70295-a52a-11ec-b3bf-00155d032ee0 ONLINE 0 0 0 gptid/08cad6bc-a52a-11ec-b3bf-00155d032ee0 ONLINE 0 0 0 16293776385333853924 UNAVAIL 0 0 0 was /dev/gptid/08c3dbb8-a52a-11ec-b3bf-00155d032ee0 errors: No known data errors root@POC-STGMASTER[~]# root@POC-STGMASTER[~]# zpool remove tank /dev/gptid/08c3dbb8-a52a-11ec-b3bf-00155d032ee0 cannot remove /dev/gptid/08c3dbb8-a52a-11ec-b3bf-00155d032ee0: operation not supported on this type of pool root@POC-STGMASTER[~]#