mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
OpenZFS 9280 - Assertion failure while running removal_with_ganging test with 4K devices
Authored by: Matt Ahrens <Matt.Ahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Approved by: Garrett D'Amore <garrett@damore.org> Ported-by: Brian Behlendorf <behlendorf1@llnl.gov> OpenZFS-issue: https://www.illumos.org/issues/9280 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/243952c Closes #7445
This commit is contained in:
committed by
Brian Behlendorf
parent
d68ac65eb6
commit
d830d4795a
@@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Copyright (c) 2014, 2016 by Delphix. All rights reserved.
|
||||
# Copyright (c) 2014, 2017 by Delphix. All rights reserved.
|
||||
#
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
@@ -23,12 +23,12 @@
|
||||
|
||||
function cleanup
|
||||
{
|
||||
log_must set_tunable64 metaslab_gang_bang $((2**17 + 1))
|
||||
log_must set_tunable64 metaslab_force_ganging $((2**17 + 1))
|
||||
default_cleanup_noexit
|
||||
}
|
||||
|
||||
default_setup_noexit "$DISKS"
|
||||
log_must set_tunable64 metaslab_gang_bang $((2**12))
|
||||
log_must set_tunable64 metaslab_force_ganging $((2**14))
|
||||
log_onexit cleanup
|
||||
|
||||
FILE_CONTENTS="Leeloo Dallas mul-ti-pass."
|
||||
|
||||
Reference in New Issue
Block a user