Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
evz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Тимофей Смирнов
evz
Commits
54f1433d
Commit
54f1433d
authored
4 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve descriptions
parent
f9c74c69
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
README.md
README.md
+5
-1
evz
bin/evz
+3
-1
evz-vzctl
bin/evz-vzctl
+2
-0
evz.8
man/evz.8
+2
-1
No files found.
README.md
View file @
54f1433d
...
...
@@ -16,10 +16,14 @@ Examples:
N1
N2
evz start N1
evz stop N1 N2
evz start N1 N2
evz show N1
evz enter N1
evz exec N1 N2 epm q sudo
and so on.
This diff is collapsed.
Click to expand it.
bin/evz
View file @
54f1433d
...
...
@@ -72,13 +72,15 @@ $(get_help HELPOPT)
Examples:
# evz start ID ID ID
# evz list ALL
# evz exec all epm q sudo
# evz exec all ls '/tmp/file with spaces'
"
}
print_version
()
{
echo
"Etersoft virtualization wrapper version @VERSION@"
echo
"Copyright (c) Etersoft 2017, 2020"
echo
"Copyright (c) Etersoft 2017, 2020
, 2021
"
echo
"This program may be freely redistributed under the terms of the GNU AGPLv3."
}
...
...
This diff is collapsed.
Click to expand it.
bin/evz-vzctl
View file @
54f1433d
...
...
@@ -89,6 +89,8 @@ case $CMD in
LIST
=
"
$(
get_list
"
$@
"
)
"
for
i
in
$LIST
;
do
#info "Do $CMD on $i ..."
# TODO: https://bugzilla.altlinux.org/show_bug.cgi?id=38904
#cat /proc/user_beancounters
a
=
vzubc
$i
done
;;
...
...
This diff is collapsed.
Click to expand it.
man/evz.8
View file @
54f1433d
...
...
@@ -5,7 +5,7 @@
.\" This file has been put into the public domain.
.\" You can do whatever you want with this file.
.\"
.TH EVZ 8 "
November 2017
" "Version 0.1"
.TH EVZ 8 "
February 2021
" "Version 0.1"
.SH NAME
evz \- openvz control tool
...
...
@@ -35,6 +35,7 @@ Quiet mode
# evz on 25 - enable onboot and start container 25
# evz destroy 5 10 - stop containers 5, 10 and destroy it
# evz restart 10 20 - restart containers 10 20
# evz exec all epm q sudo - run 'epm -q sudo' in all running containers
.SH ENV
You can override autodetected virtualization engine with EVZCTL environment variable.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment