This commit is a small performance optimization to the previous one: `zpool list` is cheaper than `zpool import -d /dev..` (the latter scans the disks in the provided directory for zfs signatures, unconditionally) Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>