diff options
| author | Dan McDonald <danmcd@omniti.com> | 2016-01-07 17:49:29 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@omniti.com> | 2016-02-09 14:37:16 -0500 |
| commit | 5f7a8e6d750cb070a3347f045201c6206caee6aa (patch) | |
| tree | 817b52aeaadd3e10908bed0c7f006d23603ecbd9 /usr/src/pkg/manifests/system-test-zfstest.mf | |
| parent | d7e7cb9c207e40874f6a4b61ca8ea1526b5555bd (diff) | |
| download | illumos-joyent-5f7a8e6d750cb070a3347f045201c6206caee6aa.tar.gz | |
6562 Refquota on receive doesn't account for overage
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/pkg/manifests/system-test-zfstest.mf')
| -rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.mf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.mf b/usr/src/pkg/manifests/system-test-zfstest.mf index 0605ab6c6d..6902c8dc05 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -11,8 +11,8 @@ # # Copyright (c) 2012, 2015 by Delphix. All rights reserved. -# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2015 Nexenta Systems, Inc. All rights reserved. +# Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved. # set name=pkg.fmri value=pkg:/system/test/zfstest@$(PKGVERS) @@ -699,6 +699,9 @@ file \ file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_011_pos \ mode=0555 +file \ + path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_012_pos \ + mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/cleanup mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/setup mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.cfg \ |
