]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Improve documentation of zpool import -d/-c vs -s
authorChris McDonough <chrism@plope.com>
Mon, 24 Aug 2020 04:18:30 +0000 (00:18 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 04:18:30 +0000 (21:18 -0700)
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 <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <freqlabs@FreeBSD.org>
Signed-off-by: Chris McDonough <chrism@plope.com>
Closes #7656
Closes #10771

man/man8/zpool-import.8

index 6db5b0a455dbf055ad568bae3865899a725729d7..e63db9363fd000916e8c3c9194adfe4240583aa4 100644 (file)
 .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.