[Pkg-libvirt-commits] [libguestfs] 32/156: appliance: Increase udev timeout to 6000s (RHBZ#1096579).

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 188cb17770d9589f56d0f3017e780fa615324ddb
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 27 11:48:44 2014 +0100

    appliance: Increase udev timeout to 6000s (RHBZ#1096579).
    
    If the image is located on NFS, and the NFS mount is performing a
    large copy, then all other NFS operations stop.  This delay can be
    large enough that we hit the current 10 minute timeout in udev.
    
    Increasing this to 100 minutes is reported to cure the problem (in
    reality we want udev to wait indefinitely).
    
    (cherry picked from commit ef49b297cc56668da01efa637fb80007a76d23dd)
---
 src/launch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/launch.c b/src/launch.c
index e172860..14c28d1 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -366,7 +366,7 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
      " noapic"                  /* workaround for RHBZ#857026 */
 #endif
      " " SERIAL_CONSOLE /* serial console */
-     " udevtimeout=600" /* good for very slow systems (RHBZ#480319) */
+     " udevtimeout=6000"/* for slow systems (RHBZ#480319, RHBZ#1096579) */
      " no_timer_check"  /* fix for RHBZ#502058 */
      "%s"               /* lpj */
      " acpi=off"        /* we don't need ACPI, turn it off */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list