Project

General

Profile

Actions

Bug #7386

closed

zfs get does not work properly with bookmarks

Added by Marcel Telka about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
zfs - Zettabyte File System
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

Related to illumos gate - Feature #4369: implement zfs bookmarksClosedChristopher Siden2013-11-30

Actions
Related to illumos gate - Bug #7338: interface to get createtxg for a bookmarkNewDaniel Kimmel2016-08-30

Actions
Related to illumos gate - Bug #8022: zfs_get_005_neg.ksh: Typo in the test_options_bookmarks function nameClosedMarcel Telka2017-04-03

Actions
Actions #1

Updated by Marcel Telka about 7 years ago

Actions #2

Updated by Marcel Telka almost 7 years ago

  • Status changed from In Progress to Pending RTI
Actions #3

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>

Actions #4

Updated by Marcel Telka over 6 years ago

  • Related to Bug #7338: interface to get createtxg for a bookmark added
Actions #5

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

Also available in: Atom PDF