Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
f74f4df7df608a23c709446c93c40bdd0020aa13
/
src
7dcb37d
Fix error handling in vps_is_run()
by Kir Kolyshkin
· 14 years ago
c9c463a
vzctl_env_create_snapshot(): resume CT if creating snapshot failed
by Igor Sukhih
· 14 years ago
ecaf7ed
vzctl_env_create_snapshot(): remove unneeded check
by Kir Kolyshkin
· 14 years ago
dc7f08d
vzctl start: umount ploop image on CT start
by Kir Kolyshkin
· 14 years ago
5ab8e7f
[style] Use GET_DISK_DESCRIPTOR macro with an ending semicolon
by Kir Kolyshkin
· 14 years ago
18836f8
Fix non-working in-CT quota after restore
by Kir Kolyshkin
· 14 years ago
dddfb2e
vzctl console: implement ttynum argument
by Kir Kolyshkin
· 14 years ago
43540a9
Fixes for vzctl console wrt SAK
by Kir Kolyshkin
· 14 years ago
5258284
console_attach(): add tty argument
by Kir Kolyshkin
· 14 years ago
68b8fbb
Fix giving excessive permissions for ugid quota disk device
by Kir Kolyshkin
· 14 years ago
33dae1f
Store only basename from full path in OSTEMPLATE
by Slava Dubrovskiy
· 14 years ago
c055e86
id is required parameter
by Kir Kolyshkin
· 14 years ago
fc90329
vzctl --help: add --ram and --swap
by Kir Kolyshkin
· 14 years ago
cd8d526
vzctl set: --ram and --swap default value is in bytes
by Kir Kolyshkin
· 14 years ago
0172771
src/lib/Makefile.am: make library version the same as vzctl version
by Kir Kolyshkin
· 14 years ago
535a380
vzlist: uninline find_ve()
by Kir Kolyshkin
· 14 years ago
a19a458
vps_setup_veth(): fix a compiler warning
by Kir Kolyshkin
· 14 years ago
a8c7cfe
cp_file(): fix a compiler warning
by Kir Kolyshkin
· 14 years ago
349e4c0
parse_netif_cmd(): fix a compiler warning
by Kir Kolyshkin
· 14 years ago
dc76492
modules.c: fix compiler warnings
by Kir Kolyshkin
· 14 years ago
d065722
parse_netif(): in case of an error, return proper error code
by Kir Kolyshkin
· 14 years ago
a856159
vzctl chkpnt: create dumpdir if not exist
by Kir Kolyshkin
· 14 years ago
62b7257
make_dir(), make_dir_mode(): made first argument const
by Kir Kolyshkin
· 14 years ago
aec4998
vzctl restore: remove dump file if CT was restored
by Kir Kolyshkin
· 14 years ago
5fb65ba
vps_chkpnt(), vps_restore(): simplify logic of getting dumpfile
by Kir Kolyshkin
· 14 years ago
bbb3b9d
src/lib/xml.c: fix log message
by Kir Kolyshkin
· 14 years ago
5c7f17c
ploop snapshots: wire calls
by Kir Kolyshkin
· 14 years ago
1e26ae6
ploop: add snapshotting functionality
by Kir Kolyshkin
· 14 years ago
6ee905f
ploop: add lib/xml.c
by Kir Kolyshkin
· 14 years ago
1b84054
vzctl chkpnt: fix ignoring DUMPDIR
by Kir Kolyshkin
· 14 years ago
6f977bf
src/vzctl-actions.c: fix a compiler warning
by Kir Kolyshkin
· 14 years ago
67f626c
cpt_cmd(): move network config out to chkpnt(), simplify arguments
by Kir Kolyshkin
· 14 years ago
1f6a74a
vps_chkpnt(): move network config and unlink out to chkpnt()
by Kir Kolyshkin
· 14 years ago
396465e
ploop snapshots: introducing new commands and options
by Kir Kolyshkin
· 14 years ago
c3adb6e
Fix a typo
by Kir Kolyshkin
· 14 years ago
114de8e
Fix vzctl convert w/o --layout option case.
by Kir Kolyshkin
· 14 years ago
ae3ce45
ploop 2nd-level quota: untangle the mess
by Kir Kolyshkin
· 14 years ago
7df6703
vzctl restore: fix "container already running" exit code
by Kir Kolyshkin
· 14 years ago
e73c338
Fix passing ve_private to vps_quota_configure()
by Kir Kolyshkin
· 14 years ago
ebbf339
ploop 2nd-level quota support part 2/2
by Kir Kolyshkin
· 14 years ago
3526917
ploop 2nd-level quota support part 1/2
by Kir Kolyshkin
· 14 years ago
c8e3bee
vzctl --help: add convert command
by Kir Kolyshkin
· 14 years ago
22535c8
vzctl create: add --diskspace parameter
by Kir Kolyshkin
· 14 years ago
16840ad
vzctl convert: add --layout option
by Kir Kolyshkin
· 14 years ago
77d2d6c
Add --velayout as a synonym for --layout
by Kir Kolyshkin
· 14 years ago
ff538ec
ploop: resize ploop image when vzctl set --diskspace is run
by Kir Kolyshkin
· 14 years ago
338544c
ploop env.c: fix a warning
by Kir Kolyshkin
· 14 years ago
33bbd96
ploop: introduce ploop format for --layout/VE_LAYOUT
by Kir Kolyshkin
· 14 years ago
79ba3cb
logger: initialize ploop logger as well
by Kir Kolyshkin
· 14 years ago
f380a3c
ploop: vps_start_custom(): don't do quota ops if on ploop
by Kir Kolyshkin
· 14 years ago
8587e46
vzctl console: implement SAK on detach
by Kir Kolyshkin
· 14 years ago
2ef3204
vps_create(): rm VE_ROOT if fs_create() failed
by Kir Kolyshkin
· 14 years ago
672c6ee
ploop: introduce VE_LAYOUT / --layout
by Kir Kolyshkin
· 14 years ago
49c870c
vps_create(): no need to use 'else' here
by Kir Kolyshkin
· 14 years ago
579dc53
vzctl --help: add --name to create
by Kir Kolyshkin
· 14 years ago
d7882ca
vzctl_*_snapshot: fix compiler warnings about param.guid
by Kir Kolyshkin
· 14 years ago
ae8dfb1
vzctl --help: fix create options
by Kir Kolyshkin
· 14 years ago
7da6353
vzctl convert: do not discard error from vzctl_umount_image()
by Kir Kolyshkin
· 14 years ago
d4b71c6
Remove a comment
by Kir Kolyshkin
· 14 years ago
d7d4da6
vzctl convert: fix umounting ploop in case copying failed
by Kir Kolyshkin
· 14 years ago
d47b67d
vzctl convert: error out if ploop is not supported
by Kir Kolyshkin
· 14 years ago
076e516
vzctl_create_image(): improve
by Kir Kolyshkin
· 14 years ago
7113c30
ploop: introduce is_ploop_supported()
by Kir Kolyshkin
· 14 years ago
88f582e
vzctl console: only process ESC sequence if it's preceded by Enter
by Kir Kolyshkin
· 14 years ago
dffa246
vzctl attach renamed to vzctl console
by Kir Kolyshkin
· 14 years ago
6fa0217
Call umount_submounts() right from fsumount()
by Kir Kolyshkin
· 14 years ago
911cbb4
vps_mount(): no need to call fsumount() if pre-mount script failed
by Kir Kolyshkin
· 14 years ago
f53bd30
umount_submounts(): process mounts in reverse order
by Kir Kolyshkin
· 14 years ago
24bf9fb
vzctl quota{on,off,init}: skip for ploop based CTs
by Kir Kolyshkin
· 14 years ago
b78802c
Reformat CHECK_DQ macro
by Kir Kolyshkin
· 14 years ago
27cea49
ploop: vzctl create implemented
by Kir Kolyshkin
· 14 years ago
3b55e6d
vzctl create: remove half-created private area in case of error
by Kir Kolyshkin
· 14 years ago
e4a3f05
fs_create(): explain why do rmdir(fs->private)
by Kir Kolyshkin
· 14 years ago
d38bb7d
vzctl create: improve 'sample config not found' error msg
by Kir Kolyshkin
· 14 years ago
b340934
src/vzctl-actions.c: introduce 'convert()' wrapper
by Kir Kolyshkin
· 14 years ago
431aaf4
ploop: implement umount
by Kir Kolyshkin
· 14 years ago
df8be64
vps_umount(), fsumount(): use fs_param*
by Kir Kolyshkin
· 14 years ago
4b827fb
src/lib/fs.c: remove function descriptions
by Kir Kolyshkin
· 14 years ago
0ec2d06
ploop: vzctl_umount_image(): remove ve_root argument
by Kir Kolyshkin
· 14 years ago
65d6969
ploop: implement CT mount on ploop
by Kir Kolyshkin
· 14 years ago
ebc46fc
ploop: implement changing ploop size
by Kir Kolyshkin
· 14 years ago
efe5ae1
ploop: Add "diskspace is set" check to vzctl_env_convert_ploop()
by Kir Kolyshkin
· 14 years ago
c04800c
vzctl convert: do not auto-unmount
by Kir Kolyshkin
· 14 years ago
d69f0c0
Introduce and use is_2nd_level_quota_on()
by Kir Kolyshkin
· 14 years ago
447d8d0
ploop: image.c moved to lib
by Kir Kolyshkin
· 14 years ago
22f4917
parse_line(): add stricter checks, return errors, process quotes
by Kir Kolyshkin
· 14 years ago
bbad2bc
Fix bad English in an error message
by Kir Kolyshkin
· 14 years ago
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
Next »