commit | 8c287191ce27fc4f46e53d61a8bad5f040d629f8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Oct 31 00:56:27 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Oct 31 00:59:04 2012 +0400 |
tree | 62c7e72833e23af231adbebac73490736f6a73b6 | |
parent | a1dd7167e38f9c21681e5365c8b874be4affbfd4 [diff] |
etc/init.d/vz*: eliminate "Container(s) not found" msg When doing vz stop, most probably all CTs will suspend fine during the first stage, so after it vzlist return nothing but do this: ++ vzlist -H -o ctid -sbootorder Container(s) not found To fix, redirect its stderr to /dev/null Signed-off-by: Kir Kolyshkin <kir@openvz.org>