Reviewed by: Paul Dagnelie <[email protected]> Reviewed by: Dan Kimmel <[email protected]> Reviewed by: Matt Ahrens <[email protected]>
zfs.exists() in channel programs doesn't return any result, and should have a man page entry. This patch corrects zfs.exists so that it returns a value indicating if the dataset exists or not. It also adds documentation about it in the man page. Upstream Bugs: DLPX-50908 You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/460 -- Commit Summary -- * 8605 zfs channel programs: zfs.exists undocumented and non-working -- File Changes -- M usr/src/man/man1m/zfs-program.1m (12) M usr/src/pkg/manifests/system-test-zfstest.mf (5) A usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/tst.exists.ksh (45) A usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/tst.exists.zcp (26) M usr/src/uts/common/fs/zfs/zcp.c (2) -- Patch Links -- https://github.com/openzfs/openzfs/pull/460.patch https://github.com/openzfs/openzfs/pull/460.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/460 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Ta7ae14deb6fcaf50-M365dcd3fbd95a44270611f33 Powered by Topicbox: https://topicbox.com
