Issue Summary
I recently encountered an issue where the Proxmox GUI would hang indefinitely when navigating toMy Node > Disks, eventually displaying a "Communication Failure" error. However, the disk in question was fully recognized in the CLI (lsblk, fdisk), and I was even able to manually mount it. After debugging, I found that the issue was related to SMART data retrieval in Proxmox’s API. Disabling SMART queries resolved the problem...Read more