diff options
author | Paul Dagnelie <[email protected]> | 2020-05-20 10:05:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-20 10:05:33 -0700 |
commit | de4f06c275430937026e328f48438cc799eba987 (patch) | |
tree | 67669bf44cffccbf492a1ca8d1affe7b51f32078 /cmd/Makefile.am | |
parent | 7b0e39030c6b887f9e9e158f3a312dbbeb127e33 (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: Paul Dagnelie <[email protected]>
Closes #10204
Diffstat (limited to 'cmd/Makefile.am')
-rw-r--r-- | cmd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 6b152e848..88d32b1c5 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = zfs zpool zdb zhack zinject zstream zstreamdump ztest -SUBDIRS += fsck_zfs vdev_id raidz_test +SUBDIRS += fsck_zfs vdev_id raidz_test zfs_ids_to_path if USING_PYTHON SUBDIRS += arcstat arc_summary dbufstat |