mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
OpenZFS 7104 - increase indirect block size
Authored by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Ported-by: George Melikov <mail@gmelikov.ru> OpenZFS-issue: https://www.illumos.org/issues/7104 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/4b5c8e9 Closes #5679
This commit is contained in:
committed by
Brian Behlendorf
parent
df7eeccc75
commit
d7958b4cda
@@ -160,6 +160,12 @@ export BIGVOLSIZE=1eb
|
||||
# Default to limit disks to be checked
|
||||
export MAX_FINDDISKSNUM=6
|
||||
|
||||
# Default minimum size for file based vdevs in the test suite
|
||||
export MINVDEVSIZE=$((256 * 1024 * 1024))
|
||||
|
||||
# Minimum vdev size possible as defined in the OS
|
||||
export SPA_MINDEVSIZE=$((64 * 1024 * 1024))
|
||||
|
||||
# For iscsi target support
|
||||
export ISCSITGTFILE=/tmp/iscsitgt_file
|
||||
export ISCSITGT_FMRI=svc:/system/iscsitgt:default
|
||||
|
||||
Reference in New Issue
Block a user