Versions Compared

Key

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

...

  • ROOT Disk: NFS and local storage is supported for ROOT Disk
  • DATA disk: Support data disk while creating container. Only Ceph based data disk will be supported
  • Support attach/detach disk. attach-disk and detach-disk are supported by libvirt (since 1.0.2) for lxc. Same will be leveraged to support attach/detach data volume.
  • Support Ceph storage that will appear as block device on host using RBD
    • 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>
  • Migrate volume of a stopped container. Container root volume will be migrated across primary storages by copying compressed tar.gz of the root file system. Support for other block devices: Any block device if made available on the host, can be made available to the container also. Currently only Ceph RBD is supported.

Template

Registering a template and  Launching container from template is already supported. Additional functionality:

...