mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-03 11:18:18 +03:00
![]() Currently, in several instances (but not all), ztest generates vdev
file paths using a statement similar to this:
snprintf(path, sizeof (path), ztest_dev_template, ...);
This worked fine until
|
||
---|---|---|
.. | ||
mount_zfs | ||
vdev_id | ||
zdb | ||
zfs | ||
zinject | ||
zpios | ||
zpool | ||
zpool_id | ||
zpool_layout | ||
zstreamdump | ||
ztest | ||
zvol_id | ||
Makefile.am |