Editing Vzctl for upstream kernel
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | |||
− | |||
'''This article describes using OpenVZ tool vzctl as an alternative to LXC tools.''' | '''This article describes using OpenVZ tool vzctl as an alternative to LXC tools.''' | ||
Recent vzctl releases (starting from version 4.0) can be used with upstream (non-OpenVZ) Linux kernels (that essentially means any recent 3.x kernel). At the moment, it provides just basic functionality. | Recent vzctl releases (starting from version 4.0) can be used with upstream (non-OpenVZ) Linux kernels (that essentially means any recent 3.x kernel). At the moment, it provides just basic functionality. | ||
− | It is currently possible to create | + | It is currently possible to create and start a container with the same steps as one would use for a normal OpenVZ container. Other features may be present with limited functionality, while some are not present at all. We appreciate all bug reports, please file to [http://bugzilla.openvz.org/enter_bug.cgi?component=vzctl bugzilla]. |
Running vzctl on upstream kernels is considered an experimental feature. See [[#Limitations]] below. | Running vzctl on upstream kernels is considered an experimental feature. See [[#Limitations]] below. | ||
Line 110: | Line 108: | ||
If you are living on the bleeding edge, get vzctl sources from git. Then run autogen.sh to recreate auto* files: | If you are living on the bleeding edge, get vzctl sources from git. Then run autogen.sh to recreate auto* files: | ||
− | git clone <nowiki> | + | git clone <nowiki>git://git.openvz.org/pub/vzctl</nowiki> |
cd vzctl | cd vzctl | ||
./autogen.sh | ./autogen.sh | ||
Line 133: | Line 131: | ||
# make install | # make install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |