]> git.proxmox.com Git - pve-container.git/history - src/PVE/API2/LXC.pm
fix #1147: allow marking non-volume mps as shared
[pve-container.git] / src / PVE / API2 / LXC.pm
2016-11-03 Fabian Grünbichlerfix #1147: allow marking non-volume mps as shared
2016-09-20 Fabian Grünbichlerrestore: only restore lxc.* if root
2016-09-20 Fabian Grünbichlerrestore: add permission check
2016-09-20 Fabian Grünbichlerrestore: fix simple with non-volume mps
2016-08-05 Wolfgang Bumillerupdate_lxc_config: remove unused parameter
2016-06-03 Fabian Grünbichleruse empty config to reserve container ID
2016-06-03 Fabian Grünbichlersplit up create_rootfs and restore_and_configure
2016-06-01 Fabian Grünbichlerdon't allow automatic restore to dev/bind rootfs
2016-06-01 Fabian Grünbichlerwarn about unsupported backup configuration
2016-06-01 Fabian Grünbichlerautomatically restore mountpoints from backup
2016-04-20 Fabian Grünbichlerfix #942: restore ACL and other rootfs options from...
2016-04-20 Fabian Grünbichlerskip some additional config options when restoring
2016-04-06 Wolfgang Bumilleradd missing defined check on validate_ssh_keys
2016-04-05 Fabian GrünbichlerExpose ssh_keys feature over API
2016-04-01 Wolfgang BumillerFix #925: activate volume before trying to resize
2016-03-16 Fabian GrünbichlerAdd force parameter for migration with bind/dev mp
2016-03-15 Fabian Grünbichlerrequire -experimental for pct clone and template
2016-03-03 Fabian GrünbichlerMove JSONFormat code to PVE::LXC::Config
2016-03-03 Fabian GrünbichlerRefactor mountpoint and general conf methods
2016-03-03 Fabian GrünbichlerRework snapshot code, has_feature
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-02-23 Wolfgang Bumilleronly root@pam should be able to add bind mounts
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2016-02-08 Wolfgang BumillerFix #791: warn when resize2fs fails
2016-01-27 Thomas Lamprechtfix PVE::HA use clauses
2016-01-21 Dietmar Maurerimplement linked clones
2016-01-15 Dietmar Maurerfix mount_all, improve bind mount handling
2016-01-15 Dietmar Maurerimplement parse_ct_rootfs
2015-11-26 Wolfgang Bumillerfactor query_loopdev into PVE::LXC
2015-11-20 Wolfgang Bumilleradd -ignore-unpack-errors
2015-11-20 Wolfgang Bumillerfix pct resize parameter list
2015-11-13 Wolfgang Bumilleradded the unprivileged flag
2015-11-04 Dietmar Maurerdestroy: check if container is still running
2015-11-02 Dietmar Maurercorrectly check storage access for all mount points
2015-11-02 Wolfgang Linkfix bug #799: resize running CT with no loopdev.
2015-10-28 Dietmar Maurerimprove inline comment
2015-10-28 Wolfgang LinkStart a worker in lxc resize.
2015-10-28 Wolfgang Linkmove resize to have it available in the pveshell and...
2015-10-12 Dietmar Maurerfix test if storage allows containers
2015-10-07 Dietmar Maureravoid warning about uninitialized value
2015-10-01 Dietmar Maurerpct create: add bash completion for storage parameter
2015-09-22 Alen GrizonicCT protection mode
2015-09-10 Dietmar Maurercleanup mp size parameter (add units, same code as...
2015-09-10 Dietmar Maureravoid warning about undefined value
2015-09-09 Alen GrizonicCT protection mode added
2015-09-07 Dietmar Maureruse complete_migration_target from PVE::Cluster
2015-09-05 Dietmar Maurermove create_disks to PVE::LXC to avoid cyclic dependency
2015-09-05 Wolfgang Bumilleradd support to add mountpoints with pct set
2015-09-05 Dietmar Maurerformat_disk: cleanups, never try to format subvolumes
2015-09-05 Dietmar Maurerfix coding style
2015-09-05 Wolfgang Bumillerdisk formatting and mounting changed
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...
next