diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-08 14:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:35:53 +0000 |
commit | f896af751555bb2793211f6fee27f288c0e94303 (patch) | |
tree | e6ffa5b3c2e6b844fc1c5eb6212faf518ee9a139 | |
parent | Updating name in container-status manpage. (diff) | |
download | compute-tools-f896af751555bb2793211f6fee27f288c0e94303.tar.xz compute-tools-f896af751555bb2793211f6fee27f288c0e94303.zip |
Dropping lxc ignore in container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | lib/container/list | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/container/list b/lib/container/list index 60ae782..d522623 100755 --- a/lib/container/list +++ b/lib/container/list @@ -148,12 +148,6 @@ CONTAINERS="$(cd "${MACHINES}" 2>/dev/null && find -maxdepth 1 -type d -and -not for CONTAINER in ${CONTAINERS} do - # FIXME: ignore lxc container for now - if [ -e "${MACHINES}/${CONTAINER}/rootfs" ] - then - continue - fi - STATE="$(machinectl show ${CONTAINER} 2>&1 | awk -F= '/^State=/ { print $2 }')" if [ -e "${CONFIG}/${CONTAINER}.conf" ] |