1lxc-freeze(1)                                                    lxc-freeze(1)
2
3
4

NAME

6       lxc-freeze - freeze all the container's processes
7

SYNOPSIS

9       lxc-freeze {-n name}
10

DESCRIPTION

12       lxc-freeze  freezes all the processes running inside the container. The
13       processes will be blocked until they are explicitly thawed by the  lxc-
14       unfreeze command. This command is useful for batch managers to schedule
15       a group of processes.
16

COMMON OPTIONS

18       These options are common to most of lxc commands.
19
20       -?, -h, --help
21              Print a longer usage message than normal.
22
23       --usage
24              Give the usage message
25
26       -q, --quiet
27              mute on
28
29       -P, --lxcpath=PATH
30              Use an alternate container path. The default is /var/lib/lxc.
31
32       -o, --logfile=FILE
33              Output to an alternate log FILE. The default is no log.
34
35       -l, --logpriority=LEVEL
36              Set log priority to LEVEL. The default log  priority  is  ERROR.
37              Possible  values  are  : FATAL, CRIT, WARN, ERROR, NOTICE, INFO,
38              DEBUG.
39
40              Note that this option is setting the priority of the events  log
41              in  the  alternate  log file. It do not have effect on the ERROR
42              events log on stderr.
43
44       -n, --name=NAME
45              Use container identifier NAME.  The container identifier  format
46              is an alphanumeric string.
47
48       --rcfile=FILE
49              Specify  the  configuration file to configure the virtualization
50              and isolation functionalities for the container.
51
52              This configuration file if present will be used even if there is
53              already  a  configuration file present in the previously created
54              container (via lxc-create).
55
56       --version
57              Show the version number.
58

DIAGNOSTIC

60       The container was not found
61              The specified container was not created before with the lxc-cre‐
62              ate command.
63

SEE ALSO

65       lxc(7),  lxc-create(1), lxc-copy(1), lxc-destroy(1), lxc-start(1), lxc-
66       stop(1), lxc-execute(1), lxc-console(1),  lxc-monitor(1),  lxc-wait(1),
67       lxc-cgroup(1),  lxc-ls(1), lxc-info(1), lxc-freeze(1), lxc-unfreeze(1),
68       lxc-attach(1), lxc.conf(5)
69

AUTHOR

71       Daniel Lezcano <daniel.lezcano@free.fr>
72
73
74
75                                  2020-01-29                     lxc-freeze(1)
Impressum