diff options
author | Tom Caputi <tcaputi@datto.com> | 2019-09-12 09:24:01 -0600 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-09-12 09:24:01 -0600 |
commit | 8bf394f116a79c011b8f9f3bd199e09b363742ef (patch) | |
tree | d4af1239b5f2ebb6537d08eea4e75d05d97d4ef2 /usr/src/pkg/manifests/system-test-zfstest.mf | |
parent | 0237b6992139d8334d00225b8f228740703fbbdd (diff) | |
download | illumos-joyent-8bf394f116a79c011b8f9f3bd199e09b363742ef.tar.gz |
11650 ZFS user accounting fixes
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Portions contributed by: loli10K <ezomori.nozomu@gmail.com>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Alek Pinchuk <apinchuk@datto.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Kody Kantor <kody.kantor@joyent.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.mf b/usr/src/pkg/manifests/system-test-zfstest.mf index 3995d51adf..c05056e8b8 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -3048,6 +3048,8 @@ file path=opt/zfs-tests/tests/functional/upgrade/upgrade_common.kshlib \ mode=0444 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_projectquota_001_pos \ mode=0555 +file path=opt/zfs-tests/tests/functional/upgrade/upgrade_readonly_pool \ + mode=0555 file path=opt/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos \ mode=0555 file path=opt/zfs-tests/tests/functional/userquota/cleanup mode=0555 |