mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
afad679ffd
The container config backup and pct commands could hang indefinitely when the Proxmox cluster filesystem (pmxcfs) is slow or unresponsive. This caused the installer to appear to hang after printing "Configuring socket bind mount..." with no further output. Added timeout protection to: - Container config backup cp operation - pct status check - pct config verification - Config rollback cp operation Related to #738