Actions
Bug #7386
closedzfs get does not work properly with bookmarks
Start date:
2016-09-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
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.
Related issues
Updated by Marcel Telka about 7 years ago
- Related to Feature #4369: implement zfs bookmarks added
Updated by Marcel Telka almost 7 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk almost 7 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit edb901aab9c738b5eb15aa55933e82b0f2f9d9a2
commit edb901aab9c738b5eb15aa55933e82b0f2f9d9a2 Author: Marcel Telka <marcel@telka.sk> Date: 2016-11-21T17:34:56.000Z 7386 zfs get does not work properly with bookmarks Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
Updated by Marcel Telka over 6 years ago
- Related to Bug #7338: interface to get createtxg for a bookmark added
Updated by Marcel Telka over 6 years ago
- Related to Bug #8022: zfs_get_005_neg.ksh: Typo in the test_options_bookmarks function name added
Actions