Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
fbb29d4ffa016cd9f2ee1b372f5f7a71b12d4d77
/
src
97f3f7c
Don't use term 'IP' for 'IP address'
by WHR
· 2 years, 12 months ago
b8d2adb
Add option '--start' to command 'vzctl enter' to support starting a container with a pseudo-terminal
by WHR
· 3 years ago
323c8fc
Pass user-specified command line arguments directly via execve(2) for 'vzctl enter' command
by WHR
· 3 years ago
b365d50
Fix formatting type mismatches
by WHR
· 3 years ago
03530c7
Remove use of openpty(3)
by WHR
· 3 years ago
c6d233b
Mount container sysfs as read-only by default
by WHR
· 3 years ago
2599de4
Unmount container devtmpfs on fast stop if it was mounted in function ct_env_create_real
by WHR
· 3 years ago
ea1cc8f
Remove unnecessary error checkings for alloca(3)
by WHR
· 3 years ago
8f3e518
Consider a container with 'premounted' layout always exists
by WHR
· 3 years ago
b6e12a3
Support setting alternative pathes for container process 1
by WHR
· 3 years ago
b863a15
Miscellaneous cleanup in src/lib/image.c
by WHR
· 3 years ago
78ae820
Try to unshare(2) cgroup namespace in containers
by WHR
· 3 years ago
c0eae8e
Fix some formatting issues in usage message
by WHR
· 3 years ago
b559b35
Fix a logical error in function 'get_mul'
by WHR
· 3 years ago
ffc71e1
Ignore private directory setting for containers with 'premounted' layout
by WHR
· 3 years ago
3332b36
Support granting access to all devices with cgroup by specifying -1 as major device number
by WHR
· 3 years ago
4d7b5ad
Accept IEC's binary unit prefix names in user-specified values
by WHR
· 3 years ago
1afe354
Ignore private directory when creating a container with 'premounted' layout
by WHR
· 3 years ago
c496384
Add parentheses to macros when appropriate
by WHR
· 3 years ago
d8e1b76
Correct subcommand names, options and messages to use word 'unmount' instead of 'umount', while keep old subcommands and options to maintain command line compatibility
by WHR
· 3 years ago
6e0c8d0
Rename function 'vz_mount' to 'vz_mount_simfs'
by WHR
· 3 years ago
522178a
Don't attempt to unmount or remove the root directory of a container with 'premounted' layout
by WHR
· 3 years ago
d4153c8
Allow creating container without a template
by WHR
· 3 years ago
fbda976
Consider a container with 'premounted' layout always be mounted
by WHR
· 3 years ago
061ae5c
Don't write cgroup memory.kmem.limit_in_bytes with assumed page size
by WHR
· 3 years ago
af2c5c3
Add layout type 'premounted'
by WHR
· 3 years ago
e6d57ee
Avoid conflicting with fsmount(2) system call from newer Linux versions
by WHR
· 3 years ago
cd6739d
Fix building for newer versions of GNU
by WHR
· 3 years ago
0609481
fixed quotacheck failure inside Centos7.5 containers
by Vasily Averin
· 8 years ago
8b9e1c1
config.c: fix storage size
by Kir Kolyshkin
· 9 years ago
0e5dcbc
Add missing break statements
by Kir Kolyshkin
· 9 years ago
2d41e33
Minor nitpicks for previous commits.
by Kir Kolyshkin
· 10 years ago
6a91584
print_json_cap: fix for "off" caps
by Kir Kolyshkin
· 10 years ago
bac2426
Add capability to vzlist output
by Sergei A Mamonov
· 10 years ago
9b5ca91
add netfilter to vzlist output
by Sergei A Mamonov
· 10 years ago
f61b187
fix skip first delimiter in build_cap_str
by Sergei A Mamonov
· 10 years ago
6c2010a
Fix incorrect includes
by Kir Kolyshkin
· 10 years ago
8ff9f06
Fix compile on Alpine Linux
by Kir Kolyshkin
· 10 years ago
301168d
Fix compilation with musl
by Dennis Przytarski
· 10 years ago
02cdc24
vzctl destroy: handle the semi-mounted ploop
by Kir Kolyshkin
· 10 years ago
201b4e1
ve_is_mounted(): describe the ploop semi-mounted case
by Kir Kolyshkin
· 10 years ago
c2d3e1b
vps_is_mounted(): pass the whole fs_param
by Kir Kolyshkin
· 10 years ago
bdec3b4
vzlist: get_ves_layout(): merge into get_mounted_status()
by Kir Kolyshkin
· 10 years ago
91beb57
vz_restore: rm unused code
by Kir Kolyshkin
· 10 years ago
22d967c
Store VE layout to VE config on start
by Igor Bazhitov
· 11 years ago
9e98ea6
Store VE layout in VE config during create and convert
by Igor Bazhitov
· 11 years ago
3116b1f
Move layout and mode fields from vps_opt to fs_param
by Igor Bazhitov
· 11 years ago
3ad329b
config: constify input path
by Igor Bazhitov
· 11 years ago
2786e96
src/.gitignore: add vzfsync, vznnc
by Igor Bazhitov
· 11 years ago
485cb19
vzctl umount: fix exit code if CT is running
by Kir Kolyshkin
· 11 years ago
869f8d8
store_devnodes: fix NULL deref
by Kir Kolyshkin
· 11 years ago
3774851
create_hardlink_dir(): fix wrong owner/perms case
by Kir Kolyshkin
· 11 years ago
d375c03
vzmigrate: check CPU caps for suspended CT
by Kir Kolyshkin
· 11 years ago
358aa2d
ct_enter(): enter mnt namespace last
by Per Johansson
· 12 years ago
c502784
vzctl set --devices: made cumulative, fix
by Kir Kolyshkin
· 11 years ago
b93eefb
[style] store_devnodes(): fix a comment
by Kir Kolyshkin
· 11 years ago
1a34885
store_dev(): introduce PRINT_DEV macro
by Kir Kolyshkin
· 11 years ago
fc1f135
vzctl set --devices: fix SIGSEGV
by Kir Kolyshkin
· 11 years ago
41ef81e
vzevent: try to run a script for all known events
by Kir Kolyshkin
· 11 years ago
3b7c743
vzeventd: ignore non-existent event scripts
by Kir Kolyshkin
· 11 years ago
c2db7bb
vzlist -j: output valid JSON for no CTs
by Kir Kolyshkin
· 11 years ago
98f2907
make_dir_mode(): ignore EEXIST from mkdir()
by Kir Kolyshkin
· 11 years ago
b2f9c25
vps_start_custom(): fixup
by Kir Kolyshkin
· 11 years ago
c49eb62
Revert "dir_empty(): skip lost+found"
by Kir Kolyshkin
· 11 years ago
eab4d5b
vps_create: minor fixes to cleanup logic
by Kir Kolyshkin
· 11 years ago
c37c353
fs_create: lock private
by Kir Kolyshkin
· 11 years ago
07a6ee9
vzctl create: disallow VE_PRIVATE be a mount point
by Kir Kolyshkin
· 11 years ago
0807ef4
vzctl start/resume: load kernel modules needed for CT
by Kir Kolyshkin
· 11 years ago
09e974f
vzctl chkpnt: workaround for ENOSPC
by Kir Kolyshkin
· 11 years ago
2dfc74f
[style] call clean_hardlink_dir() from _env_create()
by Kir Kolyshkin
· 11 years ago
f3094bd
vzctl set --devnodes: remove devices from CT
by Kir Kolyshkin
· 11 years ago
b8708e2
vzctl set --devnodes: fix removing last device
by Kir Kolyshkin
· 11 years ago
90e8dd6
vzctl set --devnodes: made cumulative, fix
by Kir Kolyshkin
· 11 years ago
c2a48a7
add_dev_param(): don't modify second argument
by Kir Kolyshkin
· 11 years ago
e28a889
parse_dev(): rm free
by Kir Kolyshkin
· 11 years ago
3691dbe
vzctl snapshot-delete: ignore ploop 'no guid found'
by Kir Kolyshkin
· 11 years ago
dadd086
is_mount_point(): fix for non-existing dir
by Kir Kolyshkin
· 11 years ago
33e7f02
vzctl delete: do rm config/dump
by Kir Kolyshkin
· 11 years ago
320bc27
dir_empty(): skip lost+found
by Kir Kolyshkin
· 11 years ago
2b1db5b
fs_create(): fix for VE_PRIVATE being a mount point
by Kir Kolyshkin
· 11 years ago
d6664f6
[style] fs_create(): rename a var
by Kir Kolyshkin
· 11 years ago
5236248
vzctl restore|resume: add --skip-fsck
by Kir Kolyshkin
· 11 years ago
54cbc8a
snapshot-switch --must-restore: fix restoring config
by Kir Kolyshkin
· 11 years ago
09f3085
main(): rm some dead code
by Kir Kolyshkin
· 11 years ago
bbc35a5
vzlist: fix cpuunits rounding
by Kir Kolyshkin
· 11 years ago
47ac00c
vzctl create: fix an error message
by Kir Kolyshkin
· 11 years ago
d9c3a14
vzctl start: mkdir /proc in CT if needed
by Kir Kolyshkin
· 11 years ago
aa17f64
vzctl start: close extra FDs later
by Kir Kolyshkin
· 11 years ago
c1baf6c
vzlist: fix cpulimit rounding
by Kir Kolyshkin
· 11 years ago
83059f0
vzlist: fix showing DISABLED
by Kir Kolyshkin
· 12 years ago
d4430fe
chkpnt(): add FIXME to add CRIU support
by Kir Kolyshkin
· 12 years ago
6be5c58
vzctl snapshot-switch --must-restore: rollback config on error
by Kir Kolyshkin
· 12 years ago
4fd00dc
vzctl snapshot-switch: improve an error message
by Kir Kolyshkin
· 12 years ago
d38a97e
vzctl snapshot-switch: add --must-restore
by Kir Kolyshkin
· 12 years ago
2d210bd
vzctl create --diskinodes: check for max ploop size
by Kir Kolyshkin
· 12 years ago
b16c52b
vzctl compact: use built-in PATH
by Kir Kolyshkin
· 12 years ago
9341df9
vzctl create: improve "no ploop" error message
by Kir Kolyshkin
· 12 years ago
c4d3484
vzncc: add -f FD option
by Kir Kolyshkin
· 12 years ago
afd0155
vznnc: check that -p is set
by Kir Kolyshkin
· 12 years ago
341be58
vznnc: add poll() to check if stdin is alive
by Kir Kolyshkin
· 12 years ago
Next »