Feature #510
closed'zfs get' enhancement - mountpoint as an argument
100%
Description
'zfs get' command should be able to deal with mountpoint as an argument.
It already works with 'zfs list' command:
# zfs list /export/home/estibi NAME USED AVAIL REFER MOUNTPOINT rpool/export/home/estibi 1.14G 3.86G 1.14G /export/home/estibi
but it fails with 'zfs get':
# zfs get all /export/home/estibi cannot open '/export/home/estibi': invalid dataset name
Related issues
Updated by sham pavman over 12 years ago
Hi Damian,
I have a webrev ready for this feature and sorry I could not look at this earlier before it was assigned to you.
I have however worked on this and tested the feature after a full illumos build.
The webrev is available here::
http://cr.illumos.org/view/sdu96m2n/
Please let me know if its fine by you to assign it to me.
Thanks
Shampavman
Updated by Damian Wojslaw over 12 years ago
- Assignee changed from Damian Wojslaw to sham pavman
It's okay by me, I will assign it to you.
Looks okay to me.
Updated by Garrett D'Amore over 12 years ago
- Status changed from New to Resolved
Fixed in:
velocity{39}> hg heads
changeset: 13295:5fd2dd481bd0
tag: tip
user: Shampavman <sham.pavman@nexenta.com>
date: Wed Mar 02 12:50:14 2011 -0800
description:
510 'zfs get' enhancement - mountpoint as an argument
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Deano <deano@rattie.demon.co.uk>
Reviewed by: Garrett D'Amore <garrett@nexenta.com>
Approved by: Garrett D'Amore <garrett@nexenta.com>