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>

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-test-zfstest.mf
          +++ new/usr/src/pkg/manifests/system-test-zfstest.mf
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012, 2015 by Delphix. All rights reserved.
  14      -# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15   14  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
       15 +# Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
  16   16  #
  17   17  
  18   18  set name=pkg.fmri value=pkg:/system/test/zfstest@$(PKGVERS)
  19   19  set name=pkg.description value="ZFS Test Suite"
  20   20  set name=pkg.summary value="ZFS Functional and Stress Tests"
  21   21  set name=info.classification \
  22   22      value=org.opensolaris.category.2008:Development/System
  23   23  set name=variant.arch value=$(ARCH)
  24   24  dir path=opt/zfs-tests
  25   25  dir path=opt/zfs-tests/bin
↓ open down ↓ 666 lines elided ↑ open up ↑
 692  692      mode=0555
 693  693  file \
 694  694      path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_009_neg \
 695  695      mode=0555
 696  696  file \
 697  697      path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos \
 698  698      mode=0555
 699  699  file \
 700  700      path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_011_pos \
 701  701      mode=0555
      702 +file \
      703 +    path=opt/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_012_pos \
      704 +    mode=0555
 702  705  file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/cleanup mode=0555
 703  706  file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/setup mode=0555
 704  707  file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.cfg \
 705  708      mode=0555
 706  709  file path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename.kshlib \
 707  710      mode=0555
 708  711  file \
 709  712      path=opt/zfs-tests/tests/functional/cli_root/zfs_rename/zfs_rename_001_pos \
 710  713      mode=0555
 711  714  file \
↓ open down ↓ 1527 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX