OpenVZ-legacy
  1. OpenVZ-legacy

vzctl.ovzl

Public
AuthorCommitMessageCommit dateIssues
Igor SukhihIgor Sukhih
83d2e553a20Released vzctl-3.0.10
Igor SukhihIgor Sukhih
eb30395edf2Added virtual ethernet device support--veth_add dev_name,dev_addr,dev_name_vps,dev_addr_vps --veth_del dev_name
Igor SukhihIgor Sukhih
bc600d1da01Cleanup cpt coderemoved unused iplist variable
Igor SukhihIgor Sukhih
c7147b23869Renamed --reset-ub --reset_ub
Igor SukhihIgor Sukhih
dfcc93eb05fAdded /proc/meminfo virtualization support (--meminfo mode:value)
Igor SukhihIgor Sukhih
5543be319f5Added VE0 UB setup functionality:added --reset-ub cmdline option added 0.conf sets only OOMGUARPAGES
Igor SukhihIgor Sukhih
9ab1491b1e4Build tar from file tree (removed file.list)
Igor SukhihIgor Sukhih
5c289633273Return 1 from vps_is_run() for veid == 0Treat VE0 as always running
Igor SukhihIgor Sukhih
6a6270d80e7Fixed typo (cpuunit -> cpuunits)
Igor SukhihIgor Sukhih
de619e18217Switched to new versioning scheme
Igor SukhihIgor Sukhih
190de301d73Added -z option to /sbin/init(http://bugzilla.openvz.org/show_bug.cgi?id=164) The argument to -z is ignored. You can use this to expand the com- mand line a bit, so that it takes some more space on the stack. Init can then manipulate the command line so that ps(1) shows the current runlevel.
Igor SukhihIgor Sukhih
e66018fd8a3Reset standart file desc [0-2] to /dev/null in case they are closed.
Igor SukhihIgor Sukhih
0a9a6fe4272Removed unused CLASSID parameter form VPS sample configs
Igor SukhihIgor Sukhih
04c36b7c612Removed put_context call in case dump failedWe do not need to put context right after dump failed. The right place to put context is resume/kill function.
Igor SukhihIgor Sukhih
280e8441240Added possibility to set cpulimit in %if '%' suffix specified the total cpu count reads from /proc/cpuinfo
Igor SukhihIgor Sukhih
cbe7110c99cAdded suffixes G,M,K support for --diskspace option
Igor SukhihIgor Sukhih
27e31c7d45dSet SIGPIPE handler to SIG_IGN before fist write to stdout/err
Igor SukhihIgor Sukhih
5e040ea2fb2Added Debian packaging support
Igor SukhihIgor Sukhih
3fcbc13fad9Deleted unused files etc/vz, man/vz.5
Igor SukhihIgor Sukhih
684802fade3Changed directory structure./etc/sysconfig/vz-scripts -> /etc/vz/conf /etc/sysconfig/vz-scripts/dists -> /etc/vz/dists /etc/sysconfig/vz -> /etc/vz/vz.conf
Igor SukhihIgor Sukhih
1e98eb28237Join context on chkpnt if specified
Igor SukhihIgor Sukhih
013cb633d75Fixed 'x' permissions on install
Igor SukhihIgor Sukhih
84dd42882c3Better distribution detection in vz initscript.From: Maik Broemme I guess the DISTR variable should only be set if we are really working under that distribution. For example: On my LFS system i have `/etc/init.d/functions' but not `/etc/redhat-release' but this file every RedHat based distribution includes.
Igor SukhihIgor Sukhih
a248e8a059bvzmigrate: Move config as veid.migrated to allow backward migration(http://bugzilla.openvz.org/show_bug.cgi?id=152)
Igor SukhihIgor Sukhih
0bed78aa26evzmigrate: added coping of action scripts.(http://bugzilla.openvz.org/show_bug.cgi?id=157)
Igor SukhihIgor Sukhih
fb406dff372Fixed 'x' permission on install(http://bugzilla.openvz.org/show_bug.cgi?id=148)
Igor SukhihIgor Sukhih
50dec80cde3Added ubuntu distribution configuration file as copy of debian.(http://bugzilla.openvz.org/show_bug.cgi?id=119)
Igor SukhihIgor Sukhih
b8bb5ff57a6Increased kmemsize, privmpages, numfiles for x86_64 ve-vps.basic.conf-sample.http://bugzilla.openvz.org/show_bug.cgi?id=69
Igor SukhihIgor Sukhih
eb470344894Added new files to list
Igor SukhihIgor Sukhih
e10ba105a58Changed -p -> --preserve=mode,ownership for 'cp' workaround in case /proc isnot mounted. c`oreutils use *at() functions (i.e. openat(), futimesat(), unlinkat(), fstatat(), etc) since long; on systems that provide them natively (e.g. Solaris) they are configured at _build_ time to use native versions, without any fallback; otherwise they emulate them, usually with {fchdir; func; fchdir back} idiom. Recent linux kernels provide syscalls for those *at() functions Recent g...
Igor SukhihIgor Sukhih
bea526f4a7aFixed --keep-dst option processingOption behavior was inverted
Igor SukhihIgor Sukhih
609fae59e1dChanged dynamic UB structure to static onefor code simplicity
Igor SukhihIgor Sukhih
3941c6d8df9Moved vps_restart() function to lib
Igor SukhihIgor Sukhih
074a2867549Use setup_resource_management() function to setup UBC resources with on VPS start
Igor SukhihIgor Sukhih
f4386048ad4Moved VPS configure functionality to separate vps_configure.c
Igor SukhihIgor Sukhih
141f474370eMoved destroy functionaliny to destroy.c
Igor SukhihIgor Sukhih
f305e766385Changed version to 3.0.0-8
Igor SukhihIgor Sukhih
febcf056e21Added check version target.
Igor SukhihIgor Sukhih
b20b5608bcaFixed target arch build (use %{_arch})
Igor SukhihIgor Sukhih
a92682be884For UBC parameters in VPS conf greater LONG_MAX display warning andtruncate to LONG_MAX
Igor SukhihIgor Sukhih
a87ab2dd995Fixed license to GNU GPL in usage
Igor SukhihIgor Sukhih
a5b1205a655Use 'uname -m' command for arch selection
Igor SukhihIgor Sukhih
9c2cb9e5e2fFixed vzmigrate.8 man page installation
Igor SukhihIgor Sukhih
21eb652322cChanged version to 3.0.0-7
Igor SukhihIgor Sukhih
53cae0487abRemoved ve-unlimited.conf-sample link creation
Igor SukhihIgor Sukhih
7740e8b942bFixed requires for ssh & awk
Kir KolyshkinKir Kolyshkin
fbe7f7a6150Released 3.0.0-6
Kir KolyshkinKir Kolyshkin
9392098ba84Fixed license in man pages.Fixed date in vzctl(8) and vzmigrate(8) man pages.
Kir KolyshkinKir Kolyshkin
aa73a4cbc4cAdded --ipadd and --hostname to 'vzctl create' command description.Fixed missing square bracket in synopsis in description of 'vzctl create'.
Kir KolyshkinKir Kolyshkin
a4b78e7c646Fixed a minor typo