freebsd-skq/sys/cddl
mm 94656ca305 ZFS tries to allocate blocks evenly across all devices. This means when
devices are imbalanced zfs will lots of CPU searching for space on devices
which tend to be pretty full. It should instead fail quickly on the full
devices and move onto devices which have more availability.

New loader tunable: vfs.zfs.mg_alloc_failures (min = 8)

Illumos-gate changeset:	13379:4df42cc92254

Obtained from:	Illumos (Bug #1051)
MFC after:	2 weeks
2011-07-18 08:29:49 +00:00
..
boot/zfs
compat/opensolaris
contrib/opensolaris ZFS tries to allocate blocks evenly across all devices. This means when 2011-07-18 08:29:49 +00:00
dev With retirement of cpumask_t and usage of cpuset_t for representing a 2011-07-04 12:04:52 +00:00