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>
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012, 2015 by Delphix. All rights reserved.

  14 #
  15 
  16 [DEFAULT]
  17 pre = setup
  18 quiet = False
  19 pre_user = root
  20 user = root
  21 timeout = 600
  22 post_user = root
  23 post = cleanup
  24 outputdir = /var/tmp/test_results
  25 
  26 [/opt/zfs-tests/tests/functional/acl/cifs]
  27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos']
  28 
  29 [/opt/zfs-tests/tests/functional/acl/nontrivial]
  30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos',
  31     'zfs_acl_chmod_aclmode_001_pos', 'zfs_acl_chmod_compact_001_pos',
  32     'zfs_acl_chmod_delete_001_pos', 'zfs_acl_chmod_inherit_001_pos',
  33     'zfs_acl_chmod_inherit_002_neg', 'zfs_acl_chmod_inherit_002_pos',


 132 tests = ['zfs_inherit_001_neg', 'zfs_inherit_002_neg', 'zfs_inherit_003_pos']
 133 
 134 [/opt/zfs-tests/tests/functional/cli_root/zfs_mount]
 135 tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
 136     'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_006_pos',
 137     'zfs_mount_007_pos', 'zfs_mount_008_pos', 'zfs_mount_009_neg',
 138     'zfs_mount_010_neg', 'zfs_mount_011_neg', 'zfs_mount_all_001_pos']
 139 
 140 [/opt/zfs-tests/tests/functional/cli_root/zfs_promote]
 141 tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
 142     'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
 143     'zfs_promote_007_neg', 'zfs_promote_008_pos']
 144 
 145 [/opt/zfs-tests/tests/functional/cli_root/zfs_property]
 146 tests = ['zfs_written_property_001_pos']
 147 
 148 [/opt/zfs-tests/tests/functional/cli_root/zfs_receive]
 149 tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
 150     'zfs_receive_005_neg', 'zfs_receive_006_pos',
 151     'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
 152     'zfs_receive_010_pos', 'zfs_receive_011_pos']
 153 
 154 [/opt/zfs-tests/tests/functional/cli_root/zfs_rename]
 155 tests = ['zfs_rename_001_pos', 'zfs_rename_002_pos', 'zfs_rename_003_pos',
 156     'zfs_rename_004_neg', 'zfs_rename_005_neg', 'zfs_rename_006_pos',
 157     'zfs_rename_007_pos', 'zfs_rename_008_pos', 'zfs_rename_009_neg',
 158     'zfs_rename_010_neg', 'zfs_rename_011_pos', 'zfs_rename_012_neg',
 159     'zfs_rename_013_pos']
 160 
 161 [/opt/zfs-tests/tests/functional/cli_root/zfs_reservation]
 162 tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
 163 
 164 [/opt/zfs-tests/tests/functional/cli_root/zfs_rollback]
 165 tests = ['zfs_rollback_001_pos', 'zfs_rollback_002_pos',
 166     'zfs_rollback_003_neg', 'zfs_rollback_004_neg']
 167 
 168 [/opt/zfs-tests/tests/functional/cli_root/zfs_send]
 169 tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
 170     'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos']
 171 
 172 [/opt/zfs-tests/tests/functional/cli_root/zfs_set]


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012, 2015 by Delphix. All rights reserved.
  14 # Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
  15 #
  16 
  17 [DEFAULT]
  18 pre = setup
  19 quiet = False
  20 pre_user = root
  21 user = root
  22 timeout = 600
  23 post_user = root
  24 post = cleanup
  25 outputdir = /var/tmp/test_results
  26 
  27 [/opt/zfs-tests/tests/functional/acl/cifs]
  28 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos']
  29 
  30 [/opt/zfs-tests/tests/functional/acl/nontrivial]
  31 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos',
  32     'zfs_acl_chmod_aclmode_001_pos', 'zfs_acl_chmod_compact_001_pos',
  33     'zfs_acl_chmod_delete_001_pos', 'zfs_acl_chmod_inherit_001_pos',
  34     'zfs_acl_chmod_inherit_002_neg', 'zfs_acl_chmod_inherit_002_pos',


 133 tests = ['zfs_inherit_001_neg', 'zfs_inherit_002_neg', 'zfs_inherit_003_pos']
 134 
 135 [/opt/zfs-tests/tests/functional/cli_root/zfs_mount]
 136 tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
 137     'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_006_pos',
 138     'zfs_mount_007_pos', 'zfs_mount_008_pos', 'zfs_mount_009_neg',
 139     'zfs_mount_010_neg', 'zfs_mount_011_neg', 'zfs_mount_all_001_pos']
 140 
 141 [/opt/zfs-tests/tests/functional/cli_root/zfs_promote]
 142 tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
 143     'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
 144     'zfs_promote_007_neg', 'zfs_promote_008_pos']
 145 
 146 [/opt/zfs-tests/tests/functional/cli_root/zfs_property]
 147 tests = ['zfs_written_property_001_pos']
 148 
 149 [/opt/zfs-tests/tests/functional/cli_root/zfs_receive]
 150 tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
 151     'zfs_receive_005_neg', 'zfs_receive_006_pos',
 152     'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
 153     'zfs_receive_010_pos', 'zfs_receive_011_pos', 'zfs_receive_012_pos']
 154 
 155 [/opt/zfs-tests/tests/functional/cli_root/zfs_rename]
 156 tests = ['zfs_rename_001_pos', 'zfs_rename_002_pos', 'zfs_rename_003_pos',
 157     'zfs_rename_004_neg', 'zfs_rename_005_neg', 'zfs_rename_006_pos',
 158     'zfs_rename_007_pos', 'zfs_rename_008_pos', 'zfs_rename_009_neg',
 159     'zfs_rename_010_neg', 'zfs_rename_011_pos', 'zfs_rename_012_neg',
 160     'zfs_rename_013_pos']
 161 
 162 [/opt/zfs-tests/tests/functional/cli_root/zfs_reservation]
 163 tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
 164 
 165 [/opt/zfs-tests/tests/functional/cli_root/zfs_rollback]
 166 tests = ['zfs_rollback_001_pos', 'zfs_rollback_002_pos',
 167     'zfs_rollback_003_neg', 'zfs_rollback_004_neg']
 168 
 169 [/opt/zfs-tests/tests/functional/cli_root/zfs_send]
 170 tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
 171     'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos']
 172 
 173 [/opt/zfs-tests/tests/functional/cli_root/zfs_set]