llxc
llxc copied to clipboard
Python script for managing LXC containers
Deal more elegantly with the case of when ssh keys don't exist yet. Show a warning, or create it, but don't fail.
Creating a container '123' affects list, '1234' is fine, as is '12345': 1234 00 stopped Unavailable 12 00 stopped Unavailable 12345 00 stopped Unavailable Note that the container is created...
When destroying a container created using btrfs support, llxc fails with the error: rm: cannot remove `//var/lib/lxc/impact/rootfs': Directory not empty rm: skipping`/var/lib/lxc/impact/rootfs', since it's on a different device impact successfully...
Ad some if statements to use the correct cgroup paths when not using cgroups-lite
LLXC should check whether cgroups are mounted before doing actions that require it.
LLXC should check before a template is available before creating a new container based on it.