Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
a5800cdff5e693cb184963684bb649923db676b6
/
src
a5800cd
Fixed a couple of error messages
by Kir Kolyshkin
· 14 years ago
e3ae7a8
ploop: introduce vzctl convert
by Kir Kolyshkin
· 14 years ago
51b05c2
src/image.c: comment why we double the size
by Kir Kolyshkin
· 14 years ago
adca68e
util.c: add make_dir_mode()
by Kir Kolyshkin
· 14 years ago
c6e2de4
vps_parse_config(): always print error
by Kir Kolyshkin
· 14 years ago
9729308
ploop: Introduce ploop image support routines
by Kir Kolyshkin
· 14 years ago
b1f224a
ploop: Add dependencly on libploop
by Kir Kolyshkin
· 14 years ago
a1f523f
vzctl attach: implement
by Kir Kolyshkin
· 14 years ago
704273e
vzctl create: tell "Creating container" at the right time
by Kir Kolyshkin
· 14 years ago
4594fae
vzctl destroy: remove dump file as well
by Kir Kolyshkin
· 14 years ago
ad77442
Trivial intentation fix.
by Kir Kolyshkin
· 14 years ago
a470a17
run_script(): fix ordering of assembling environment
by Kir Kolyshkin
· 14 years ago
6c57bfd
Fix downloaded template GPG check
by Kir Kolyshkin
· 14 years ago
fa6d54c
vzlist: do not exit with 1 if there are no CTs
by Kir Kolyshkin
· 14 years ago
731d4ca
Fix weirdness on vzctl enter
by Kir Kolyshkin
· 14 years ago
30d7998
Make the "Failed to set up upstart" message more verbose.
by Kir Kolyshkin
· 14 years ago
af0ef88
vzctl start: fix starting non-vswap CT migrated from old 32-bit host
by Kir Kolyshkin
· 14 years ago
9af100b
cap.c: if capset fails, retry with old default
by Kir Kolyshkin
· 14 years ago
3293a28
vzlist: error message fixes
by Kir Kolyshkin
· 14 years ago
353a3fe
vzlist: add CPUS field (-o cpus)
by Kir Kolyshkin
· 14 years ago
7f26cbb
vzlist: refactor get_ve_cpustat()
by Kir Kolyshkin
· 14 years ago
a8dbb82
Rework CT umount
by Kir Kolyshkin
· 14 years ago
4582d0d
vzlist: use a macro to save a few lines
by Kir Kolyshkin
· 14 years ago
fb39549
vzcfgvalidate: add -v yes|no option
by Kir Kolyshkin
· 14 years ago
66c1ee0
vzcfgvalidate: fix exit code in case validation failed
by Kir Kolyshkin
· 14 years ago
306616e
vzcfgvalidate: refactor usage()
by Kir Kolyshkin
· 14 years ago
103382b
vzcfgvalidate: add support for vswap configs
by Kir Kolyshkin
· 14 years ago
1d41510
vzctl set --save: enhance the "config saved" message
by Kir Kolyshkin
· 14 years ago
e216550
vzctl set: tailor "no save" warning to running/stopped states
by Kir Kolyshkin
· 14 years ago
bfabefd
vzctl start: in VSwap mode, set unset UBC params to unlimited
by Kir Kolyshkin
· 14 years ago
71c770a
src/lib/script.c: eliminate a warning
by Kir Kolyshkin
· 14 years ago
92ff3cb
vzctl set: fix bogus error from parse_vswap()
by Kir Kolyshkin
· 14 years ago
0535fe1
vzctl set: introduce --ram and --swap
by Kir Kolyshkin
· 14 years ago
8c8d5cc
src/lib/config.c: eliminate unneeded var in parse_ub()
by Kir Kolyshkin
· 14 years ago
3994803
vzctl: in VSwap mode, make most of UBC params optional
by Kir Kolyshkin
· 14 years ago
0975dac
vzsplit: remove hacks for KMEMSIZE, DCACHESIZE, LOCKEDPAGES
by Kir Kolyshkin
· 14 years ago
6f062af
src/lib/cpt.c: fix log level of an error message
by Kir Kolyshkin
· 14 years ago
f757f96
src/lib/ub.c: fix loglevel for non-error message
by Kir Kolyshkin
· 14 years ago
46f0d7b
fs_create(): get rid of tar_nm parameter
by Kir Kolyshkin
· 14 years ago
73ad8f7
vzctl create: add ability to auto-download template cache
by Kir Kolyshkin
· 14 years ago
4721d0e
Add SETPCAP and AUDIT_WRITE capabilities to default set
by Kir Kolyshkin
· 14 years ago
3cac03e
Fix stdin/stdout after vzctl enter
by Kir Kolyshkin
· 15 years ago
58c0659
vzctl enter/exec: log these actions
by Kir Kolyshkin
· 15 years ago
5108656
vzctl set --hostname: fix adding netmask to /etc/hosts
by Kir Kolyshkin
· 15 years ago
9feb7c7
Trivial cleanup: get rid of extra ;
by Kir Kolyshkin
· 15 years ago
e8122a1
vzctl set --ipadd: fix setting IP address with a netmask
by Kir Kolyshkin
· 15 years ago
76526a9
vzctl: skip setting meminfo on a vswap-enabled CT
by Kir Kolyshkin
· 15 years ago
5094cfa
src/lib/ub.c: introduce is_vswap_config()
by Kir Kolyshkin
· 15 years ago
8675d19
vps_net_ctl(), vps_{add,del}_ip(): refactor and fix
by Kir Kolyshkin
· 15 years ago
bc2afdd
vzctl set --ipdel all: do not run *add_ip.sh script
by Kir Kolyshkin
· 15 years ago
cbe70b0
vzsplit: set DCACHESIZE to half of KMEMSIZE
by Kir Kolyshkin
· 15 years ago
2bd8b73
vzsplit: refactor kmemsize calculation in vswap mode
by Kir Kolyshkin
· 15 years ago
c063dd6
vzsplit: set swappages.barrier to 0 in vswap mode
by Kir Kolyshkin
· 15 years ago
876c132
vzsplit: fix kmemsize in vswap mode
by Kir Kolyshkin
· 15 years ago
81a0e25
vzlist: fix segfault when sorting by loadavg
by Kir Kolyshkin
· 15 years ago
8b490bf
vzlist: show swappages
by Kir Kolyshkin
· 15 years ago
6fd6b71
vzlist: fix .index for uptime and ioprio
by Kir Kolyshkin
· 15 years ago
b7c5826
vzctl set --ipadd: fix for adding existing IP with different netmask
by Kir Kolyshkin
· 15 years ago
e25558b
vzctl set: fix exit code in case of invalid veth params
by Kir Kolyshkin
· 15 years ago
c81b8fd
src/lib/env.c: fix logging features mask
by Kir Kolyshkin
· 15 years ago
3249c0d
__merge_str_list(): 'add' list have a precedence over 'del'
by Kir Kolyshkin
· 15 years ago
f319aef
Add SETFCAP to default capabilities in CT
by Andrey Vagin
· 15 years ago
ffa4353
src/lib/config.c: move devperm2str() to after parse_dev_perm()
by Kir Kolyshkin
· 15 years ago
554fd16
vzctl set --devices|--devnodes: do not allow to enable loop devices in CT
by Kir Kolyshkin
· 15 years ago
f231b2b
vzctl set --devices: option argument parsing fixes
by Kir Kolyshkin
· 15 years ago
287cc9d
parse_devices_str(): fix returning error codes
by Kir Kolyshkin
· 15 years ago
30d0cf8
vzctl set --ipadd: treat IPs with different masks as the same one
by Kir Kolyshkin
· 15 years ago
e3d0346
src/lib/list.c: __merge_str_list(): re-prioritize list
by Kir Kolyshkin
· 15 years ago
2f67324
src/lib/list.c: merge_str_list() generalization
by Kir Kolyshkin
· 15 years ago
9f41f92
src/lib/list.c: return NULL not 0
by Kir Kolyshkin
· 15 years ago
0f8c652
Rework find_ip() to work with netmasks
by Kir Kolyshkin
· 15 years ago
bc67e66
parse_int(), parse_ul(): improvements
by Kir Kolyshkin
· 15 years ago
f018af5
vzctl set --ipadd/--ipdel: add ability to specify netmasks
by Kir Kolyshkin
· 15 years ago
8c22cfe
src/lib/util.c: introduce/use get_addr_family()
by Kir Kolyshkin
· 15 years ago
2639f66
src/lib/config.c: fix capability parsing error message
by Kir Kolyshkin
· 15 years ago
06d6199
src/lib/*.c: avoid list_head_init() if unnecessary
by Kir Kolyshkin
· 15 years ago
5daee75
vzsplit: support for VSwap enabled config generation
by Kir Kolyshkin
· 15 years ago
80a970d
vzsplit: print 'container' not 'containers' for a single CT
by Kir Kolyshkin
· 15 years ago
8ddae6e
vzsplit: reformat usage()
by Kir Kolyshkin
· 15 years ago
c730414
vzsplit: show usage in case of invalid arguments
by Kir Kolyshkin
· 15 years ago
bc113fa
util.c: introduce is_vswap_mode()
by Kir Kolyshkin
· 15 years ago
1aebad8
src/lib/net.c: mark a few functions as static
by Kir Kolyshkin
· 15 years ago
73e2112
src/lib/bitmap.c: mark some functions as static
by Kir Kolyshkin
· 15 years ago
3bceee8
Removed unused file src/lib/fs_bind.c
by Kir Kolyshkin
· 15 years ago
c252706
src/*.c: mark some functions as static
by Kir Kolyshkin
· 15 years ago
1aa427a
src/validate.c: remove dead code
by Kir Kolyshkin
· 15 years ago
9a2cbf2
src/vzsplit.c: mark internal functions as static
by Kir Kolyshkin
· 15 years ago
9afe946
vzsplit: fix text of a generated config comment
by Kir Kolyshkin
· 15 years ago
aac5cf9
vzsplit: fix help/usage output
by Kir Kolyshkin
· 15 years ago
acaf07f
vzsplit, vzctl set: better output of UBC parameters
by Kir Kolyshkin
· 15 years ago
e274a52
vzsplit: fix privvmpages calculation
by Kir Kolyshkin
· 15 years ago
54eaba3
vzsplit: do not hardcode minimum disk space in warning message
by Kir Kolyshkin
· 15 years ago
f85539b
vzsplit.c: fix printing minimum RAM size
by Kir Kolyshkin
· 15 years ago
09da47b
src/vzsplit.c: minor cosmetic stuff
by Kir Kolyshkin
· 15 years ago
9edd6ca
vzctl create: turn on quota when running postcreate actions
by Kir Kolyshkin
· 15 years ago
a676705
vzsplit: do not play with CPUUNITS
by Kir Kolyshkin
· 15 years ago
9946844
src/lib/config.c: fix parsing T suffix on 32-bit boxes
by Kir Kolyshkin
· 15 years ago
b54383e
vzctl start: fix start of Fedora 15 CT on RHEL6 kernel
by Kir Kolyshkin
· 15 years ago
1e162a8
src/lib/*.c: mark some functions as static
by Kir Kolyshkin
· 15 years ago
c2d2206
src/lib/util.c: remove some unused functions
by Kir Kolyshkin
· 15 years ago
Next »