OpenVZ-legacy
  1. OpenVZ-legacy

vzctl.ovzl

Public
AuthorCommitMessageCommit dateIssues
Dmitry MishinDmitry Mishin
eceb8defef5Released vzctl-3.0.13-1
Kir KolyshkinKir Kolyshkin
a442bb80bbeRemoved file.listApparently it is no longer needed (was used to create tarball).
Kir KolyshkinKir Kolyshkin
d3bc1c01bd8Fixed gentoo initscript dependencies.I had problems using OpenVZ on my Gentoo notebook. Each time I (or ifplugd) stop or restart networking, OpenVZ stops. I think it is not what we want. The problem is initscript contains "need net". In fact OpenVZ should work fine without networking. While looking at the bug, I found another one -- OpenVZ modules should be loaded after iptables, not before! Perhaps this bug was invisible since ...
Pavel EmelianovIgor SukhihPavel Emelianov
f782b750615Fixed features storingWhen storing features from cmdline need to preserve ones in config that were not altered.
Pavel EmelianovIgor SukhihPavel Emelianov
920d7173543Added --features <name:on|off> command line optionAllows enable/disable VE features (sysfs, nfs)
Igor SukhihIgor Sukhih
30a8eea3f0dFixed --wait for distributions with /etc/initscriptsIf script /etc/initscrips exists actiona execution are changed and it is impossible to use syntax like sh -c '...'. Changed to one commad 'touch /.vzfifo'
Igor SukhihIgor Sukhih
d5b9954bb05arpsend: Fixed handling SIGALRM
Dmitry MishinIgor SukhihDmitry Mishin
2cea0d56d08Error code = 91 should be returned in case of template not foundhttp://bugzilla.openvz.org/show_bug.cgi?id=308
Andrey MirkinIgor SukhihAndrey Mirkin
df6e70bb071vzmigrate: fix stdout and stderr redirection On some distros we have following problem with redirections of fds when we are using ssh:bash: /dev/stdout: No such device or address The solution is simple - redirect stdout and stderr to /dev/null if we do not want verbose mode, and do no redirection at all if we want verbose mode. http://bugzilla.openvz.org/show_bug.cgi?id=343
Igor SukhihIgor Sukhih
abe89dcb55fIncreased OTHERSOCKBUF in the ve-light.conf-sample to suffice requierementshttp://bugzilla.openvz.org/show_bug.cgi?id=326
Igor SukhihIgor Sukhih
3e2dcdd3387Fixed setup diskspace with suffixed.http://bugzilla.openvz.org/show_bug.cgi?id=338
Igor SukhihIgor Sukhih
284b37f25faFixed check for VE private area existance on create action in case --private option specified.http://bugzilla.openvz.org/show_bug.cgi?id=319
Kirill KorotaevKirill Korotaev
5ae1238539eAdded sparc64 supportplus minor syscall related code cleanup
Christian HeimKir KolyshkinChristian Heim
9f211715cd5Fix soname for libvzctl.The libvzctl.so.0.0.2 in /usr/lib/vzctl is missing a SO-name. On Gentoo, portage is enforcing packages to only install so's with a SO-name being present. http://bugzilla.openvz.org/306
Igor SukhihIgor Sukhih
627482229faFixed vzctl build, added ndsend.chttp://bugzilla.openvz.org/show_bug.cgi?id=302
Igor SukhihIgor Sukhih
1eff21d3f8dFixed set TERM on enterbroken by http://git.openvz.org/?p=vzctl;a=commit;h=50795b6e568747ef8398a536bcc100caf33369bb
Kir KolyshkinKir Kolyshkin
4ce3d23eae1Really fixed install-gentoo Makefile targetWe do not need $(DESTDIR) in link destination, otherwise we might end up linking to temporary installroot location not the final location.
Kir KolyshkinKir Kolyshkin
5f9f356585aFixed install-gentoo Makefile targetWe need to symlink global config file to /etc/conf.d/ not /conf.d/. Also, we need to create this directory first since when installing with DESTDIR set this directory does not exist. Thanks to Cristian Heim <phreak@gentoo.org> for bug and fix.
Kir KolyshkinKir Kolyshkin
1d3699f158aMade ChangeLog obsoleted, added links to git web frontend to see logs
Kir KolyshkinKir Kolyshkin
748696f0de7Use only running VEs on vzctl exec completion
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
7dd83295d36Bash completion script fixes.- fixed debian work - enhanced create case - for enter we should get list of running VEs - added friendly names support - fixed --ostemplate case in order to show not full paths - fixed --applyconfig case - etc.
Igor SukhihIgor Sukhih
dfaf3a7e2f6Added ipv6 supportLimitations: * 2.6.16 kernel * only Redhat like distribution suported To enable ipv6 set: * IPV6=yes in /etc/vz/vz.conf * echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
7f6a872f953Fixed typo in vzmigrate man page
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
db41f0157bcRemoved forgotten vps-postcreate entry in src/Makefile
Dmitry MishinDmitry Mishin
9e74cf0ba12Fixed double slashes in path names.Noticed by Thorsten Schifferdecker. http://bugzilla.openvz.org/show_bug.cgi?id=295
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
50795b6e568Changed environment on VE enter.When enter a VE the $HOME variable is set to /, but if I start a program, which set it's personal config files to $HOME, the ROOTDIR of VE is filled with config-settings. http://bugzilla.openvz.org/show_bug.cgi?id=296
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
64a6900bbbcAdded missed "--applyconfig_map" entry to usage
Dmitry MishinDmitry Mishin
d72fdeb86a1Released vzctl-3.0.12-1
Igor SukhihDmitry MishinIgor Sukhih
3701941b4bcFixed vzgetnetdev() function operations with mawk.In Debian mawk is the default awk version. It doesn't understand some advanced syntax, such as "[[:space:]]" or "\<,\>". Noticed by Thorsten Schifferdecker.
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
63f926538d8Fixed typo in set_name() function.
Thorsten SchifferdeckerDmitry MishinThorsten Schifferdecker
142c8920416Changed path to vznetcfg scriptThis patch changes path to vznetcfg script from /sbin to /usr/sbin for uniformity.
Igor SukhihDmitry MishinIgor Sukhih
559ad7305c3Pass veid in environment VEID=veid for vznetcfg
Kristian HøghDmitry MishinKristian Høgh
5e4757e226cFixed bash autocompletion scriptThis patch removes misplaced "," on line 108 in etc/bash_completion.d/vzctl.sh
Igor SukhihIgor Sukhih
ce27e73c176Fixed '--meminfo=privvmpages:x' setup on VE start
Igor SukhihIgor Sukhih
0aefe278f7bWait untill default runlevel reached on VE start--wait option added 'vzctl start VEID --wait' in this case the line vz:2345:once:sh -c 'if [ -p /.vzfifo ]; then echo done > /.vzfifo; fi' added to /etc/inittab and vzctl wait on fifo. The timeout set to 60 min.
Igor SukhihIgor Sukhih
4185b48d4bfFixed compilation warning
Igor SukhihIgor Sukhih
45b869166ccAdded vznetcfg scriptThe script bring up veth device
Igor SukhihIgor Sukhih
2ad5625152dChanged vznetcfg usage to 'vznetcfg init veth <dev>'
Igor SukhihIgor Sukhih
21d8f2ced72fixed error message in case kernel compiled without USER_RESOURCEShttp://bugzilla.openvz.org/show_bug.cgi?id=180
Igor SukhihIgor Sukhih
da438e655c0Call /sbin/vznetcfg on creating veth devicehttp://bugzilla.openvz.org/show_bug.cgi?id=196
Igor SukhihIgor Sukhih
2d66afb671dAdded check is VE running on destroyVE could be umounted inside VE by 'mount -f'
Igor SukhihIgor Sukhih
762130a11aaRedirect info messages to stdouthttp://bugzilla.openvz.org/show_bug.cgi?id=275
Igor SukhihIgor Sukhih
24c43f98800Fixed getting VE mount status in case mount point has links in pathuse realpath() libc function to get canonical name. http://bugzilla.openvz.org/show_bug.cgi?id=279
Igor SukhihIgor Sukhih
af11995da69Fixed processing DUMPDIR global parameterhttp://bugzilla.openvz.org/show_bug.cgi?id=273
Igor SukhihIgor Sukhih
27c2c019439Do not cancel ditribution configuration file parse in case missing script
Igor SukhihIgor Sukhih
1ab768aa8f9Fixed restart actionInformation for ip cleanup was passed to start function http://bugzilla.openvz.org/show_bug.cgi?id=270
Igor SukhihIgor Sukhih
f3eca6d5ac0Updated vzctl.8 (--applyconfig_map <name>)
Andrey MirkinDmitry MishinAndrey Mirkin
7142539d843vzmigrate support for VE name feature.vzmigrate should check if the name is present on the destination node and fail if so.
Dmitry MishinDmitry Mishin
fb60ff89454vzgetnetdev optimizationvzgetnetdev() is optimized to use only one IP_CMD call.
Igor SukhihIgor Sukhih
6199f4920f8Added --applyconfig_map nameinternal command for restore name based on VE config NAME variable