1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2021-10-13 13:37:24 +02:00
committed by GitHub
parent 64f3bba4fa
commit f073bf499d

View File

@ -65,6 +65,7 @@ zpool iostat -v tank # show more information about the pool i
zpool add <pool> mirror <dev1> <dev1> # add two disks as mirror to a storage pool zpool add <pool> mirror <dev1> <dev1> # add two disks as mirror to a storage pool
zpool remove <pool> <device> # remove single devices or mirror sets from the storage pool zpool remove <pool> <device> # remove single devices or mirror sets from the storage pool
zpool upgrade <pool> # upgrade the storage pool to latest version zpool upgrade <pool> # upgrade the storage pool to latest version
zpool labelclear [-f] <pool> # Clear vdev headers on disk of previous / faulted / obsolete pools
``` ```
# Software # Software