Thanks Darren,
I might request that it gets added.
That is, if anyone else thinks it might be a useful feature?
Regards,
Mike.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolari
Mike Forey wrote:
Hi,
I'd like to be able to select zfs filesystems, based on the value of properties.
Something like this:
zfs select mounted=yes
What is the output of the above ?
Would you want to specify multiple properties ?
What about for properties that aren't index values (eg sharen
very tidy, thanks! :)
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Mike Forey wrote:
zfs select mounted=yes
If not, is there a clean way of achieving the same result?
How about this:
zfs list -o name,mounted | awk '$2 == "yes" {print $1}'
Allan
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.op