Blame SOURCES/libvirt-build-fix-missing-max_queued_clients-in-augeas-test-file-for-libvirtd.conf.patch

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