Add missing 'zpool status' command.
This commit is contained in:
parent
007b4ae7d7
commit
a9d2ae7f89
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54512
1 changed files with 1 additions and 0 deletions
|
@ -560,6 +560,7 @@ errors: No known data errors</screen>
|
|||
<literal>mirror</literal> in this example:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>zpool create <replaceable>mypool</replaceable> mirror <replaceable>/dev/ada1</replaceable> <replaceable>/dev/ada2</replaceable> mirror <replaceable>/dev/ada3</replaceable> <replaceable>/dev/ada4</replaceable></userinput>
|
||||
&prompt.root; <userinput>zpool status</userinput>
|
||||
pool: mypool
|
||||
state: ONLINE
|
||||
scan: none requested
|
||||
|
|
Loading…
Reference in a new issue