Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
202939f6
Commit
202939f6
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
New patch Reduce-udevadm-settle-timeout-to-10-seconds.patch
Reduce udevadm settle timeout to 10 seconds Closes: #663931
parent
1efc3040
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/Reduce-udevadm-settle-timeout-to-10-seconds.patch
+24
-0
24 additions, 0 deletions
...patches/Reduce-udevadm-settle-timeout-to-10-seconds.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
25 additions
and
0 deletions
debian/patches/Reduce-udevadm-settle-timeout-to-10-seconds.patch
0 → 100644
+
24
−
0
View file @
202939f6
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Mon, 4 Jun 2012 16:18:52 +0200
Subject: Reduce udevadm settle timeout to 10 seconds
This isn't a proper fix but it will make virt-manager at least start.
Closes: #663931
---
src/util/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/util.c b/src/util/util.c
index 48358b2..c026bc8 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -2593,7 +2593,7 @@
virFileFindMountPoint(const char *type ATTRIBUTE_UNUSED)
void virFileWaitForDevices(void)
{
# ifdef UDEVADM
- const char *const settleprog[] = { UDEVADM, "settle", NULL };
+ const char *const settleprog[] = { UDEVADM, "settle", "--timeout=10", NULL };
# else
const char *const settleprog[] = { UDEVSETTLE, NULL };
# endif
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
202939f6
...
...
@@ -10,3 +10,4 @@ Disable-gnulib-s-test-nonplocking-pipe.sh.patch
Disable-failing-virnetsockettest.patch
Don-t-fail-if-we-can-t-setup-avahi.patch
Only-check-for-cluster-fs-if-we-re-using-a-filesyste.patch
Reduce-udevadm-settle-timeout-to-10-seconds.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment