Download/vzctl/3.0.25
< Download | vzctlRevision as of 14:15, 20 December 2010 by Botinki Kira (talk | contribs) (Automated import of articles)
vzctl is a tool to control OpenVZ containers.
Warning: this is an old version of vzctl. For the latest version, see Download/vzctl/4.11.1. |
Contents
ChangesEdit
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)
For the complete list of changes in this release, see git changelog for vzctl-3.0.25.
CompatibilityEdit
- 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 invzeventd(8)
man page. Note that the kernel should supportvzevent
feature.
vzctl set --pci_
{add
,del
} feature needs support from the kernel. Currently this is only available in RHEL6 kernels starting from 042test003.
ThanksEdit
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
DownloadEdit
RPMSEdit
x86 (i686, IA32)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.i386.rpm | 2010-12-20 13:54:48 | 156 Kb |
vzctl-lib-3.0.25-1.i386.rpm | 2010-12-20 13:54:48 | 181 Kb |
ppc64 (Power)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.ppc64.rpm | 2010-12-20 13:54:48 | 155 Kb |
vzctl-lib-3.0.25-1.ppc64.rpm | 2010-12-20 13:54:48 | 92 Kb |
x86_64 (AMD64, EM64T)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.x86_64.rpm | 2010-12-20 13:54:48 | 161 Kb |
vzctl-lib-3.0.25-1.x86_64.rpm | 2010-12-20 13:54:48 | 204 Kb |
BinariesEdit
x86 (i686, IA32)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.i386.tar.gz | 2010-12-20 13:54:45 | 140 Kb |
vzctl-3.0.25-1.i386.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
vzctl-lib-3.0.25-1.i386.tar.gz | 2010-12-20 13:54:45 | 180 Kb |
vzctl-lib-3.0.25-1.i386.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
ppc64 (Power)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.ppc64.tar.gz | 2010-12-20 13:54:45 | 140 Kb |
vzctl-3.0.25-1.ppc64.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
vzctl-lib-3.0.25-1.ppc64.tar.gz | 2010-12-20 13:54:45 | 90 Kb |
vzctl-lib-3.0.25-1.ppc64.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
x86_64 (AMD64, EM64T)Edit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.x86_64.tar.gz | 2010-12-20 13:54:45 | 150 Kb |
vzctl-3.0.25-1.x86_64.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
vzctl-lib-3.0.25-1.x86_64.tar.gz | 2010-12-20 13:54:45 | 210 Kb |
vzctl-lib-3.0.25-1.x86_64.tar.gz.asc | 2010-12-20 13:54:48 | 189 b |
SPARCEdit
SPARC support for RPM-based distributions is available in source form only. Please download the sources and compile manually.
SourcesEdit
File | Date | Size |
---|---|---|
vzctl-3.0.25-1.src.rpm | 2010-12-20 13:54:48 | 398 Kb |
vzctl-3.0.25.tar.bz2 | 2010-12-20 13:54:45 | 394 Kb |
vzctl-3.0.25.tar.bz2.asc | 2010-12-20 13:54:48 | 189 b |
vzctl.spec | 2010-12-20 13:54:45 | 7 Kb |
ArchivesEdit
For other vzctl releases, see download/vzctl/Archives.
For other tools, see download/utils.