commit | 95f2deaa46ac1b51262a290642ef7b76036ac654 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Nov 26 20:51:04 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Nov 26 21:52:24 2013 -0800 |
tree | be611f82ed18cd107cc27b589e9a1721020a3223 | |
parent | 4701bc2b0c36c7a67bcef208f49503218fa7d5d0 [diff] |
vzlist: fix bogus CTIDs in list After commit 95f0ec2 we call get_mounted_status() conditionally. If it is not called we do not remove containers with non-existing VE_PRIVATE. That results in strange effects like CTID of 0 to appear in vzlist -1a output. Rework the optimization done in 95f0ec2/r928084 to not be too agressive. https://bugzilla.openvz.org/2830 Reported-by: Tyler Bishop <tyler.bishop@beyondhosting.net> Signed-off-by: Kir Kolyshkin <kir@openvz.org>