diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-12 07:28:39 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-12 07:28:39 +0000 |
commit | 3e487ca5f9a3b0fdb82ab5d34cf3bd8d6a526ebc (patch) | |
tree | 3d9cbc2c8a1d7eb65ac336a9a3d32f8bf63dd2fb /sys-cluster | |
parent | Fixed dependencies for bug #199886. (diff) | |
download | gentoo-2-3e487ca5f9a3b0fdb82ab5d34cf3bd8d6a526ebc.tar.gz gentoo-2-3e487ca5f9a3b0fdb82ab5d34cf3bd8d6a526ebc.tar.bz2 gentoo-2-3e487ca5f9a3b0fdb82ab5d34cf3bd8d6a526ebc.zip |
Added compatibility note, announced by OpenVZ team.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/vzctl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.0.22.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog index 7f93a856ee22..abda95b2e9a3 100644 --- a/sys-cluster/vzctl/ChangeLog +++ b/sys-cluster/vzctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/vzctl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.51 2007/12/24 10:29:12 pva Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.52 2008/01/12 07:28:39 pva Exp $ + + 12 Jan 2008; <pva@gentoo.org> vzctl-3.0.22.ebuild: + Added compatibility note, announced by OpenVZ team. *vzctl-3.0.22 (24 Dec 2007) diff --git a/sys-cluster/vzctl/vzctl-3.0.22.ebuild b/sys-cluster/vzctl/vzctl-3.0.22.ebuild index ec1f7713ecd0..27d7965819d9 100644 --- a/sys-cluster/vzctl/vzctl-3.0.22.ebuild +++ b/sys-cluster/vzctl/vzctl-3.0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v 1.1 2007/12/24 10:29:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v 1.2 2008/01/12 07:28:39 pva Exp $ inherit bash-completion eutils @@ -46,8 +46,8 @@ src_install() { pkg_postinst() { bash-completion_pkg_postinst + ewarn if has_version "<3.0.10"; then - ewarn ewarn "The location of some vzctl files have changed. Most notably," ewarn "VE configuration files and samples directory has changed from" ewarn "/etc/vz to /etc/vz/conf. In order to be able to work with" @@ -56,4 +56,15 @@ pkg_postinst() { ewarn "bash# mv /etc/vz/[0-9]*.conf /etc/vz/conf/" ewarn fi + ewarn "NOTE: Starting with vzctl-3.0.22 the mechanism for choosing the" + ewarn "interfaces to send ARP requests to has been improved (see description" + ewarn "of NEIGHBOUR_DEVS in vz.conf(5) man page). In case VE IP addresses" + ewarn "are not on the same subnet as HN IPs, it may lead to such VEs being" + ewarn "unreachable from the outside world." + ewarn + ewarn "The solution is to set up a device route(s) for the network your VEs are" + ewarn "in. For more details, see http://bugzilla.openvz.org/show_bug.cgi?id=771#c1" + ewarn + ewarn "The old vzctl behavior can be restored by setting NEIGHBOUR_DEVS to any" + ewarn 'value other than "detect" in /etc/vz/vz.conf.' } |