Print this page
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>

*** 9,20 **** # http://www.illumos.org/license/CDDL. # # # 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. # set name=pkg.fmri value=pkg:/system/test/zfstest@$(PKGVERS) set name=pkg.description value="ZFS Test Suite" set name=pkg.summary value="ZFS Functional and Stress Tests" --- 9,20 ---- # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2012, 2015 by Delphix. 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) set name=pkg.description value="ZFS Test Suite" set name=pkg.summary value="ZFS Functional and Stress Tests"
*** 697,706 **** --- 697,709 ---- path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos \ mode=0555 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 \ mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.kshlib \