From OpenVZ Linux Containers Wiki
vzctl is a tool to control OpenVZ containers.
[edit] Changes
Since 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 kernel version (/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)
[ See full changelog here… ]
For the complete list of changes in this release, see git changelog for vzctl-3.0.25.
[edit] 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 of 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.
[edit] Thanks
OpenVZ project would like to thank the following people who contributed patches and/or provided bugreports 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
[edit] Download
[edit] x86 (i686, IA32)
[edit] ppc64 (Power)
[edit] x86_64 (AMD64, EM64T)
[edit] Binaries
[edit] x86 (i686, IA32)
[edit] ppc64 (Power)
[edit] x86_64 (AMD64, EM64T)
SPARC support for RPM-based distributions is available in source form only. Please download the sources and compile manually.
[edit] Sources
[edit] Archives
For other vzctl releases, see download/vzctl/Archives.
For other tools, see download/utils.