OS-3455

need pstop -z

Status:
Open
Created:
2014-10-25T16:57:36.000-0400
Updated:
2017-11-04T12:08:22.567-0400

Description

In order to implement the 'docker pause' function, we're going to need to have some way to 'pause' all processes in a zone. I spoke with @Former user and @Former user about this and the suggestion was that we implement:

pstop -z <zonename>

which would "pause" all processes in a zone. For comparison the system that official docker uses for pausing a zone in an Linux container using cgroups is:

https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt