diff options
author | Tomohiro Kusumi <[email protected]> | 2018-02-23 02:31:34 +0900 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-09 14:04:15 -0800 |
commit | 5ee220ba5c825263ce6f77106914bda35e60ef06 (patch) | |
tree | 3a9b17d6b9d748b07c0df2ef62f960c48b8d8483 /man/man8/zpool.8 | |
parent | c45c6d921293084f9b2ecedfef4965fa726f8c07 (diff) |
Document allowed pool names
PR #7208 was a patch to allow non-reserved pool names which begin with
mirror, raidz, spare (but do not equal), however we'd rather document
it in the man page for compatibility with other OpenZFS implementations,
to avoid pool names that may not work on non-Linux platforms.
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tomohiro Kusumi <[email protected]>
Closes #7216
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index b5fbc068e..7251dc607 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -27,7 +27,7 @@ .\" Copyright 2017 Nexenta Systems, Inc. .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. .\" -.Dd January 10, 2018 +.Dd March 9, 2018 .Dt ZPOOL 8 SMM .Os Linux .Sh NAME @@ -888,7 +888,11 @@ The pool names .Sy spare and .Sy log -are reserved, as are names beginning with the pattern +are reserved, as are names beginning with +.Sy mirror , +.Sy raidz , +.Sy spare , +and the pattern .Sy c[0-9] . The .Ar vdev |