freebsd-dev/sys/cddl/contrib/opensolaris/common/zfs
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
..
zfeature_common.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfeature_common.h Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_comutil.c
zfs_comutil.h
zfs_deleg.c MFV r302659: 6931 lib/libzfs: cleanup gcc warnings 2016-09-01 14:57:06 +00:00
zfs_deleg.h
zfs_fletcher.c MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_fletcher.h MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_ioctl_compat.c MFV r302646: 2016-09-01 14:06:30 +00:00
zfs_ioctl_compat.h MFV r302646: 2016-09-01 14:06:30 +00:00
zfs_namecheck.c MFV 316891 2017-04-21 19:53:52 +00:00
zfs_namecheck.h MFV 316891 2017-04-21 19:53:52 +00:00
zfs_prop.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_prop.h
zpool_prop.c MFV r296518: 5027 zfs large block support (add copyright) 2016-03-08 17:51:09 +00:00
zprop_common.c