File: Plan

package info (click to toggle)
lxctl 0.3.1%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 388 kB
  • sloc: perl: 2,656; makefile: 35
file content (31 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Release planing:

Version: 0.1. Date: 29.06.2011
* Basic functionality: create, set, list, start, stop, destroy
* LVM creation/deletion
* Lxc::control - module for managing lxc tools from perl. Basic functionality
* Cgroups API in Lxc::control
* Get and set cgroup parameters with lxctl
* FS growing
* Control LXC's config (set and get info from it)
* Simple manual on lxctl

Version: 0.2. Date: 03.07.2011
* Plugin system
* Some configuration changes
* Full manual to lxctl and Lxc::control.
* Build-system. Packets for Debian.
* Ability to turn lvm off (for quota)
* Basic configuration of lxctl from files.

Version 0.3. Date: 10.07.2011
* lxct config
* Containers's parameters should be saved to config.
* Ability to create container from config.
* Parallel create (TBD: does somebody needs it?)

Version 0.4. Date: 17.07.2011
* Offline-migration
* any rootfs.tar to container (For most popular OS's: Fedora 14+, Centos 5.5+, Ubuntu 10.04+, Debian 5.0+)
* Stabilize API of Lxc::control
* Stabilize API of Plugin system