Changes

Jump to: navigation, search

Vzctl for upstream kernel

155 bytes added, 13:02, 15 August 2012
more subsections
* vzubc
== Building and using ==
Upstream support is not enabled by default. To build it into vzctl, one needs to specify the <code>--with-cgroup</code> switch to <code>configure</code>:=== Dependencies ===
$ ./configure --with-cgroup --without-ploop plus, of course, any other relevant options. Minimum versions for depencies isThe following software needs to be installed on your system:
* iproute2 >= 3.0.0 (runtime only)
* libcg >= 0.38
 
=== Compile ===
 
Upstream support is not enabled by default. To build it into vzctl, one needs to specify the <code>--with-cgroup</code> switch to <code>configure</code>. Also, it makes sense to add --without-ploop (unless you want ploop compiled it) because otherwise you will need ploop lib headers.
 
$ ./configure --with-cgroup --without-ploop
 
== Using ==
For supported features, usage is expected to be the same as standard vzctl tool.
=== Networking ===
Networking is available through the switches --netdev_add, --netif_add, and their respective deletion counterparts.
IP mode networking (--ipadd / --ipdel) is currently not supported.

Navigation menu