DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
LXC containers are created using libvirt in cloudstack. Libvirt domain xml will be modified to support additional features. KVM system Vms are used for LXC, so most of the networking features are already supported.
Storage
Configure and create Ceph RBD on host and make it visible in the container using host passthrough configuration
<hostdev mode='capabilities' type='storage'>
<source>
<block>/dev/rbd1</block>
</source>
</hostdev>
...