]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC/Config.pm
config: implement method to calculate derived properties from a config
[pve-container.git] / src / PVE / LXC / Config.pm
2023-06-09 Fiona Ebnerconfig: implement method to calculate derived propertie...
2023-04-26 Thomas Lamprechtmemory: enforce memory.high also on hotplug changes
2023-03-16 Christoph Heissnet: Add `link_down` config to allow setting interfaces...
2023-01-12 Wolfgang Bumillerallow riscv32/64 containers
2022-11-21 Thomas Lamprechtconfig update: ensure that tags are unique
2022-11-16 Daniel Tschlatscherbetter parsing for lxc networking mtu setting
2022-11-08 Fiona Ebnerchange cpu shares: drop superfluous parameter
2022-11-08 Fiona Ebnerconfig: replace mentions of "VM" with "container"
2022-11-08 Fiona Ebneruse helper from common for cpu units/shares
2022-11-08 Fiona Ebnerconfig: cpuunits: update default description
2022-11-08 Fiona Ebnerchange cpu shares: hard-code cgroupv1 default parameter
2022-11-08 Fiona Ebnerconfig: cpuunits: drop description for outdated special...
2022-10-21 Thomas Lamprechtconfig: style fixup for long method call
2022-10-19 Thomas Lamprechtconfig: small code/whitespace cleanups
2022-10-19 Thomas Lamprechtconfig: add missing use statement for PVE::LXC
2022-08-12 Fiona Ebnerapply pending mountpoint: also hotplug non-volume mount...
2022-04-27 Stefan Sterzparse pct config: remove "\s*" from multi-line comment...
2022-03-03 Fabian Ebnerconfig: print volume: support printing unused volume
2022-02-17 Harikrishnan R via... Setup: add NixOS support
2022-02-09 Fabian Grünbichlerconfig: add strict parser
2022-01-28 Fabian Ebnersnapshot: implement __snapshot_activate_storages
2022-01-28 Fabian Ebnerconfig: parse_volume: don't die when noerr is set
2022-01-28 Fabian Ebnerconfig: snapshot_delete_remove_drive: check for parsed...
2021-12-01 Oguz Bektasconfig: allow 'lazytime' mount option for containers
2021-11-09 Aaron LautererConfig: add valid_volume_keys_with_unused
2021-11-08 Fabian Ebnerconfig: rollback is possible: add blockers parameter
2021-07-06 Thomas Lamprechtfix #3506: config: fix removing the cpulimit of a runni...
2021-06-18 Thomas Lamprechtconfig: limit description/comment length to 8 KiB
2021-04-18 Fabian Ebnerschema: mention special syntax for allocating a new...
2021-03-15 Fabian Ebnerconfig: parse: also allow empty values
2021-02-17 Thomas Lamprechtapi: ostype: add devuan
2020-11-24 Wolfgang Bumillerfix #3140: allow iface suffix on link local dns address
2020-11-23 Stoiko Ivanovfix #3161: snapshot creation: only check volumes for...
2020-11-10 Stoiko Ivanovsnapshot creation: fsfreeze mountpoints, if needed
2020-11-10 Stoiko Ivanovadd fsfreeze helper:
2020-09-15 Oguz Bektasfix #2938: increase limit of max cores from 128 to...
2020-09-09 Thomas Lamprechtimplement debug start
2020-08-27 Stephan LeemburgBump maximum number of container net interfaces from...
2020-07-13 Oguz Bektasfix #2820: don't hotplug over existing mpX
2020-07-09 Oguz Bektasfix #1423: add timezone config option
2020-06-24 Thomas Lamprechtfollowup variable name and empty line cleanup
2020-06-24 Aaron Lauterervzdump: move include logic for mountpoints to method
2020-06-24 Aaron Lauterervzdump: add reason for mountpoint backup inclusion
2020-05-15 Thomas LamprechtLXC: separate freeze_thaw to explicit freeze and thaw...
2020-05-15 Wolfgang Bumillerstop using lxc-freeze/unfreeze binaries
2020-05-05 Fabian Ebnercreate_vm: avoid premature write_config caused by updat...
2020-04-29 Wolfgang Bumillerconfig: whitelist lxc.cgroup2 raw keys
2020-04-15 Fabian EbnerFix parse_volume for unused volumes
2020-04-08 Fabian Grünbichlerconfig: make full parser private sub
2020-04-08 Fabian EbnerUse parse_volume instead of parse_ct-variants
2020-04-08 Fabian EbnerUse foreach_volume instead of foreach_mountpoint-variants
2020-04-04 Wolfgang Bumilleruse CGroup::change_cpu_{shares, quota}
2020-04-04 Wolfgang Bumilleruse CGroup::change_memory_limit
2020-03-27 Fabian EbnerImplement volume-related helpers and use new foreach_volume
2020-03-27 Fabian EbnerFor clone+copy features, make sure a valid format for...
2020-03-19 Thomas Lamprechtlxc_config: mount /sys as mixed for unprivileged by...
2020-02-06 Oguz Bektasapply_pending: do cleanup pending between, not during...
2020-01-30 Wolfgang Bumilleradd mknod feature flag
2020-01-27 Oguz Bektasfix #2568: hotplug: fix typo 'cpu.shares'
2019-12-12 Fabian EbnerAlways determine the size of the volume in volume_rescan
2019-11-20 Dominik Csapakadd 'tags' option
2019-11-20 Wolfgang Bumillerimplement mountpoint hotplugging
2019-11-20 Wolfgang Bumillerconfig: apply_pending_mountpoint helper
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-11-07 Wolfgang Linkfix #2456 setting bind-mount through API/CLI is broken
2019-11-06 Oguz Bektasfix #2453: actually reflect random MAC address selectio...
2019-11-05 Wolfgang Bumillerconfig: whitelist lxc.hook.version
2019-10-29 Oguz Bektasiterate pending config changes sorted
2019-10-28 Oguz Bektasadd 'lock' as a fastplug option
2019-10-22 Thomas Lamprechtfollowup: iterate over pending changes sorted
2019-10-22 Oguz Bektaspending apply/hotplug: use normal for loop iterate...
2019-10-18 Oguz Bektasimplement pending changes
2019-10-18 Oguz Bektasadd vmconfig_hotplug_pending and vmconfig_apply_pending
2019-10-18 Oguz Bektasallow to check for in-use volumes in pending section
2019-10-18 Oguz Bektasadapt CT config parser for pending changes
2019-10-18 Thomas Lamprechtfix #2412: ct destroy: only delete config after deleted...
2019-10-17 Oguz Bektasprepend underscores for is_volume_in_use private helper
2019-07-12 Wolfgang Bumillerconfig: whitelist lxc.seccomp.notify.proxy/cookie
2019-07-05 Thomas Lamprechtfollowup: code cleanup and uninitialized value access fix
2019-07-05 Oguz Bektasfix #1451: allow one to add mount options to CT mountpoints
2019-04-12 Oguz Bektasadd fstrim lock to enum
2019-04-11 Dominik Csapakadd create lock to enum
2019-03-27 Thomas Lamprechtdepreacate pve-lxc-snapshot-name in favor of identical...
2019-03-14 Stoiko Ivanovconfig: hwaddr: enforce unicast MAC addresses
2019-02-19 Oguz Bektasfix #2104: config "features: mount" regex pattern
2019-02-01 Dominik Csapakadd pre- start/stop hookscript to containers
2019-01-07 Wolfgang Bumillerclose #1785: whitelist namespaced lxc.sysfs.* entries
2019-01-04 Wolfgang Bumilleradd informative comment...
2018-11-28 Wolfgang Bumilleradd features:fuse
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
next