Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
beed992497b54c40c1be3c8672c05c52dd5f7721
beed992
include/config.h: remove check_ub() proto
by Kir Kolyshkin
· 12 years ago
99258ad
init.d/vz*: stop CTs in the in the reverse order to start
by Kir Kolyshkin
· 12 years ago
499154c
init.d/vz-redhat: fix errorneous lockfile removal
by Kir Kolyshkin
· 12 years ago
63dd0fd
osrelease.conf: add ubuntu-12.04
by Kir Kolyshkin
· 12 years ago
968901c
Fix a couple of vzctl exit codes
by Kir Kolyshkin
· 12 years ago
84d982e
include/vzerror.h: remove VZ_NO_IMAGE_FILE
by Kir Kolyshkin
· 12 years ago
24a78bb
vzmigrate: fix for offline migration of ploop CT
by Kir Kolyshkin
· 12 years ago
c659b9d
vzctl set --quotaugidlimit: fix for ploop
by Kir Kolyshkin
· 12 years ago
14452a7
vps_is_mounted(): add support for detecting bind mounts
by Kir Kolyshkin
· 12 years ago
1069bc3
vz_open(): fix OpenVZ kernel detection
by Kir Kolyshkin
· 12 years ago
252e418
vps_is_mounted(): remove the wrapper
by Kir Kolyshkin
· 12 years ago
93fc2f8
[style] vz_fs_is_mounted(): rename 'target' to 'root'
by Kir Kolyshkin
· 12 years ago
f61baf5
[style] include/fs.h: no need to specify extern for function prototypes
by Kir Kolyshkin
· 12 years ago
6ff9498
vzctl snapshot-delete: pass errno to logger()
by Igor Sukhih
· 12 years ago
8f8b1f4
Move setting HAVE_UPSTREAM to configure.ac
by Kir Kolyshkin
· 12 years ago
895c34a
bash_completion: only complete ploop-related commands if ploop is supported by the kernel
by Kir Kolyshkin
· 12 years ago
86101c5
configure.ac: bail out if libxml2-devel is not installed
by Kir Kolyshkin
· 12 years ago
37400d8
configure.ac: simplify a bit
by Kir Kolyshkin
· 12 years ago
be24be5
configure.ac: remove a couple of extra chars
by Kir Kolyshkin
· 12 years ago
dbd1283
vzctl snapshot-switch: use restored config if available
by Kir Kolyshkin
· 12 years ago
2dde263
vzctl snapshot: store/restore CT config on snapshot operations
by Igor Sukhih
· 12 years ago
2fd1f84
vzctl snapshot-delete: do not return VZCTL_E_CREATE_SNAPSHOT
by Kir Kolyshkin
· 12 years ago
f87f633
vzctl_resize_image(): use VZ_VE_PRIVATE_NOTSET error code
by Kir Kolyshkin
· 12 years ago
3b80e3c
vzctl snapshot-switch: fixed to work with new ploop
by Igor Sukhih
· 12 years ago
5dea1e5
[style] vzctl_env_switch_snapshot(): rename a variable
by Kir Kolyshkin
· 12 years ago
c894533
src/lib/image.h: fix ploop header file name
by Kir Kolyshkin
· 12 years ago
a8df7f4
cp_file(): add O_TRUNK when opening destination file
by Kir Kolyshkin
· 12 years ago
d66e924
get_fs_root(): add check for string overflow
by Kir Kolyshkin
· 12 years ago
82e0934
get_fs_root(): do not treat . as special
by Kir Kolyshkin
· 12 years ago
125eaab
Rename get_destroy_root() to get_fs_root(), move to util.c
by Kir Kolyshkin
· 12 years ago
d674106
vzctl console: process errors
by Konstantin Bukharov
· 12 years ago
5a5e424
vzctl console: use bigger buffer
by Konstantin Bukharov
· 12 years ago
f92b673
Allow to build w/o ploop headers
by Kir Kolyshkin
· 12 years ago
7d2f4d7
include/image.h: move a couple of prototypes around
by Kir Kolyshkin
· 12 years ago
0e6af21
src/lib/image.c: move a couple of functions up in the file
by Kir Kolyshkin
· 12 years ago
0a3d990
configure.ac: add --with[out]-ploop switch
by Kir Kolyshkin
· 12 years ago
5af7ecd
Introduce and use VZ_PLOOP_UNSUP exit code
by Kir Kolyshkin
· 12 years ago
f88febd
setns(): reimplement via syscall() if not available
by Kir Kolyshkin
· 12 years ago
37c6e50
Supply errno to logger() if setns() failed
by Kir Kolyshkin
· 12 years ago
53ccaa4
load_ploop_lib(): more info when we can't load libploop.so
by Kir Kolyshkin
· 12 years ago
1c8d8cc
vzctl compact: fix ploop balloon invocation
by Kir Kolyshkin
· 12 years ago
3129f37
vzctl convert: enable for real
by Kir Kolyshkin
· 12 years ago
8c6c78f
load_ploop_lib(): more info when we can't resolve ploop_resolve_functions()
by Kir Kolyshkin
· 12 years ago
8c31397
configure.ac: add check for setns()
by Kir Kolyshkin
· 12 years ago
e1816d1
vzctl.spec: drop ploop-lib requirement
by Kir Kolyshkin
· 12 years ago
a85616c
Convert the rest of the code to use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
c41adda
logger: switch to dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
de4bb43
vzctl snapshot*: use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
b8b141b
vzlist: use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
15b6882
Remove error printing from is_ploop_supported() callers
by Kir Kolyshkin
· 12 years ago
901bc93
Implement dynamic loading of ploop library
by Kir Kolyshkin
· 12 years ago
85ccf4b
vzctl.spec: add wget requirement
by Kir Kolyshkin
· 12 years ago
ef3a134
vzctl compact: fix a warning
by Kir Kolyshkin
· 12 years ago
3b759e3
Stop upstream containers by killing all processes.
by Glauber Costa
· 12 years ago
40348cf
Implement upstream netdev function
by Glauber Costa
· 12 years ago
c6f7199
Implement upstream veth function
by Glauber Costa
· 12 years ago
6320f5b
vzctl.spec: revert ploop req version lift
by Kir Kolyshkin
· 12 years ago
a55ff1c
src/vzlist.c: fix compiler warning
by Kir Kolyshkin
· 12 years ago
26535e9
is_ploop_supported(): reimplement using /proc/vz/ploop_minor
by Kir Kolyshkin
· 12 years ago
51974d4
Fix a log message in ct_do_open()
by Kir Kolyshkin
· 12 years ago
73651a6
vzlist: initialize p_buf = e_buf = NULL in json mode
by Kir Kolyshkin
· 12 years ago
22086cb
vzlist: fix a segfault when using --json
by Kir Kolyshkin
· 12 years ago
f802781
Implement cpu limitations
by Glauber Costa
· 12 years ago
d852c70
add a constant with the size in bytes for the cpumask array
by Glauber Costa
· 12 years ago
a6e1fda
Implement beancounters limitations
by Glauber Costa
· 12 years ago
fc0131a
Implement upstream enter function
by Glauber Costa
· 12 years ago
94ad926
Implement upstream env_create
by Glauber Costa
· 12 years ago
bdc0e9d
implement upstream linux destroy
by Glauber Costa
· 12 years ago
b0e1437
implement upstream linux is_run
by Glauber Costa
· 12 years ago
102353d
basic libcgroup support
by Glauber Costa
· 12 years ago
8c08ef2
Don't use a separate function for inquire pty name
by Glauber Costa
· 12 years ago
dd7dc9b
Move setgroups() from vz_env_create_data_ioctl() to exec_container_init()
by Kir Kolyshkin
· 12 years ago
219a616
move set_personality32 calls to common code.
by Glauber Costa
· 12 years ago
0898ee2
Fix VENETCTL_VE_IP_MAP ioctl argument
by Kir Kolyshkin
· 12 years ago
1c77abe
Move veth handling to VZ-specific file
by Glauber Costa
· 12 years ago
a7a9d87
Move ip handling to VZ-specific file
by Glauber Costa
· 12 years ago
7a3f6d8
Drop vps_handler.open field
by Kir Kolyshkin
· 12 years ago
573371c
Make sure to ignore meminfo setting on a non-OpenVZ kernel
by Kir Kolyshkin
· 12 years ago
895906e
Add hook to control net device
by Glauber Costa
· 12 years ago
e81be38
Add hook to set device permissions
by Glauber Costa
· 12 years ago
12a7c08
Add hook to set luid (UBC ID, a context)
by Glauber Costa
· 12 years ago
92ce20c
Add hook to set CPU parameters
by Glauber Costa
· 12 years ago
bd512e2
Add hook to set user beancounters
by Glauber Costa
· 12 years ago
9b32280
env.c: move a bunch of vz-specific functions to hooks_vz.c
by Kir Kolyshkin
· 12 years ago
53b17f8
Split a function creating a container into few parts.
by Glauber Costa
· 12 years ago
d56cddc
Add a placeholder for CT destruction
by Glauber Costa
· 12 years ago
b3388a1
Move function for entering container to hooks_vz.c
by Glauber Costa
· 12 years ago
091177c
Move test for running container to hooks-vz.c
by Glauber Costa
· 12 years ago
9dc1795
Move OVZ-specific vz_open() to hooks_vz.c
by Glauber Costa
· 12 years ago
f0fcf23
src/vzctl-actions.c: compile fix
by Kir Kolyshkin
· 12 years ago
06b764b
close_fds(): always use h->vzfd argument right before the last one
by Glauber Costa
· 12 years ago
9a9bc8a
Disable non-supported features
by Glauber Costa
· 12 years ago
ed33205
Test for vz kernel
by Glauber Costa
· 12 years ago
871a8f4
Give names to anonymous structs
by Glauber Costa
· 12 years ago
802f49c
Introduce flags for struct fs_param and vz_mount()
by Kir Kolyshkin
· 12 years ago
127ad44
vzctl set: remove --noatime
by Kir Kolyshkin
· 12 years ago
35e469d
src/vzctl-actions.c: remove mount() and umount()
by Kir Kolyshkin
· 12 years ago
1845474
vzctl snapshot: added check for snapshot guid dup
by Igor Sukhih
· 12 years ago
71af3b7
man/Makefile.am: fix check-man-dates target
by Kir Kolyshkin
· 12 years ago
43b0f77
vzlist: add 'disabled' and 'origin_sample' fields
by Kir Kolyshkin
· 12 years ago
Next »