[libvirt] [PATCH] build: fix missing max_queued_clients in augeas test file for libvirtd.conf

Laine Stump laine at laine.org
Mon Aug 5 19:11:44 UTC 2013


Broken in commit 1199edb1d4e3ebbc691bd32d3519a3b662225420
---

Pushed under build-breaker rule.

 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 at EXAMPLE.COM" }
         }
         { "max_clients" = "20" }
+        { "max_queued_clients" = "1000" }
         { "min_workers" = "5" }
         { "max_workers" = "20" }
         { "prio_workers" = "5" }
-- 
1.7.11.7




More information about the libvir-list mailing list