]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC/Config.pm
add feature flags using apparmor profile generation
[pve-container.git] / src / PVE / LXC / Config.pm
2018-10-03 Wolfgang Bumilleradd feature flags using apparmor profile generation
2018-10-03 Wolfgang Bumillerconfig: whitelist new apparmor related config keys
2018-09-18 Dietmar Maurerdetect_architecture: use ELF machine header to detect ISA
2018-09-17 Dominik Csapaksnapshot_rollback_vm_start: rename $forcemachine param...
2018-09-13 Wolfgang Bumillerconfig: add the rest of the missing lock types
2018-09-11 Fabian Grünbichlerfix #1897: bump MAX_MOUNT_POINTS to 256
2018-09-07 Dominik Csapakadd missing 'mounted' as lock type for containers
2018-07-31 Wolfgang Bumillercleanup: move variable a bit closer to its use...
2018-07-31 Dominik Csapakfix #1851: check 'replicate' flag for non-volume mountp...
2018-04-24 Fabian Grünbichlerupdate_config: rescan volume size
2018-03-13 Wolfgang Bumillerconfig: is_volume_in_use: ability to search only snapshots
2018-01-25 Dominik Csapakfix #1618: do not double encode the description
2017-10-17 Wolfgang Bumilleradd vm_stop helper
2017-09-22 Fabian Grünbichlerdoc: add auto/dhcp/manual to netX ip6 description
2017-09-22 Fabian Grünbichlerdoc: add dhcp/manual to netX ip description
2017-09-12 Wolfgang Bumillerconfig: update for lxc-2.1
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