mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
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 <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <freqlabs@FreeBSD.org> Signed-off-by: Chris McDonough <chrism@plope.com> Closes #7656 Closes #10771
This commit is contained in:
parent
a541f7d485
commit
07ce8961e5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user