The freezer
subsystem suspends or resumes tasks in a control group.
- freezer.state
-
freezer.state
has three possible values:
-
FROZEN
— tasks in the control group are suspended.
-
FREEZING
— the system is in the process of suspending tasks in the control group.
-
THAWED
— tasks in the control group have resumed.
Note that while the FROZEN
and THAWED
values can be written to freezer.state
, FREEZING
cannot be written, only read.