1. 23 7月, 2014 1 次提交
  2. 08 4月, 2014 1 次提交
  3. 13 2月, 2014 5 次提交
    • C
      LXC from native: map lxc.cgroup.cpuset.* · 281e2990
      Cédric Bosdonnat 提交于
      281e2990
    • C
      LXC from native: implement no network conversion · 7bfd6e97
      Cédric Bosdonnat 提交于
      If no network configuration is provided, LXC only provides the loopback
      interface. To match this, we need to use the privnet feature. LXC will
      also define a 'none' network type in its 1.0.0 version that fits
      libvirt LXC driver's default.
      7bfd6e97
    • C
      LXC from native: migrate fstab and lxc.mount.entry · a41680f8
      Cédric Bosdonnat 提交于
      Tmpfs relative size and default 50% size values aren't supported as
      we have no idea of the available memory at the conversion time.
      a41680f8
    • C
      LXC from native: import rootfs · 197b13e5
      Cédric Bosdonnat 提交于
      LXC rootfs can be either a directory or a block device or an image
      file. The first two types have been implemented, but the image file is
      still to be done since LXC auto-guesses the file format at mount time
      and the LXC driver doesn't support the 'auto' format.
      197b13e5
    • C
      LXC driver: started implementing connectDomainXMLFromNative · 7195c807
      Cédric Bosdonnat 提交于
      This function aims at converting LXC configuration into a libvirt
      domain XML description to help users migrate from LXC to libvirt.
      
      Here is an example of how the lxc configuration works:
      virsh -c lxc:/// domxml-from-native lxc-tools /var/lib/lxc/migrate_test/config
      
      It is possible that some parts couldn't be properly mapped into a
      domain XML fragment, so users should carefully review the result
      before creating the domain.
      
      fstab files in lxc.mount lines will need to be merged into the
      configuration file as lxc.mount.entry.
      
      As we can't know the amount of memory of the host, we have to set a
      default value for max_balloon that users will probably want to adjust.
      7195c807