mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#476
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/479
Author: @michelroegl-brunner
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner
Base:
main← Head:fix/464📝 Commits (1)
6d2df99fix: use node-specific Proxmox config paths for VM vs LXC detection📊 Changes
2 files changed (+62 additions, -54 deletions)
View changed files
📝
server.js(+4 -3)📝
src/server/api/routers/installedScripts.ts(+58 -51)📄 Description
Summary
Fixes destroying LXC containers on multi-node Proxmox clusters where VM vs LXC detection used symlink paths that resolve to the wrong node.
Changes
/etc/pve/nodes/<server.name>/qemu-serverandlxcfirst; fall back to/etc/pve/qemu-serverand/etc/pve/lxcfor single-node setups.Issue
Closes #464 — Destroying container was failing with
Configuration file 'nodes/HP/qemu-server/168.conf' does not existbecause the container is LXC (config atnodes/HP/lxc/168.conf); the app was incorrectly runningqm destroyinstead ofpct destroydue to wrong-node path checks.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.