Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: vzctl-3.0.22.ebuild ChangeLog
Date: Sat, 12 Jan 2008 07:28:43
Message-Id: E1JDanI-0004Ij-CR@stork.gentoo.org
1 pva 08/01/12 07:28:40
2
3 Modified: vzctl-3.0.22.ebuild ChangeLog
4 Log:
5 Added compatibility note, announced by OpenVZ team.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 sys-cluster/vzctl/vzctl-3.0.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild?r1=1.1&r2=1.2
14
15 Index: vzctl-3.0.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vzctl-3.0.22.ebuild 24 Dec 2007 10:29:12 -0000 1.1
22 +++ vzctl-3.0.22.ebuild 12 Jan 2008 07:28:39 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v 1.1 2007/12/24 10:29:12 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v 1.2 2008/01/12 07:28:39 pva Exp $
29
30 inherit bash-completion eutils
31
32 @@ -46,8 +46,8 @@
33
34 pkg_postinst() {
35 bash-completion_pkg_postinst
36 + ewarn
37 if has_version "<3.0.10"; then
38 - ewarn
39 ewarn "The location of some vzctl files have changed. Most notably,"
40 ewarn "VE configuration files and samples directory has changed from"
41 ewarn "/etc/vz to /etc/vz/conf. In order to be able to work with"
42 @@ -56,4 +56,15 @@
43 ewarn "bash# mv /etc/vz/[0-9]*.conf /etc/vz/conf/"
44 ewarn
45 fi
46 + ewarn "NOTE: Starting with vzctl-3.0.22 the mechanism for choosing the"
47 + ewarn "interfaces to send ARP requests to has been improved (see description"
48 + ewarn "of NEIGHBOUR_DEVS in vz.conf(5) man page). In case VE IP addresses"
49 + ewarn "are not on the same subnet as HN IPs, it may lead to such VEs being"
50 + ewarn "unreachable from the outside world."
51 + ewarn
52 + ewarn "The solution is to set up a device route(s) for the network your VEs are"
53 + ewarn "in. For more details, see http://bugzilla.openvz.org/show_bug.cgi?id=771#c1"
54 + ewarn
55 + ewarn "The old vzctl behavior can be restored by setting NEIGHBOUR_DEVS to any"
56 + ewarn 'value other than "detect" in /etc/vz/vz.conf.'
57 }
58
59
60
61 1.52 sys-cluster/vzctl/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.52&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.52&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.51&r2=1.52
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
70 retrieving revision 1.51
71 retrieving revision 1.52
72 diff -u -r1.51 -r1.52
73 --- ChangeLog 24 Dec 2007 10:29:12 -0000 1.51
74 +++ ChangeLog 12 Jan 2008 07:28:39 -0000 1.52
75 @@ -1,6 +1,9 @@
76 # ChangeLog for sys-cluster/vzctl
77 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.51 2007/12/24 10:29:12 pva Exp $
79 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.52 2008/01/12 07:28:39 pva Exp $
81 +
82 + 12 Jan 2008; <pva@g.o> vzctl-3.0.22.ebuild:
83 + Added compatibility note, announced by OpenVZ team.
84
85 *vzctl-3.0.22 (24 Dec 2007)
86
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list