diff options
author | наб <[email protected]> | 2022-03-16 17:37:18 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-28 10:13:13 -0700 |
commit | 1ebe4c482dbfecd0f4005f079d9557cb59f50f7b (patch) | |
tree | bccc11ad3252cbd88c34660ddc2d103940c4beb2 /man/man8/zpool.8 | |
parent | 6571873f1b3866f244f4f45b680dad6d6a73ee1b (diff) |
man: zpool.8: Examples: unmirrored -> non-redundant
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13228
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 337836b76..8e7abb116 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -242,11 +242,11 @@ contains two disks: .Dl # Nm zpool Cm create Ar tank Sy mirror Pa sda sdb Sy mirror Pa sdc sdd . .It Sy Example 3 : No Creating a ZFS Storage Pool by Using Partitions -The following command creates an unmirrored pool using two disk partitions: +The following command creates a non-redundant pool using two disk partitions: .Dl # Nm zpool Cm create Ar tank Pa sda1 sdb2 . .It Sy Example 4 : No Creating a ZFS Storage Pool by Using Files -The following command creates an unmirrored pool using files. +The following command creates a non-redundant pool using files. While not recommended, a pool based on files can be useful for experimental purposes. .Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b |