diff options
author | Chris McDonough <[email protected]> | 2020-08-24 00:18:30 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-23 21:18:30 -0700 |
commit | 07ce8961e52bc9c4f9f978357551c507239a7410 (patch) | |
tree | 130ed1f689d8388353a8cd481e9ada68fcf5f130 /man | |
parent | a541f7d48595be864fd87865b5bcf051c93a9ef1 (diff) |
Improve documentation of zpool import -d/-c vs -s
Specify that, by default, zpool import uses the libblkid
cache on Linux and geom on FreeBSD, and only scans when
-d/-s is provided.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Chris McDonough <[email protected]>
Closes #7656
Closes #10771
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool-import.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man8/zpool-import.8 b/man/man8/zpool-import.8 index 6db5b0a45..e63db9363 100644 --- a/man/man8/zpool-import.8 +++ b/man/man8/zpool-import.8 @@ -70,9 +70,10 @@ .Xc Lists pools available to import. If the -.Fl d -option is not specified, this command searches for devices in -.Pa /dev . +.Fl d or +.Fl c +options are not specified, this command searches for devices using libblkid +on Linux and geom on FreeBSD. The .Fl d option can be specified multiple times, and all directories are searched. |