Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix/files: patches-1.39.0-20140621.patch
Date: Sat, 23 Aug 2014 21:53:56
Message-Id: 20140823215353.DE3773C2D@oystercatcher.gentoo.org
1 ulm 14/08/23 21:53:53
2
3 Modified: patches-1.39.0-20140621.patch
4 Log:
5 QA: Fix bad characters in patch file, bug 519916.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch?r1=1.1&r2=1.2
15
16 Index: patches-1.39.0-20140621.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- patches-1.39.0-20140621.patch 22 Jun 2014 02:06:59 -0000 1.1
23 +++ patches-1.39.0-20140621.patch 23 Aug 2014 21:53:53 -0000 1.2
24 @@ -71,7 +71,7 @@
25
26 Fix nova-agent not starting on some systems
27
28 - data/host existing could cause a fault on xs_handle.mkdir(self.request_path) if request_path (data/host) already existed. Wrap it in a try/except clause to ignore the fault as if the directory already exists, there's no reason to throw an exception while trying to create it.
29 + data/host existing could cause a fault on xs_handle.mkdir(self.request_path) if request_path (data/host) already existed. Wrap it in a try/except clause to ignore the fault as if the directory already exists, there's no reason to throw an exception while trying to create it.
30
31 Workaround without this patch is to xenstore-rm data/host from affected VMs, or to do it from dom0 with the full path.