Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`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. Signed-off-by: Tony Hutter <[email protected]>
- Loading branch information