diff options
author | Serapheim Dimitropoulos <[email protected]> | 2019-08-12 10:02:34 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-12 10:02:34 -0700 |
commit | 3b9edd7b171f510b0abb9c885aa5b77114b8169a (patch) | |
tree | 06f48f5ea1d64c1e055adc1ba0afca52372df4a4 /tests/runfiles | |
parent | 2081db79827e0fbc3088dcd693f8af7d7d0191a4 (diff) |
Introduce getting holds and listing bookmarks through ZCP
Consumers of ZFS Channel Programs can now list bookmarks,
and get holds from datasets. A minor-refactoring was also
applied to distinguish between user and system properties
in ZCP.
Reviewed-by: Paul Dagnelie <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matt Ahrens <[email protected]>
Reviewed-by: Serapheim Dimitropoulos <[email protected]>
Ported-by: Serapheim Dimitropoulos <[email protected]>
Signed-off-by: Dan Kimmel <[email protected]>
OpenZFS-issue: https://illumos.org/issues/8862
Closes #7902
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 23ea63335..f8f04d73e 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -82,8 +82,9 @@ tags = ['functional', 'channel_program', 'lua_core'] tests = ['tst.destroy_fs', 'tst.destroy_snap', 'tst.get_count_and_limit', 'tst.get_index_props', 'tst.get_mountpoint', 'tst.get_neg', 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type', - 'tst.get_userquota', 'tst.get_written', 'tst.list_children', - 'tst.list_clones', 'tst.list_snapshots', 'tst.list_system_props', + 'tst.get_userquota', 'tst.get_written', 'tst.list_bookmarks', + 'tst.list_children', 'tst.list_clones', 'tst.list_holds', + 'tst.list_snapshots', 'tst.list_system_props', 'tst.list_user_props', 'tst.parse_args_neg','tst.promote_conflict', 'tst.promote_multiple', 'tst.promote_simple', 'tst.rollback_mult', 'tst.rollback_one', 'tst.snapshot_destroy', 'tst.snapshot_neg', |