freebsd-nq/common/zfs
Andriy Gapon cfaa3c3d8f 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-14 18:01:43 +00:00
..
zfeature_common.c 5027 zfs large block support (add copyright) 2016-03-08 17:48:26 +00:00
zfeature_common.h 5027 zfs large block support (add copyright) 2016-03-08 17:48:26 +00:00
zfs_comutil.c
zfs_comutil.h
zfs_deleg.c 6931 lib/libzfs: cleanup gcc warnings 2016-07-12 12:00:31 +00:00
zfs_deleg.h
zfs_fletcher.c 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2015-10-14 11:12:47 +00:00
zfs_fletcher.h 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2015-10-14 11:12:47 +00:00
zfs_namecheck.c 7386 zfs get does not work properly with bookmarks 2017-04-14 18:01:43 +00:00
zfs_namecheck.h 7386 zfs get does not work properly with bookmarks 2017-04-14 18:01:43 +00:00
zfs_prop.c 5027 zfs large block support (add copyright) 2016-03-08 17:48:26 +00:00
zfs_prop.h
zpool_prop.c 5027 zfs large block support (add copyright) 2016-03-08 17:48:26 +00:00
zprop_common.c