summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2013-12-18 18:04:05 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2013-12-18 18:04:05 +0000
commite700fff6f4bc3c952a1e56206aa4c05b4af6cf36 (patch)
treea3cd118c718e3ee26a3b33ba32fdf382ee59396d
parentea300cd9de7dcc49981e63f8a3f6a607ceb1689e (diff)
downloadillumos-joyent-e700fff6f4bc3c952a1e56206aa4c05b4af6cf36.tar.gz
OS-2659 West1 Provisioning failures on 3MPY9R1: zoneadm install taking a long time, >5min
-rw-r--r--usr/src/uts/common/fs/zfs/vdev_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/zfs/vdev_queue.c b/usr/src/uts/common/fs/zfs/vdev_queue.c
index 326407feb9..da50548bcb 100644
--- a/usr/src/uts/common/fs/zfs/vdev_queue.c
+++ b/usr/src/uts/common/fs/zfs/vdev_queue.c
@@ -143,7 +143,7 @@ uint32_t zfs_vdev_sync_write_min_active = 10;
uint32_t zfs_vdev_sync_write_max_active = 10;
uint32_t zfs_vdev_async_read_min_active = 1;
uint32_t zfs_vdev_async_read_max_active = 3;
-uint32_t zfs_vdev_async_write_min_active = 1;
+uint32_t zfs_vdev_async_write_min_active = 3;
uint32_t zfs_vdev_async_write_max_active = 10;
uint32_t zfs_vdev_scrub_min_active = 1;
uint32_t zfs_vdev_scrub_max_active = 2;