commit | 83059f003b24ab2ba1e0b523ce9c405f1f2729ff | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Sep 17 15:10:46 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Sep 17 15:12:53 2014 -0700 |
tree | 092ac9a430dda1d43be2b10270975fefc952799c | |
parent | d4430fe64e784390dd532bc82ceb364f1b76f6fe [diff] |
vzlist: fix showing DISABLED As pointed out in bug #3029, vzlist showing DISABLED=yes if DISABLED=no is set in CT config. As DISABLED is actually a tri-state value (yes/no/unset), we need to check for YES value explicitly. https://bugzilla.openvz.org/3029 Reported-by: Kevin Holly <root@hallowe.lt> Signed-off-by: Kir Kolyshkin <kir@openvz.org>