OpenVZ-legacy
  1. OpenVZ-legacy

vzctl

Public
AuthorCommitMessageCommit dateIssues
Kir KolyshkinKir Kolyshkin
eb4d8b9dc03Released vzctl-3.0.14
Kir KolyshkinKir Kolyshkin
6b29c57c493vz.conf(5): fixed dateAfter commit 8ed827ce5ad406c9920a71419cddd9196a393bd5
Kir KolyshkinKir Kolyshkin
3b659c87b81Fixed wording/spelling in a comment
Kir KolyshkinKir Kolyshkin
3dc87c6133evzctl.8: formatting/spelling fixAn addition to commit 0855ff4d69c61e4a13f1b605f30e4e4f5a012ea0
Kir KolyshkinKir Kolyshkin
6c501234dfbHappy New Year!Added 2007 to copyright statements.
Kir KolyshkinKir Kolyshkin
fbf462f49770.conf.*: removed GNU copyright header, add 2007Full GNU copyright header makes little sense for a file with only a couple of lines in it.
Kir KolyshkinKir Kolyshkin
0855ff4d69cvzctl.8: reworded netif_add/netif_del description
Kir KolyshkinKir Kolyshkin
8ed827ce5adImplement MODULES_DISABLED in gentoo initscript; document it.This is an addition to commit 37861579f02fee2f6a8aea48282586b0a45d94bc In case MODULES_DISABLED is set to "yes" in global config, no attempt is made to load/unload OpenVZ kernel modules in vz initscripts. http://bugzilla.openvz.org/132
Igor SukhihKir KolyshkinIgor Sukhih
dd466af792eMove workaround for FC5 copy bug to the common partSee commits 30c21e7a5d3dc9f3895ab8f8df4b06a3cf3c139b and e10ba105a588291d073ce57f9444d36f1f2f495a
Kir KolyshkinKir Kolyshkin
c1531545ea9Makefile.am: add vzctl.spec to EXTRA_DISTOtherwise it is not included into the dist tarball.
Kir KolyshkinKir Kolyshkin
3b041b25ef0configure: skip useless/harmful C++/F77 checks by libtoolAC_PROG_LIBTOOL configure macro wants to run a lot of C++ and Fortran checks Since vzctl does not use any C++ or Fortran code, those checks are useless. But this is not a problem -- the problem is in case of there is no C++ compiler, configure fails miserably with the following diagnostics: checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" ...
Igor SukhihIgor Sukhih
e2d8ca8ecf5Fixed build enviroment array for execve() in the run_script()
Kir KolyshkinKir Kolyshkin
71324a24fbavzctl.spec: fix to compile vzctl on 64-bit platform
Kir KolyshkinKir Kolyshkin
5e7fb69a89bReally fix installation of proper VE configs.An addition to the previous commit 82968bc396108a54c22d2e32b3a69afb57498526. The problem apparently is when variable assignment is performed in Makefile, and the line (like A = b) is preceded with a TAB character, GNU make just ignores this line. No error, no warning, just ignore...
Kir KolyshkinKir Kolyshkin
82968bc3961Install proper (arch-dependent) VE configsPrevious implementation was flawed and didn't really worked, as discovered by Thorsten (bug #419). Redone with obligatory arch-suffixes and temporary files. http://bugzilla.openvz.org/419
Kir KolyshkinKir Kolyshkin
857d64238d0Do not install directory if a corresponding feature is not enabled.Problem: even if, say, bash_completion feature is not enabled via configure, a corresponding directory (bash_completion.d) is installed anyway. Same problem with cron, logrotate, udev. Apparently it's not enough to guard "bashc_DATA" in Makefile by "if ENABLE_BASHCOMP" -- it is also required to guard the directory.
Kir KolyshkinKir Kolyshkin
5336018d135Fix to make configure working in builddir != srcdir.Apparently automake is smart enough to add $(srcdir) by itself. Without this patch, make tried to refer to ../../bin/../../bin/ files which is shows that srcdir has been added twice -- by us and by automake.
Ola LundqvistKir KolyshkinOla Lundqvist
2727096552evzmigrate: add --delete to rsync callsDuring testing and debugging of a problem on Debian systems (which I later found out was corrected in 3.0.13 version) I found that the rsync commands in vzmigrate can give quite unexpected results. The command looks basically like this: rsync -aH ${from} ${to} This means that files are copied from ${from} to ${to}, but if files already exist on ${to} from some older copy the old files that do...
Igor SukhihIgor Sukhih
a26a2dd948cSpeedup 'vz stop' action * removed 'sleep 1' * added parallel value auto calculation by the rule: num_cpu * 4http://bugzilla.openvz.org/show_bug.cgi?id=431
Kir KolyshkinKir Kolyshkin
d01e75fa0b7Fix VPSCONFDIR in etc/init.d/vz-gentoo scriptIt should fix application of 0.conf file during startup, as well as start of VEs marked with "ONBOOT=yes".
Kir KolyshkinKir Kolyshkin
a840d4c2352Moved redhat-specific initscript to vz-redhat.
Thorsten SchifferdeckerKir KolyshkinThorsten Schifferdecker
9f314cd891bAdd Debian 4.0 to distscript configs.
Andrey MirkinDmitry MishinAndrey Mirkin
449455739f5vzmigrate should call "vzctl set --applyconfig_map" command with --save flag.http://bugzilla.openvz.org/show_bug.cgi?id=415
Andrey MirkinDmitry MishinAndrey Mirkin
9e3a90ababfChanged log level definitions in vzmigrate.Added description to log and logexec functions. Change levels of log: 0 - error 1 - normal 2 - debug Change levels of logexec: 1 - normal 2 - debug http://bugzilla.openvz.org/show_bug.cgi?id=414
Evgeny KravtsunovDmitry MishinEvgeny Kravtsunov
fe8c2e7cce8Fixed the incorrect behaviour of vzmigrate in quiet mode1. Fixed the problem with calling vzmigrate script in nonverbose mode. Problem is the following. If out is set to "&> /dev/null" bash treats $out as '&>' /dev/null. This provokes a crush of vzmigrate on scp $a $b '&>' /dev/null. Problem is solved by adding logexec () function for execution scp, ssh and vzctl commands. 2. echo's replaced by log 1 http://bugzilla.openvz.org/show_bug.cgi?id=401
Kir KolyshkinKir Kolyshkin
8d425d1b163Use define for /dev/vzctlForgotten hunk to commit 1f727be22746194d8b638af0bef5a56a55c6d2e4
Kir KolyshkinKir Kolyshkin
90f913a5593Use SBINDIR define when calling ndsend
Kir KolyshkinKir Kolyshkin
1f727be2274Move /dev/vzctl definition to a single place: include/types.h
Kir KolyshkinKir Kolyshkin
3898623ca99Fixed path to vznetcfg.Two bugs introduced by my previous "commit-then-think" commit 6951306722fb1394ddad4bcc3cf06c505a01b5f5: - Should be SBINDIR, not SBIN_DIR - Slash between path and file was absent
Kir KolyshkinKir Kolyshkin
6951306722fUse SBINDIR when defining path to vznetcfg
Benedikt BoehmKir KolyshkinBenedikt Boehm
c3bb5bc5549automake: Moved all vzctl-specific paths definition to paths.am...and made everybody use it.
Benedikt BoehmKir KolyshkinBenedikt Boehm
19e11d1b852Made 'make clean' to remove files autogenerated with pathsubst.amBy adding CLEANFILES where appropriate.
Benedikt BoehmKir KolyshkinBenedikt Boehm
cc7adda6a02Use build-in-automake installation logic where possible[kir@openvz.org: separated from the bigger patch, fixed bash_completion mode]
Benedikt BoehmKir KolyshkinBenedikt Boehm
fa3e3e5e61bDisplay features in configure output
Benedikt BoehmKir KolyshkinBenedikt Boehm
f565746572fCleaned up etc/network-scripts installation logic.Perfection is near: - removed useless ifcfg-venet0.in -> ifcfg-venet0 generation - added CLEANFILES for 'make clean' to work - added missing $(srcdir) in installation
Kir KolyshkinKir Kolyshkin
9d4e2df6ebcMade vzctl.spec working.We can finally build vzctl rpm! The following fixes were made: - proper options to configure - proper vpsconfdir passed to make install (and only to make install ... yeah I know this is dirty hack but can't really fix it) - clean libvzctl.la file and libvzctl.so symlink -- not really needed - proper libvzctl file name
Benedikt BoehmKir KolyshkinBenedikt Boehm
e1700ece97eFixed /etc/vz/dists/scripts/* installation.[kir@openvz.org: my fault, I have introduced both nobase_ and scripts subdir, so it ended up in /etc/vz/dists/scripts/scripts/.]
Kir KolyshkinKir Kolyshkin
94aee341a32Make use of make-defined paths in includes
Kir KolyshkinKir Kolyshkin
75b3d92e61dSpecfile modified to work with new autotools-based build/install systemIt is still not working, but most stuff is.
Kir KolyshkinKir Kolyshkin
bb0cf4ddb3cFixed a trivial bug in etc/network-scripts/Makefile.am
Benedikt BoehmKir KolyshkinBenedikt Boehm
d8b325e52d1Move cron and lib scripts from /etc to /scripts in sources.[kir@openvz.org: use build-in-automake install logic]
Kir KolyshkinKir Kolyshkin
3869ea8fa4eAssorted trivial Makefile.am cleanups.Mostly whitespace.
Kir KolyshkinKir Kolyshkin
6afa3cdba55Clean up old etc targets in top Makefile
Kir KolyshkinKir Kolyshkin
457ca7d6331Fixes for etc/network-scripts/Makefile.amA few fixes on top of commit a64cea7ddfa38d60fb07a0ab7edb102fedec182b - do not use _SCRIPTS and _DATA variables -- they are used by automake. - fixed install-redhat target deps
Kir KolyshkinKir Kolyshkin
5bad50c4f89etc/Makefile.am: removed a commentautomake says: etc/Makefile.am:60: `#' comment at start of rule is unportable so let it go away
Benedikt BoehmKir KolyshkinBenedikt Boehm
a64cea7ddfaReworked RH/FC-specific network scripts installation.Moved to the separate directory. Created a separate Makefile.am. [kir@openvz.org: fixed permissions for ifcfg-venet0, added comments]
Kir KolyshkinKir Kolyshkin
e000a350228Removed unneeded stuff from etc/Makefile.amLeft after commit d4f21e4fd1f5fac9ec2ab17551baca62ed32b06b -- my mistake
Benedikt BoehmKir KolyshkinBenedikt Boehm
3f828a8bfa3Simplify etc/dists/Makefile.am[kir@openvz.org: modified]
Benedikt BoehmKir KolyshkinBenedikt Boehm
00175c9625bRework udev rules installation logicUse a separate Makefile, added configure option --disable-udev
Benedikt BoehmKir KolyshkinBenedikt Boehm
1beb9288e93Reworked logrotate.d installation logicUse a separate Makefile, added configure option --enable-logrotate