]> git.proxmox.com Git - mirror_zfs.git/commit - configure.ac
Small program that converts a dataset id and an object id to a path
authorPaul Dagnelie <pcd@delphix.com>
Wed, 20 May 2020 17:05:33 +0000 (10:05 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 17:05:33 +0000 (10:05 -0700)
commitde4f06c275430937026e328f48438cc799eba987
tree67669bf44cffccbf492a1ca8d1affe7b51f32078
parent7b0e39030c6b887f9e9e158f3a312dbbeb127e33
Small program that converts a dataset id and an object id to a path

Small program that converts a dataset id and an object id to a path

Reviewed-by: Prakash Surya <prakash.surya@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
Closes #10204
16 files changed:
cmd/Makefile.am
cmd/zfs_ids_to_path/.gitignore [new file with mode: 0644]
cmd/zfs_ids_to_path/Makefile.am [new file with mode: 0644]
cmd/zfs_ids_to_path/zfs_ids_to_path.c [new file with mode: 0644]
configure.ac
include/libzfs.h
lib/libzfs/libzfs_pool.c
man/man8/Makefile.am
man/man8/zfs_ids_to_path.8 [new file with mode: 0644]
tests/runfiles/common.run
tests/zfs-tests/include/commands.cfg
tests/zfs-tests/tests/functional/cli_root/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/Makefile.am [new file with mode: 0644]
tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/cleanup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/setup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/zfs_ids_to_path_001_pos.ksh [new file with mode: 0755]