1
.\" This manpage has been automatically generated by docbook2man
2
.\" from a DocBook document. This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
4
.\" Please send any bug reports, improvements, comments, patches,
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "LXC-FREEZE" "1" "23 November 2009" "" ""
9
lxc-freeze \- freeze all the container's processes
12
\fBlxc-freeze \fI-n name\fB
17
\fBlxc-freeze\fR freezes all the processes running
18
inside the container. The processes will be blocked until they
19
are explicitly thawed by the \fBlxc-unfreeze\fR
20
command. This command is useful for batch managers to schedule a
24
These options are common to most of lxc commands.
27
Print a longer usage message than normal.
30
Give the usage message
35
\fB-o, --logfile=\fIFILE\fB\fR
36
Output to an alternate log
37
\fIFILE\fR\&. The default is no log.
39
\fB-l, --logpriority=\fILEVEL\fB\fR
41
\fILEVEL\fR\&. The default log
42
priority is ERROR\&. Possible values are :
48
\fB-n, --name=\fINAME\fB\fR
49
Use container identifier \fINAME\fR\&.
50
The container identifier format is an alphanumeric string.
53
\fBThe container was not found\fR
54
The specified container was not created before with
55
the \fBlxc-create\fR command.
72
\fBlxc-unfreeze\fR(1),
76
Daniel Lezcano <daniel.lezcano@free.fr>