]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC/Config.pm
use full module path for storage_config
[pve-container.git] / src / PVE / LXC / Config.pm
2017-06-14 Dominik Csapakuse full module path for storage_config
2017-06-13 Dietmar Maurerget_replicatable_volumes: add unused volumes
2017-06-13 Dietmar Maurerget_replicatable_volumes: add additional tests
2017-06-13 Dietmar Maurerget_replicatable_volumes: pass $vmid parameter
2017-06-12 Dietmar MaurerPVE::LXC::Config - implement $cleanup flag for get_repl...
2017-05-29 Dietmar Maurerremove 'replicate' configuration - we will store that...
2017-05-06 Dietmar Maurercheck replicate feature on any config update
2017-05-06 Dietmar Maurerget_replicatable_volumes: replacemnet for PVE::Replicat...
2017-05-06 Dietmar Maureruse a single replicate property (format pve-replicate)
2017-04-28 Wolfgang Bumillercleanup replication config update
2017-04-28 Wolfgang LinkInsert new properties in the LXC config for the PVE...
2017-04-24 Wolfgang Bumillerconfig: whitelist lxc.limit.*
2016-12-20 Dietmar Maurersupress warning when we try to delete a non-existent...
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
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