mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-24 10:08:00 +03:00

For encrypted receives, where user accounting is initially disabled on creation, both 'zfs userspace' and 'zfs groupspace' fails with EOPNOTSUPP: this is because dmu_objset_id_quota_upgrade_cb() forgets to set OBJSET_FLAG_USERACCOUNTING_COMPLETE on the objset flags after a successful dmu_objset_space_upgrade(). Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Co-authored-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #9501 Closes #9596
29 lines
692 B
Makefile
29 lines
692 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/userquota
|
|
dist_pkgdata_SCRIPTS = \
|
|
setup.ksh \
|
|
cleanup.ksh \
|
|
groupspace_001_pos.ksh \
|
|
groupspace_002_pos.ksh \
|
|
groupspace_003_pos.ksh \
|
|
userquota_001_pos.ksh \
|
|
userquota_002_pos.ksh \
|
|
userquota_003_pos.ksh \
|
|
userquota_004_pos.ksh \
|
|
userquota_005_neg.ksh \
|
|
userquota_006_pos.ksh \
|
|
userquota_007_pos.ksh \
|
|
userquota_008_pos.ksh \
|
|
userquota_009_pos.ksh \
|
|
userquota_010_pos.ksh \
|
|
userquota_011_pos.ksh \
|
|
userquota_012_neg.ksh \
|
|
userquota_013_pos.ksh \
|
|
userspace_001_pos.ksh \
|
|
userspace_002_pos.ksh \
|
|
userspace_003_pos.ksh \
|
|
userspace_encrypted.ksh
|
|
|
|
dist_pkgdata_DATA = \
|
|
userquota.cfg \
|
|
userquota_common.kshlib
|