diff --git a/commands.md b/commands.md index 4eadcb6..9710c83 100644 --- a/commands.md +++ b/commands.md @@ -56,11 +56,13 @@ zfs get compressratio / # show the current compression ratio of zfs send -R tank@snapshot | \ # send all datasets@snapshot recursively to another host ssh root@[IP] zfs recv -F tank zfs unmount / # unmount a zfs dataset +zfs upgrade -r # upgrade all volumes in the pool (technically its the root volume e.g. tank) zpool status # show health info about currently imported ZFS storage pools zpool scrub # check all written blocks for consistency zpool iostat -v tank # show more information about the pool including log devices zpool add mirror # add two disks as mirror to a storage pool zpool remove # remove single devices or mirror sets from the storage pool +zpool upgrade # upgrade the storage pool to latest version ``` # Software