diff options
author | Laura Hild <[email protected]> | 2023-09-11 17:58:19 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-11 14:58:19 -0700 |
commit | 4d1b70175cf9bdf927351b1188215604d455f669 (patch) | |
tree | 4eca4ef1207f9eceb16cf36893a383e17a363390 | |
parent | 0ee9b02390d57c10a4dee0f3d19fcb115b424ca5 (diff) |
Remove implication that child `disk`s aren't vdevs in zpoolconcepts(7)
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Laura Hild <[email protected]>
Closes #15247
-rw-r--r-- | man/man7/zpoolconcepts.7 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/man7/zpoolconcepts.7 b/man/man7/zpoolconcepts.7 index db3fd4926..98f3ee7cd 100644 --- a/man/man7/zpoolconcepts.7 +++ b/man/man7/zpoolconcepts.7 @@ -203,11 +203,9 @@ For more information, see the section. .El .Pp -Virtual devices cannot be nested, so a mirror or raidz virtual device can only -contain files or disks. -Mirrors of mirrors -.Pq or other combinations -are not allowed. +Virtual devices cannot be nested arbitrarily. +A mirror, raidz or draid virtual device can only be created with files or disks. +Mirrors of mirrors or other such combinations are not allowed. .Pp A pool can have any number of virtual devices at the top of the configuration .Po known as |