diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-05-19 12:06:46 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-05-19 12:06:46 +0000 |
| commit | d0151f97529dd89fa4e77bb6f9061d41248f7004 (patch) | |
| tree | 8470d86819d1eaa2a8a407b08d66151be6625c13 /usr/src/pkg | |
| parent | 66f992fb40fa29149392c5c81e1ae091ddf84dbd (diff) | |
| parent | 770499e185d15678ccb0be57ebc626ad18d93383 (diff) | |
| download | illumos-joyent-d0151f97529dd89fa4e77bb6f9061d41248f7004.tar.gz | |
[illumos-gate merge]
commit 770499e185d15678ccb0be57ebc626ad18d93383
8021 ARC buf data scatter-ization
8100 8021 seems to cause random BAD TRAP: type=d (#gp General protection)
Conflicts:
usr/src/uts/common/fs/zfs/arc.c
Diffstat (limited to 'usr/src/pkg')
| -rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.mf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.mf b/usr/src/pkg/manifests/system-test-zfstest.mf index 114e9108df..7d2637a592 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -143,6 +143,7 @@ dir path=opt/zfs-tests/tests/functional/xattr dir path=opt/zfs-tests/tests/functional/zvol dir path=opt/zfs-tests/tests/functional/zvol/zvol_ENOSPC dir path=opt/zfs-tests/tests/functional/zvol/zvol_cli +dir path=opt/zfs-tests/tests/functional/zvol/zvol_dump dir path=opt/zfs-tests/tests/functional/zvol/zvol_misc dir path=opt/zfs-tests/tests/functional/zvol/zvol_swap dir path=opt/zfs-tests/tests/perf @@ -158,6 +159,7 @@ file path=opt/zfs-tests/bin/file_trunc mode=0555 file path=opt/zfs-tests/bin/file_write mode=0555 file path=opt/zfs-tests/bin/getholes mode=0555 file path=opt/zfs-tests/bin/largest_file mode=0555 +file path=opt/zfs-tests/bin/memory_balloon mode=0555 file path=opt/zfs-tests/bin/mkbusy mode=0555 file path=opt/zfs-tests/bin/mkfiles mode=0555 file path=opt/zfs-tests/bin/mkholes mode=0555 @@ -2261,6 +2263,8 @@ file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/zvol_cli_002_pos \ file path=opt/zfs-tests/tests/functional/zvol/zvol_cli/zvol_cli_003_neg \ mode=0555 file path=opt/zfs-tests/tests/functional/zvol/zvol_common.shlib mode=0444 +file path=opt/zfs-tests/tests/functional/zvol/zvol_dump/zvol_dump_raidz \ + mode=0555 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/cleanup mode=0555 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/setup mode=0555 file path=opt/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_001_neg \ @@ -2302,14 +2306,18 @@ file path=opt/zfs-tests/tests/perf/regression/random_reads mode=0555 file path=opt/zfs-tests/tests/perf/regression/random_readwrite mode=0555 file path=opt/zfs-tests/tests/perf/regression/random_writes mode=0555 file path=opt/zfs-tests/tests/perf/regression/sequential_reads mode=0555 -file path=opt/zfs-tests/tests/perf/regression/sequential_reads_cached \ +file path=opt/zfs-tests/tests/perf/regression/sequential_reads_arc_cached \ + mode=0555 +file \ + path=opt/zfs-tests/tests/perf/regression/sequential_reads_arc_cached_clone \ mode=0555 -file path=opt/zfs-tests/tests/perf/regression/sequential_reads_cached_clone \ +file path=opt/zfs-tests/tests/perf/regression/sequential_reads_dbuf_cached \ mode=0555 file path=opt/zfs-tests/tests/perf/regression/sequential_writes mode=0555 file path=opt/zfs-tests/tests/perf/regression/setup mode=0555 file path=opt/zfs-tests/tests/perf/scripts/io.d mode=0444 file path=opt/zfs-tests/tests/perf/scripts/prefetch_io.d mode=0444 +file path=opt/zfs-tests/tests/perf/scripts/profile.d mode=0444 license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL depend fmri=system/file-system/zfs/tests type=require |
