From 737c22fc278f1329a7fe1732cdd5b0a21495006d Mon Sep 17 00:00:00 2001 Message-Id: <737c22fc278f1329a7fe1732cdd5b0a21495006d.1377873639.git.jdenemar@redhat.com> From: Laine Stump Date: Wed, 14 Aug 2013 10:42:00 -0600 Subject: [PATCH] build: fix missing max_queued_clients in augeas test file for libvirtd.conf https://bugzilla.redhat.com/show_bug.cgi?id=981729 Broken in commit 1199edb1d4e3ebbc691bd32d3519a3b662225420 (cherry picked from commit 1ecbff4073bc9299cee587b2db479c54cc75d096) --- daemon/test_libvirtd.aug.in | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/test_libvirtd.aug.in b/daemon/test_libvirtd.aug.in index 4e3b878..a7e8515 100644 --- a/daemon/test_libvirtd.aug.in +++ b/daemon/test_libvirtd.aug.in @@ -35,6 +35,7 @@ module Test_libvirtd = { "2" = "fred@EXAMPLE.COM" } } { "max_clients" = "20" } + { "max_queued_clients" = "1000" } { "min_workers" = "5" } { "max_workers" = "20" } { "prio_workers" = "5" } -- 1.8.3.2