From 1f2abd0ba9bcbfda0b0a2b4d07bd9a2e2100dcca Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Tue, 6 Jan 2015 11:58:02 +0100 Subject: [PATCH] Update commands.md --- commands.md | 2 ++ 1 file changed, 2 insertions(+) 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