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.
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.