diff options
| author | jwpoduska <jpoduska@datto.com> | 2020-04-24 12:36:43 -0500 |
|---|---|---|
| committer | Jason King <jason.king@joyent.com> | 2020-05-12 15:42:50 -0500 |
| commit | 0c06d385ea5bbe11d20ecea2e02cdc78733d5359 (patch) | |
| tree | 65a89a62f96b8226ef13a3ac6cac87ecf97b1fc9 /usr/src/pkg/manifests | |
| parent | 8291b3b94350ddd6df6ecd55435b59079f7a3dd2 (diff) | |
| download | illumos-joyent-0c06d385ea5bbe11d20ecea2e02cdc78733d5359.tar.gz | |
12636 Prevent unnecessary resilver restarts
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: John Gallagher <john.gallagher@delphix.com>
Reviewed by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Portions contributed by: Alexander Motin <mav@FreeBSD.org>
Portions contributed by: Jason King <jason.king@joyent.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/pkg/manifests')
| -rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.mf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-zfstest.mf b/usr/src/pkg/manifests/system-test-zfstest.mf index 09d431d538..233da7a9ad 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.mf +++ b/usr/src/pkg/manifests/system-test-zfstest.mf @@ -150,6 +150,7 @@ dir path=opt/zfs-tests/tests/functional/removal dir path=opt/zfs-tests/tests/functional/rename_dirs dir path=opt/zfs-tests/tests/functional/replacement dir path=opt/zfs-tests/tests/functional/reservation +dir path=opt/zfs-tests/tests/functional/resilver dir path=opt/zfs-tests/tests/functional/rootpool dir path=opt/zfs-tests/tests/functional/rsend dir path=opt/zfs-tests/tests/functional/scrub_mirror @@ -2928,6 +2929,12 @@ file path=opt/zfs-tests/tests/functional/reservation/reservation_021_neg \ file path=opt/zfs-tests/tests/functional/reservation/reservation_022_pos \ mode=0555 file path=opt/zfs-tests/tests/functional/reservation/setup mode=0555 +file path=opt/zfs-tests/tests/functional/resilver/cleanup mode=0555 +file path=opt/zfs-tests/tests/functional/resilver/resilver.cfg mode=0444 +file path=opt/zfs-tests/tests/functional/resilver/resilver_restart_001 \ + mode=0555 +file path=opt/zfs-tests/tests/functional/resilver/setup mode=0555 +file path=opt/zfs-tests/tests/functional/resilver/sysevent mode=0555 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=0555 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=0555 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=0555 |
