To improve the performance of scripts that manipulate zfs snapshots and the zfs snapshot service in perticular there needs to be a way to list all the snapshots for a given object and only the snapshots for that object.
There are two RFEs filed that cover this: http://bugs.opensolaris.org/view_bug.do?bug_id=6352014 : 'zfs list' should have an option to only present direct descendents http://bugs.opensolaris.org/view_bug.do?bug_id=6762432 zfs list --depth The first is asking for a way to list only the direct descendents of a data set, ie it's children. The second asks to be able to list all the data sets down to a depth of N. So zfs list --depth 0 would be almost the same as zfs list -c except that it would also list the parent data set. While zfs list -c is more user friendly zfs list -depth is more powerful. I'm wondering if both should be fixed or just one and if just one which? Comments? --chris -- This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss