mirror_zfs/lib/libzutil
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
..
os Fix the FreeBSD userspace build (#15716) 2023-12-27 12:17:53 -08:00
Makefile.am Use setproctitle to report progress of zfs send 2023-01-17 10:17:35 -08:00
zutil_device_path.c zpool: allow relative vdev paths 2025-02-25 14:40:20 -05:00
zutil_import.c Reduce and handle EAGAIN errors on AIO label reads 2024-09-21 10:36:25 -07:00
zutil_import.h nvpair: Constify string functions 2023-03-14 15:25:50 -07:00
zutil_nicenum.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
zutil_pool.c zpool: Add slot power control, print power status 2023-12-21 10:53:16 -08:00