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

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:24:52 UTC 2014


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit ef49b297cc56668da01efa637fb80007a76d23dd
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).
---
 src/launch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/launch.c b/src/launch.c
index 5cfaa17..353c1db 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -342,7 +342,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