freebsd-dev/sys/cddl/contrib/opensolaris/common
Josh Paetzel ef18459108 MFV 316891
7386 zfs get does not work properly with bookmarks

illumos/illumos-gate@edb901aab9
edb901aab9

https://www.illumos.org/issues/7386
  The zfs get command does not work with the bookmark parameter while it works
  properly with both filesystem and snapshot:
  # zfs get -t all -r creation rpool/test
  NAME               PROPERTY  VALUE                  SOURCE
  rpool/test         creation  Fri Sep 16 15:00 2016  -
  rpool/test@snap    creation  Fri Sep 16 15:00 2016  -
  rpool/test#bkmark  creation  Fri Sep 16 15:00 2016  -
  # zfs get -t all -r creation rpool/test@snap
  NAME             PROPERTY  VALUE                  SOURCE
  rpool/test@snap  creation  Fri Sep 16 15:00 2016  -
  # zfs get -t all -r creation rpool/test#bkmark
  cannot open 'rpool/test#bkmark': invalid dataset name
  #
  The zfs get command should be modified to work properly with bookmarks too.

Reviewed by: Simon Klinkert <simon.klinkert@gmail.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Approved by: Matthew Ahrens <mahrens@delphix.com>
Author: Marcel Telka <marcel@telka.sk>
2017-04-21 19:53:52 +00:00
..
acl Revert r299454 and r299448. 2016-06-30 14:55:49 +00:00
atomic Fix the open solaris atomic functions on arm64. Without this we may use the 2015-11-05 16:55:27 +00:00
avl MFV r287684: 6091 avl_add doesn't assert on non-debug builds 2015-09-12 08:50:43 +00:00
nvpair MFV r302662: 6447 handful of nvpair cleanups 2016-09-01 15:17:39 +00:00
unicode
util
zfs MFV 316891 2017-04-21 19:53:52 +00:00