commit | d9c3a148cabddd91011be5ef7eac680e9088a2db | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Oct 14 03:54:49 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Oct 14 04:05:15 2014 -0700 |
tree | 28e8d001a4bdeebe049288d8a03dc99021c36991 | |
parent | aa17f642bd9f2e3db6f51a626fde16e371b0034b [diff] |
vzctl start: mkdir /proc in CT if needed Although this is a rare case, there might be a container with /proc directory missing. As we already take care of mounting it, why not also create it (ignoring the fact that it already exists, but reporting any other error). This makes it possible to start CT if there's no /proc inside it. https://bugzilla.openvz.org/3091 Reported-by: Sergey Korshunov <seyko2@gmail.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org>