Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
114de8e8d21bb8c14d770116b765df7d6c1d000a
114de8e
Fix vzctl convert w/o --layout option case.
by Kir Kolyshkin
· 13 years ago
6da8c90
etc/init.d/vz*: quote grep argument
by Kir Kolyshkin
· 13 years ago
dd3aeba
etc/init.d/vz*: Improve a message
by Kir Kolyshkin
· 13 years ago
ae3ce45
ploop 2nd-level quota: untangle the mess
by Kir Kolyshkin
· 13 years ago
7df6703
vzctl restore: fix "container already running" exit code
by Kir Kolyshkin
· 13 years ago
e73c338
Fix passing ve_private to vps_quota_configure()
by Kir Kolyshkin
· 13 years ago
ebbf339
ploop 2nd-level quota support part 2/2
by Kir Kolyshkin
· 13 years ago
3526917
ploop 2nd-level quota support part 1/2
by Kir Kolyshkin
· 13 years ago
89dbd93
etc/dists/scripts/*set_ugid_quota: move code to a function
by Kir Kolyshkin
· 13 years ago
c8e3bee
vzctl --help: add convert command
by Kir Kolyshkin
· 13 years ago
fe02c0a
man/vzctl.8: fix --config typesetting for vzctl create
by Kir Kolyshkin
· 13 years ago
22535c8
vzctl create: add --diskspace parameter
by Kir Kolyshkin
· 13 years ago
a435647
man/vzctl.8: --diskquota, --diskinodes and --quotatime are ignored for ploop
by Kir Kolyshkin
· 13 years ago
900d1a0
man/vzctl.8: fix --diskspace description for ploop case
by Kir Kolyshkin
· 13 years ago
16840ad
vzctl convert: add --layout option
by Kir Kolyshkin
· 13 years ago
ebf19a9
man/vzctl.8: list ploop layout options in proper order
by Kir Kolyshkin
· 13 years ago
77d2d6c
Add --velayout as a synonym for --layout
by Kir Kolyshkin
· 13 years ago
ff538ec
ploop: resize ploop image when vzctl set --diskspace is run
by Kir Kolyshkin
· 13 years ago
338544c
ploop env.c: fix a warning
by Kir Kolyshkin
· 13 years ago
33bbd96
ploop: introduce ploop format for --layout/VE_LAYOUT
by Kir Kolyshkin
· 13 years ago
eb3b91a
man/vzctl.8: add CTID to commands where it was absense
by Kir Kolyshkin
· 13 years ago
caf8999
man/vzctl.8: simplify SYNOPSYS
by Kir Kolyshkin
· 13 years ago
d5b3b51
man/vzctl.8: add missing --name to SYNOPSYS for vzctl create
by Kir Kolyshkin
· 13 years ago
8cc23fa
man: add missing macros (.SY/.OP/.YS and .EX/.EE)
by Kir Kolyshkin
· 13 years ago
79ba3cb
logger: initialize ploop logger as well
by Kir Kolyshkin
· 13 years ago
f380a3c
ploop: vps_start_custom(): don't do quota ops if on ploop
by Kir Kolyshkin
· 13 years ago
b581ec5
man/vzctl.8: fixed ploop-enabled kernel version
by Kir Kolyshkin
· 13 years ago
8587e46
vzctl console: implement SAK on detach
by Kir Kolyshkin
· 13 years ago
2ef3204
vps_create(): rm VE_ROOT if fs_create() failed
by Kir Kolyshkin
· 13 years ago
672c6ee
ploop: introduce VE_LAYOUT / --layout
by Kir Kolyshkin
· 13 years ago
49c870c
vps_create(): no need to use 'else' here
by Kir Kolyshkin
· 13 years ago
579dc53
vzctl --help: add --name to create
by Kir Kolyshkin
· 13 years ago
d7882ca
vzctl_*_snapshot: fix compiler warnings about param.guid
by Kir Kolyshkin
· 13 years ago
5a8541b
vz.conf(5), vzctl(8): describe DEF_OSTEMPLATE / --ostemplate
by Kir Kolyshkin
· 13 years ago
43f1165
vz.conf(5), vzctl(8): fix/improve description of CONFIGFILE and --config
by Kir Kolyshkin
· 13 years ago
ae8dfb1
vzctl --help: fix create options
by Kir Kolyshkin
· 13 years ago
7da6353
vzctl convert: do not discard error from vzctl_umount_image()
by Kir Kolyshkin
· 13 years ago
d4b71c6
Remove a comment
by Kir Kolyshkin
· 13 years ago
d7d4da6
vzctl convert: fix umounting ploop in case copying failed
by Kir Kolyshkin
· 13 years ago
d47b67d
vzctl convert: error out if ploop is not supported
by Kir Kolyshkin
· 13 years ago
076e516
vzctl_create_image(): improve
by Kir Kolyshkin
· 13 years ago
7113c30
ploop: introduce is_ploop_supported()
by Kir Kolyshkin
· 13 years ago
88f582e
vzctl console: only process ESC sequence if it's preceded by Enter
by Kir Kolyshkin
· 13 years ago
fb65acf
vzctl.spec: ploop req version fixed
by Kir Kolyshkin
· 13 years ago
58a318c
bash-completion: add 'console' command
by Kir Kolyshkin
· 13 years ago
dffa246
vzctl attach renamed to vzctl console
by Kir Kolyshkin
· 13 years ago
6fa0217
Call umount_submounts() right from fsumount()
by Kir Kolyshkin
· 13 years ago
911cbb4
vps_mount(): no need to call fsumount() if pre-mount script failed
by Kir Kolyshkin
· 13 years ago
f53bd30
umount_submounts(): process mounts in reverse order
by Kir Kolyshkin
· 13 years ago
24bf9fb
vzctl quota{on,off,init}: skip for ploop based CTs
by Kir Kolyshkin
· 13 years ago
b78802c
Reformat CHECK_DQ macro
by Kir Kolyshkin
· 13 years ago
27cea49
ploop: vzctl create implemented
by Kir Kolyshkin
· 13 years ago
3b55e6d
vzctl create: remove half-created private area in case of error
by Kir Kolyshkin
· 13 years ago
e4a3f05
fs_create(): explain why do rmdir(fs->private)
by Kir Kolyshkin
· 13 years ago
d38bb7d
vzctl create: improve 'sample config not found' error msg
by Kir Kolyshkin
· 13 years ago
92be9c9
ChangeLog: whitespace and formatting nitpicks
by Kir Kolyshkin
· 13 years ago
b340934
src/vzctl-actions.c: introduce 'convert()' wrapper
by Kir Kolyshkin
· 13 years ago
431aaf4
ploop: implement umount
by Kir Kolyshkin
· 13 years ago
df8be64
vps_umount(), fsumount(): use fs_param*
by Kir Kolyshkin
· 13 years ago
4b827fb
src/lib/fs.c: remove function descriptions
by Kir Kolyshkin
· 13 years ago
0ec2d06
ploop: vzctl_umount_image(): remove ve_root argument
by Kir Kolyshkin
· 13 years ago
65d6969
ploop: implement CT mount on ploop
by Kir Kolyshkin
· 13 years ago
ebc46fc
ploop: implement changing ploop size
by Kir Kolyshkin
· 13 years ago
efe5ae1
ploop: Add "diskspace is set" check to vzctl_env_convert_ploop()
by Kir Kolyshkin
· 13 years ago
6106862
scripts/.gitingore: add auto-generated vps-downloads
by Kir Kolyshkin
· 13 years ago
c04800c
vzctl convert: do not auto-unmount
by Kir Kolyshkin
· 13 years ago
d69f0c0
Introduce and use is_2nd_level_quota_on()
by Kir Kolyshkin
· 13 years ago
447d8d0
ploop: image.c moved to lib
by Kir Kolyshkin
· 13 years ago
1186f78
configure.ac: add -Wno-missing-field-initializers to CFLAGS
by Kir Kolyshkin
· 13 years ago
22f4917
parse_line(): add stricter checks, return errors, process quotes
by Kir Kolyshkin
· 13 years ago
bbad2bc
Fix bad English in an error message
by Kir Kolyshkin
· 13 years ago
a5800cd
Fixed a couple of error messages
by Kir Kolyshkin
· 13 years ago
e3ae7a8
ploop: introduce vzctl convert
by Kir Kolyshkin
· 13 years ago
51b05c2
src/image.c: comment why we double the size
by Kir Kolyshkin
· 13 years ago
adca68e
util.c: add make_dir_mode()
by Kir Kolyshkin
· 13 years ago
c6e2de4
vps_parse_config(): always print error
by Kir Kolyshkin
· 13 years ago
f28964c
ploop: etc/init.d/vz-*: load/unload ploop modules
by Kir Kolyshkin
· 13 years ago
9729308
ploop: Introduce ploop image support routines
by Kir Kolyshkin
· 13 years ago
b1f224a
ploop: Add dependencly on libploop
by Kir Kolyshkin
· 13 years ago
300e900
ploop: introduce some new exit codes
by Kir Kolyshkin
· 13 years ago
a1f523f
vzctl attach: implement
by Kir Kolyshkin
· 13 years ago
b502b01
include/linux/vzcalluser.h: remove an unused define
by Kir Kolyshkin
· 13 years ago
71070e4
etc/init.d/vz*: fix for "we are in container"
by Kir Kolyshkin
· 13 years ago
0394f75
postcreate.sh: add ability to skip crontab time randomization
by Kir Kolyshkin
· 13 years ago
8d75c91
postcreate.sh: improve comment
by Kir Kolyshkin
· 13 years ago
e2cb23b
etc/init.d/vz: Stricter auto-replacement of CONFIGFILE
by Kir Kolyshkin
· 13 years ago
39db4de
vzctl.spec: remove old kludge
by Kir Kolyshkin
· 13 years ago
aefc8ef
vzctl create: show tarball extraction progress using pv
by Kir Kolyshkin
· 13 years ago
704273e
vzctl create: tell "Creating container" at the right time
by Kir Kolyshkin
· 13 years ago
4594fae
vzctl destroy: remove dump file as well
by Kir Kolyshkin
· 13 years ago
ad77442
Trivial intentation fix.
by Kir Kolyshkin
· 13 years ago
d4a9068
vps-download: a fix for dash
by Kir Kolyshkin
· 13 years ago
a470a17
run_script(): fix ordering of assembling environment
by Kir Kolyshkin
· 13 years ago
6c57bfd
Fix downloaded template GPG check
by Kir Kolyshkin
· 13 years ago
fa6d54c
vzlist: do not exit with 1 if there are no CTs
by Kir Kolyshkin
· 13 years ago
731d4ca
Fix weirdness on vzctl enter
by Kir Kolyshkin
· 13 years ago
30d7998
Make the "Failed to set up upstart" message more verbose.
by Kir Kolyshkin
· 13 years ago
ca07383
etc/dists/scripts/gentoo-add_ip.sh: do not set up venet0 if no IPs
by Kir Kolyshkin
· 13 years ago
af0ef88
vzctl start: fix starting non-vswap CT migrated from old 32-bit host
by Kir Kolyshkin
· 13 years ago
bb8c1ed
vps-download: fix CHECK_TEMPLATE_SIG check
by Kir Kolyshkin
· 13 years ago
Next »