]> git.proxmox.com Git - pve-container.git/history - src/PVE/API2/LXC.pm
Fix #2109: resize rbd volume for container failed
[pve-container.git] / src / PVE / API2 / LXC.pm
2015-09-04 Dietmar Maureruse PVE::Cluster::complete_next_vmid
2015-09-03 Emmanuel KasperConvert to disksize to GB after reading the config...
2015-09-02 Dietmar Maureradd bash completion support
2015-09-01 Dietmar Maureradd offline migration code
2015-08-31 Alen Grizoniclxc detect error message changed
2015-08-28 Dietmar Maurercleanup error message
2015-08-28 Alen GrizonicHA resources check before destroying lxc
2015-08-28 Thomas Lamprechtrun spiceterm and return spiceproxy config only if...
2015-08-27 Dietmar Maurercreate_disks: removed default_storage parameter
2015-08-27 Dietmar Maurercreate: do not pass mointpoints to update_pct_config...
2015-08-27 Dietmar Maurercreate_disks: correctly protect code with eval
2015-08-27 Alexandre Derumiervm_create : add support for mountpoints
2015-08-26 Thomas Lamprechtallow to load configs from CTs located on other nodes
2015-08-20 Dietmar Maurersplit PVE::API2::LXC into smaller parts
2015-08-19 Alen Grizonicremove <vmid>.fw file after lxc vm destroy
2015-08-19 Dietmar Maurercleanup directory structure
2015-08-18 Alexandre Derumieradd pve-prestart-hook and move activate volumes inside it
2015-08-18 Alexandre Derumieradd lxc-pve-poststop-hook and move vm_stop_cleanup
2015-08-18 Alexandre Derumiervm_start : attach loop devices for non rootfs mountpoint
2015-08-15 Dietmar Maurerimplement new cmode option
2015-08-14 Alexandre Derumieractivate all mountpoints at vmstart
2015-08-14 Dietmar Maurerremove ct access permissions after destroy
2015-08-13 Wolfgang Bumillermountpount->mountpoint + call fix
2015-08-13 Dietmar Maurerimplement template creation
2015-08-12 Alexandre Derumieradd rbd storage type support
2015-08-12 Dietmar Maurerdo not use hardcoded disk image names
2015-08-07 Wolfgang LinkFix: If a Ct are created and a pool are given add the...
2015-08-07 Wolfgang Linkfix LXC backup after changing lxc to pct conf
2015-08-07 Dietmar Maureractivate/deactivates volumes on container start/stop
2015-08-07 Dietmar Maurerallow to use drbd storage for containers
2015-08-07 Dietmar Maurerallow to add low level LXC configuration directly
2015-08-06 Dietmar Maureradopt snaptshot implementation for new config format
2015-08-06 Dietmar Maureruse our own configuration format for containers
2015-07-31 Wolfgang LinkFix warning if restore from OpenVZ
2015-07-31 Wolfgang LinkFix disksize assign size when recover
2015-07-31 Dietmar Maurercleanup recover_config
2015-07-31 Dietmar Maurercleanup: move OpenVZ to LXC hint into convert_ovz()
2015-07-31 Dietmar Maurerrestore: do not overwrite network device names
2015-07-31 Dietmar Maurercleanup: use //= operator
2015-07-31 Dietmar Maurercleanup: new helper lxc_config_change_vmid()
2015-07-31 Wolfgang LinkInsert capability for restore LXC- and OpenVZ- dumpfiles
2015-07-30 Wolfgang BumillerFix leftover OpenVZ call in lxc api
2015-07-24 Dietmar Maureruse check_lock with start/update/destroy
2015-07-23 Wolfgang LinkComplete the snapshot API2
2015-07-23 Wolfgang LinkAdd snapshot rollback to API2
2015-07-23 Wolfgang LinkAdd delsnapshot to LXC API2
2015-07-23 Wolfgang LinkAdd snapshot to LXC API2
2015-06-03 Dietmar MaurerRevert "lxc-start does not close all FDs, so we cannot...
2015-06-02 Dietmar Maurerlxc-start does not close all FDs, so we cannot use...
2015-05-12 Wolfgang Bumillerfix bad remote_node_ip usage
2015-05-12 Wolfgang Bumillerpass port family to next_vnc_port
2015-05-07 Dietmar Maurerinstall global lxc config
2015-05-01 Dietmar Maureruse pve.volid if set
2015-04-29 Dietmar Maurerimplement restore command
2015-04-27 Dietmar Maurersave volid inside config, so that we can cleanly destro...
2015-04-24 Dietmar Maurerimplement disk size parameter
2015-04-24 Dietmar MaurerPVE::LXCCreate, use our own class instead of running...
2015-04-23 Dietmar Maurerallow to setup root password
2015-04-22 Dietmar Maurerimplement cpuunits, cleanup code
2015-04-21 Dietmar Maurerimplement swap and cpulimit
2015-04-20 Dietmar Maureradd mount hook, chnage network config for ip setup
2015-04-17 Dietmar Maurerimplement console API
2015-04-17 Dietmar Maurerimplement API for start/stop, depend on pve-ha-manager
2015-04-17 Dietmar Maurerallow to get/set memory and swap
2015-04-16 Dietmar Maurervmstatus: add dummy values
2015-04-16 Dietmar Maurerallow to set network interfaces
2015-04-16 Dietmar Maurerimplement update_vm API (change hostname for now)
2015-04-16 Dietmar Maurerimplement create_vm API
2015-04-16 Dietmar Maurerinitial commit