diff options
author | Peter Ashford <[email protected]> | 2018-03-22 15:12:08 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-22 15:12:08 -0700 |
commit | 910f3ce7395bdf83c431a962e34d932c3b77224c (patch) | |
tree | e6e3098ca20cab0e55bda9b468fb9a7f70638b73 /man/man8/zpool.8 | |
parent | 05747eca5b29696ae74532196d8fdc3edff36939 (diff) |
Clarify zpool actions for an intent log device
Updated the "Intent Log" section of the "zpool" manual page to
properly reflect the actions that may be performed.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Peter Ashford <[email protected]>
Closes #6938
Closes #7318
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 7251dc607..6480ca367 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -435,8 +435,9 @@ See the .Sx EXAMPLES section for an example of mirroring multiple log devices. .Pp -Log devices can be added, replaced, attached, detached, and imported and -exported as part of the larger pool. +Log devices can be added, replaced, attached, detached and removed. In +addition, log devices are imported and exported as part of the pool +that contains them. Mirrored log devices can be removed by specifying the top-level mirror for the log. .Ss Cache Devices |