LXC support was added to CloudStack in 4.2 release was implemented as a hypervisor. Following operations are currently supported: - Add an LXC cluster - Add an LXC host - Register an LXC template - Spin up an LXC container (Create/Start/Stop/Destroy)
I would like to add more functionality, mostly on the storage side. - Support data disk while creating container - Support attach/detach data disk - Support Ceph storage - Migrate volume of a stopped container - Create template from ROOT volume - Attach/Detach an ISO to a container - Launch container from ISO - Console Access FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+2.0 Jira Ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-6122 Please let me know your comments. Thanks, Kishan