Files
mirror_zfs/lib
Tony Hutter ece35e0e66 zpool: allow relative vdev paths
`zpool create` won't let you use relative paths to disks.  This is
annoying when you want to do:

	zpool create tank ./diskfile

But have to do..

	zpool create tank `pwd`/diskfile

This fixes it.

Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #17042
2025-02-25 14:40:20 -05:00
..
2024-05-31 15:13:39 -07:00
2024-10-01 17:10:23 -07:00
2024-10-01 17:10:23 -07:00
2024-10-01 17:10:23 -07:00
2025-02-25 14:40:20 -05:00
2024-02-05 10:00:41 -08:00