Released vzctl 3.0.25

	CHANGES
    (since vzctl-3.0.24.2)

* Removed cron scripts to handle cleanup and reboot (#1423)
* Introduced vzeventd to handle cleanup and reboot (#1519)
* vzctl start/runscript: add ability to set per-CT osrelease
  (/etc/vz/osrelease.conf) -- support for Fedora 14 etc. (#1709)
* vzctl set --pci_{add,del}: add the ability to move PCI devices to CT
* Removed FAKEGATEWAY routing for all distros (except for very old ones) (#1659)

* vzctl --help: improve/reformat, add quota* commands
* vzctl set: remove obsoleted --veth_{add,del} options
* vzctl set --applyconfig: fix for DISK_QUOTA
* vzctl set: implement --diskquota on|off
* vzctl set --devnodes: always try to recreate device in CT
* vzctl set --features: fix enabling sysfs by default
* vzctl set --features bridge: enable CAP_NET_ADMIN automatically
* vzctl start: do not fail to start CT if ioprio is unsupported
* vzctl start: hint to check kernel log if CT start fails
* vzctl delete: take care of premount/postumount scripts
* vzctl quota*: report an error if disk quota is disabled
* bash_completion: various fixes and improvements
* vzlist: introduce uptime
* vzmigrate: add ability to increase verbosity (-vv...)
* etc/init.d/vz*: do not run stop inside a container (#1655)
* etc/dists/scripts/*set_ugid_quota.sh: fix mtab perms
* etc/ve-basic.conf-sample: increase LOCKEDPAGES
  (Fedora 14 and Ubuntu 10.10 wanted more)
* scripts/vps-create: use -Sp options for tar
* scripts/vps-create: fix VE_PRVT permissions
* man/vzctl.8: describe action scripts (#1273)
* man/vzctl.8: document 'suspended' status
* man/vzctl.8: describe quotaon/quotaoff/quotainit commands
* man/vzctl.8: add/describe 'vzquota on failed' exit code (60)
* man/*: describe/fix DISK_QUOTA/--diskquota
* Do not allow INT_MAX CT ID (since kernel doesn't like it)
* Fixed vzctl udev rule to conform to recent udev (#1642)
* Scripts: do not use full path to ip utility (#1643)
* Code cleanups, refactoring, other minor fixes

	COMPATIBILITY

* All the cron trickery (used for CT reboot and network cleanup) is
  removed from this release. If you have something non-standard in
  /etc/vz/cron/ directory, this is no longer managed by the vz initscript.

* This release contains a small daemon called vzeventd, which takes care
  about CT reboot and network cleanup. Details can be found in vzeventd(8)
  man page. Note that the kernel should support vzevent feature.

* vzctl set --pci_{add,del} feature needs support from the kernel. Currently
  this is only available in RHEL6 kernels starting from 042test003.

	THANKS

OpenVZ project would like to thank the following people who contributed
patches and/or provided bug reports for this vzctl release (in no particular
order):

* Solar Designer
* Benjamin Henrion
* Apollon Oikonomopoulos
* Peter Volkov
* Ola Lundqvist
* Mehdi Dogguy
* Thorsten Schifferdecker
* Dietmar Maurer
* Roman Veretelnikov
* Alexander Prinsier

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
2 files changed