Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bug Reference

CLOUDSTACK-6122

Introduction

Purpose

LXC support was added to CloudStack in 4.2 release. FS : LXC Support in CloudstackThe objective of this feature is to enhance LXC support by adding more functionality. This document contains design specification of the enhancements.

References

LXC Support in Cloudstack

CLOUDSTACK-922

Feature Specifications

LXC was implemented as hypervisor in cloudstack. Following operations are currently supported:

...

<graphics type="vnc" port="-1" autoport="yes" listen="10.147.28.11" keymap="en-us"/>

Database

No changes

New APIs

None

Limitations

  • No Console access
  • No Live migration
  • No migration across clusters
  • No snapshot support
  • No upload/download volume support
  • No template creation from ROOT volume
  • No ISO support for create Vm

 

Additional steps

  • set kvmclock.disable=true in /etc/cloudstack/agent/agent.properties
  • Fix cgroup co-mounting error: mount -t cgroup -o remount,cpu cpu "/sys/fs/cgroup/cpu,cpuacct"

Open Issues

Min required libvirt version should be documented

...