我试图通过ZIL向zpool添加SSD,但是我犯了一个错误.
我期待.. zpool add zones log c0t1d0
但我做了... zpool add zones c0t1d0
我尝试执行zone remove,detach,offline命令,但是失败了.
如何在zpool中删除没有数据丢失的SSD?
$ zpool status
pool: zones
state: ONLINE
scan : non requested
config:
NAME STATE READ WRITE CKSUM
zones ONLINE 0 0 0
c0t0d0 ONLINE 0 0 0
c0t1d0 ONLINE 0 0 0
$ zpool iostat -v
capacity operations bandwidth
pool alloc free read write read write
---------- ----- ----- ----- ----- ----- -----
zones 280G 109G 40 139 1.28M 13.7M
c0t0d0 263G 15.3G 39 35 …Run Code Online (Sandbox Code Playgroud) zfs ×1