OS-3456

need prun -z

Status:
Open
Created:
2014-10-25T16:59:55.000-0400
Updated:
2017-11-04T12:08:25.847-0400

Description

In order to implement the 'docker unpause' function, we're going to need to have some way to 'unpause' 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>

for pausing all processes in a zone (See OS-3455#icft=OS-3455). The inverse of this would be:

prun -z <zonename>

which is what we should do with this ticket.

Comments (1)

Former user commented on 2014-10-25T18:07:27.000-0400:

It's worth considering that this will presumably resume processes that were initially legitimately stopped prior to the docker pause action taking effect.