diff options
author | Dan McDonald <[email protected]> | 2016-06-09 12:29:09 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-06-28 13:47:03 -0700 |
commit | 8c62a0d0f39c450d1fdb001b8073193f89611f56 (patch) | |
tree | 9181eaf11fd6c85d6b79b4161ff60ade39167c5e /tests/runfiles/linux.run | |
parent | 671c93546cc0471ff3b4039e82d6f2a77de6d413 (diff) |
OpenZFS 6562 - Refquota on receive doesn't account for overage
Authored by: Dan McDonald <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Yuri Pankov <[email protected]>
Reviewed by: Toomas Soome <[email protected]>
Approved by: Gordon Ross <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/6562
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/5f7a8e6
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index b393368f0..b2f35ee24 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -148,12 +148,11 @@ tests = [] # DISABLED: # zfs_receive_004_neg - Fails for OpenZFS on illumos # zfs_receive_011_pos - Requires port of OpenZFS 6562 -# zfs_receive_012_pos - Requires port of OpenZFS 6562 [tests/functional/cli_root/zfs_receive] tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos', 'zfs_receive_005_neg', 'zfs_receive_006_pos', 'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg', - 'zfs_receive_010_pos'] + 'zfs_receive_010_pos', 'zfs_receive_012_pos'] # DISABLED: # zfs_rename_002_pos - needs investigation |