-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reference bookmarks in zfs get
, etc
#3995
Comments
I am also interested in getting properties for bookmarks |
additionally -o createtxg is not even documented. are there any undocumented properties other that createtxg? |
@mailinglists35 this shoud be fixed by OpenZFS 7386 - zfs get does not work properly with bookmarks (openzfs/openzfs@edb901a) once that gets integrated.
https://github.com/zfsonlinux/zfs/blob/zfs-0.7.0-rc3/module/zcommon/zfs_prop.c#L467 |
I ported it in #5666, reviewers are welcome. |
Presumed fixed by #5666 merge |
Boomarks have properties which are potentially of interest to users, but you cannot get the information for a specific bookmark. The only way I know of to get information out of bookmarks is to use a broad
zfs list -t bookmark
command.(For the curious, the properties above are from the snapshot and not representative of the time the bookmark was taken.)
The text was updated successfully, but these errors were encountered: