[PR #10691] [CLOSED] feat: Add Proxmox LXC and VM AutoScale installation scripts #8925

Closed
opened 2026-02-26 16:34:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10691
Author: @fabriziosalmi
Created: 1/10/2026
Status: Closed

Base: mainHead: feat/proxmox-autoscale-scripts


📝 Commits (3)

  • 7d96e08 feat: Add Proxmox LXC and VM AutoScale installation scripts
  • 95a6038 Update tools/pve/proxmox-lxc-autoscale.sh
  • f2dc65a Update tools/pve/proxmox-vm-autoscale.sh

📊 Changes

4 files changed (+695 additions, -0 deletions)

View changed files

frontend/public/json/proxmox-lxc-autoscale.json (+56 -0)
frontend/public/json/proxmox-vm-autoscale.json (+60 -0)
tools/pve/proxmox-lxc-autoscale.sh (+313 -0)
tools/pve/proxmox-vm-autoscale.sh (+266 -0)

📄 Description

Description

Adds installation scripts for two Proxmox resource auto-scaling tools:

  • LXC AutoScale: Automatically adjusts CPU/RAM for LXC containers based on real-time usage
  • VM AutoScale: Automatically adjusts CPU/RAM for Virtual Machines based on thresholds

Changes

  • tools/pve/proxmox-lxc-autoscale.sh - LXC AutoScale installer
  • tools/pve/proxmox-vm-autoscale.sh - VM AutoScale installer
  • frontend/public/json/proxmox-lxc-autoscale.json - Frontend metadata
  • frontend/public/json/proxmox-vm-autoscale.json - Frontend metadata

Features

  • Python venv for Debian 12/Proxmox 8 compatibility (avoids pip system-wide issues)
  • Config backup/restore during updates
  • LXCFS auto-patch option (LXC) - adds -l flag for proper loadavg
  • NUMA/Hotplug requirements documentation (VM)
  • Systemd service integration
  • Installation to /opt/ for clean multi-file project structure

Source Projects

Testing

Tested on Proxmox VE 8.3.3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/10691 **Author:** [@fabriziosalmi](https://github.com/fabriziosalmi) **Created:** 1/10/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/proxmox-autoscale-scripts` --- ### 📝 Commits (3) - [`7d96e08`](https://github.com/community-scripts/ProxmoxVE/commit/7d96e081b5e06e5f55a1457ea8c38d4d9284e156) feat: Add Proxmox LXC and VM AutoScale installation scripts - [`95a6038`](https://github.com/community-scripts/ProxmoxVE/commit/95a6038a178dfd2324db4ab39446622a2cc29e84) Update tools/pve/proxmox-lxc-autoscale.sh - [`f2dc65a`](https://github.com/community-scripts/ProxmoxVE/commit/f2dc65acf423f131d5eb4354cdf86ec034ddaf27) Update tools/pve/proxmox-vm-autoscale.sh ### 📊 Changes **4 files changed** (+695 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/public/json/proxmox-lxc-autoscale.json` (+56 -0) ➕ `frontend/public/json/proxmox-vm-autoscale.json` (+60 -0) ➕ `tools/pve/proxmox-lxc-autoscale.sh` (+313 -0) ➕ `tools/pve/proxmox-vm-autoscale.sh` (+266 -0) </details> ### 📄 Description ## Description Adds installation scripts for two Proxmox resource auto-scaling tools: - **LXC AutoScale**: Automatically adjusts CPU/RAM for LXC containers based on real-time usage - **VM AutoScale**: Automatically adjusts CPU/RAM for Virtual Machines based on thresholds ## Changes - `tools/pve/proxmox-lxc-autoscale.sh` - LXC AutoScale installer - `tools/pve/proxmox-vm-autoscale.sh` - VM AutoScale installer - `frontend/public/json/proxmox-lxc-autoscale.json` - Frontend metadata - `frontend/public/json/proxmox-vm-autoscale.json` - Frontend metadata ## Features - Python venv for Debian 12/Proxmox 8 compatibility (avoids pip system-wide issues) - Config backup/restore during updates - LXCFS auto-patch option (LXC) - adds `-l` flag for proper loadavg - NUMA/Hotplug requirements documentation (VM) - Systemd service integration - Installation to `/opt/` for clean multi-file project structure ## Source Projects - https://github.com/fabriziosalmi/proxmox-lxc-autoscale (225 stars) - https://github.com/fabriziosalmi/proxmox-vm-autoscale (284 stars) ## Testing Tested on Proxmox VE 8.3.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:34:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#8925
No description provided.