From 3bb79bece53191f2cf27aa61a72ea1784a7ce700 Mon Sep 17 00:00:00 2001 From: eschrock Date: Mon, 31 Jul 2006 15:13:30 -0700 Subject: 6368751 libzfs interface for mount/umounting all the file systems for a given pool 6385349 zpool import -d /dev hangs 6397052 unmounting datasets should process /etc/mnttab instead of traverse DSL 6403510 zfs remount,noatime option broken 6423412 Two spaces lines are unnecessary after 'zpool import -a' 6434054 'zfs destroy' core dumps if clone is namespace-parent of origin 6440515 namespace_reload() can leak memory on allocation faiure 6440592 nvlist_dup() should not fill in destination pointer on error 6446060 zfs get does not consistently report temporary properties 6448326 zfs(1) 'list' command crashes if hidden property createtxg is requested 6450653 get_dependents() has poor error semantics --HG-- rename : usr/src/cmd/zpool/zpool_dataset.c => deleted_files/usr/src/cmd/zpool/zpool_dataset.c --- usr/src/lib/libzfs/common/libzfs_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/lib/libzfs/common/libzfs_util.c') diff --git a/usr/src/lib/libzfs/common/libzfs_util.c b/usr/src/lib/libzfs/common/libzfs_util.c index 29e99dc5b1..b09834e57d 100644 --- a/usr/src/lib/libzfs/common/libzfs_util.c +++ b/usr/src/lib/libzfs/common/libzfs_util.c @@ -146,6 +146,8 @@ libzfs_error_description(libzfs_handle_t *hdl) "spare")); case EZFS_INVALCONFIG: return (dgettext(TEXT_DOMAIN, "invalid vdev configuration")); + case EZFS_RECURSIVE: + return (dgettext(TEXT_DOMAIN, "recursive dataset dependency")); case EZFS_UNKNOWN: return (dgettext(TEXT_DOMAIN, "unknown error")); default: -- cgit v1.2.3