13.7.1. Adding Devices to a Pool
# zpool add scoop mirror c0t1d0 c1t1d0
13.7.2. Onlining and Offlining Devices
13.7.2.1. Taking a Device Offline
# zpool offline tank c0t0d0 bringing device 'c0t0d0' offline
13.7.2.2. Bringing a Device Online
# zpool online tank c0t0d0 bringing device 'c0t0d0' online
13.7.3. Replacing Devices
You can replace a device in a storage pool by using the zpool replace command.
# zpool replace tank c0t0d0 c0t0d1
In the above example, the previous device, c0t0d0, is replaced by c0t0d1.
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。
时间: 2024-10-13 19:17:12