man: zpool.8: Examples: unmirrored -> non-redundant
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13228
This commit is contained in:
parent
6571873f1b
commit
1ebe4c482d
|
@ -242,11 +242,11 @@ contains two disks:
|
||||||
.Dl # Nm zpool Cm create Ar tank Sy mirror Pa sda sdb Sy mirror Pa sdc sdd
|
.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
|
.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
|
.Dl # Nm zpool Cm create Ar tank Pa sda1 sdb2
|
||||||
.
|
.
|
||||||
.It Sy Example 4 : No Creating a ZFS Storage Pool by Using Files
|
.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
|
While not recommended, a pool based on files can be useful for experimental
|
||||||
purposes.
|
purposes.
|
||||||
.Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b
|
.Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b
|
||||||
|
|
Loading…
Reference in New Issue