Actions
Bug #6963
openman zfs is missing -H for zfs holds
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Start date:
2016-05-11
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The manpage for zfs is missing the -H argument for 'zfs holds'
[root@core ~]# zfs holds zones/data/crust@zbck-20160501_000847 NAME TAG TIMESTAMP zones/data/crust@zbck-20160501_000847 month Sun May 1 0:08 2016 [root@core ~]# zfs holds -H zones/data/crust@zbck-20160501_000847 zones/data/crust@zbck-20160501_000847 month Sun May 1 0:08 2016
.. snip .. zfs holds [-r] snapshot... .. snip .. zfs holds [-r] snapshot... Lists all existing user references for the given snapshot or snapshots. -r Lists the holds that are set on the named descendent snapshots, in addition to listing the holds on the named snapshot. .. snip ..
No data to display
Actions