]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC/Config.pm
fix #1147: allow marking non-volume mps as shared
[pve-container.git] / src / PVE / LXC / Config.pm
2016-11-03 Fabian Grünbichlerfix #1147: allow marking non-volume mps as shared
2016-10-27 Dietmar Maureradd new option 'cores' to restrict visible cores
2016-10-26 Dietmar MaurerPVE::LXC::Config::has_lxc_entry() new helper
2016-09-16 Fabian Grünbichlercorrectly set unlimited cpulimit at runtime
2016-09-05 Dietmar Maureruse integer values for minimum and maximum (json schema)
2016-08-12 Dominik Csapakfix #1078: accept arch parameter
2016-07-25 Dominik Csapakallow deleting of container hostname
2016-07-14 Wolfgang Bumillerpass datacenter.cfg's mac_prefix to random_ether_addr
2016-07-05 Fabian Grünbichlerfix 1046: add non-snapshotted disks as unused
2016-06-21 Fabian Grünbichleradd @param to foreach_mountpoint(_xx)
2016-06-07 Fabian Grünbichlerdocs: update mountpoint descriptions again
2016-06-07 Fabian Grünbichlerdocs: update mountpoint descriptions
2016-05-25 Fabian Grünbichlerfix deletion of backup snapshots
2016-05-25 Fabian Grünbichlerexclude non-volume mps from backup
2016-05-24 Wolfgang BumillerLXC::Config: make mountpoint_backup_enabled a class...
2016-05-23 Wolfgang BumillerSetup: add gentoo support
2016-05-19 Dietmar Maurercleanup descriptions
2016-05-18 Dietmar Maurerallow VLAN 1 tag in containers
2016-05-18 Dietmar Maurerremove backup property from rootfs
2016-05-18 Dietmar Maurernew helper mountpoint_backup_enabled()
2016-05-11 Dietmar Maurerremove unneccessary format_description
2016-05-07 Dietmar Maurerhwaddr: improve property description
2016-05-07 Dietmar Maurerexport $netconf_desc, so that we can generate docs
2016-03-23 Dietmar Maureruse ascicode compatible markup
2016-03-16 Fabian GrünbichlerRefactor content type check into sub
2016-03-16 Fabian Grünbichlercall create_disks after updating rootfs
2016-03-16 Fabian GrünbichlerCheck content type when adding/updating volumes
2016-03-09 Wolfgang Bumillerimplement cpulimit hotplugging
2016-03-09 Wolfgang Bumillerconfig: allow deleting cpuunits and cpulimit
2016-03-08 Wolfgang Bumillerimplement rate limiting
2016-03-08 Fabian GrünbichlerDecide whether volume is added as unused in subclass
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