Displaying 2 results from an estimated 2 matches for "bb250383a4f5".
2012 Jul 09
3
Bug#588477: [PATCH] hotplug: network-bridge: fix for interfaces with no gateway
...interfaces with no gateway
This comes from an old Debian bug report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588477 which refers to
http://lists.xen.org/archives/html/xen-users/2010-06/msg00420.html.
Although we no longer have a trap in _claim_lock as described (this was removed
in 25590:bb250383a4f5 "hotplug/Linux: use flock based locking") and the use of
network-* scripts is discouraged (in favour of using distro provided
mechanisms) the general principal that relying on the semantics of /bin/sh's &&
is unwise seems sound.
Signed-off-by: Ian Campbell <ian.campbel at...
2012 Jul 04
0
[xen-unstable test] 13460: regressions - FAIL
...n configuration on the command line.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- ported to xen-unstable from 4.1 ]
Committed-by: Ian Campbell <ian.campbell@citrix.com>
changeset: 25590:bb250383a4f5
user: Zhigang Wang <zhigang.x.wang@oracle.com>
date: Wed Jul 04 15:46:14 2012 +0100
hotplug/Linux: use flock based locking
In the normal case of a single domain booting with one disk, the disk hotplug
script will fire once. In this case taking out the lock...