Search results

  1. A

    After upgrade to proxmox ve 9 (from 8) host CPU temp is much higher

    OK, I found the issue. The upgrade changed my energy performance preference to: balance_performance This fixed it back to what it was: echo "balance_power" | tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference
  2. A

    After upgrade to proxmox ve 9 (from 8) host CPU temp is much higher

    Hi I have recently upgraded my host from proxmox 8 to 9. Everything went OK, no issues but I have noticed that the CPU temperature is around 20C-30C higher than it was before. The load is exactly the same. On the below graph you can clearly see the moment when the host was upgraded: Anyone...
  3. A

    System suddenly crashed, how to find out what happened

    I've been running proxmox on Intel Nuc (i7-10710U CPU) device for the past several years and it has always been rock solid. Today however it crashed - stopped responding to pings and I had to pull the power plug to restart it. root@pve:~# pveversion -v proxmox-ve: 8.2.0 (running kernel...
  4. A

    Restart proxmox ve

    Perfect. Thank you
  5. A

    Restart proxmox ve

    Hi, I have a proxmox ve lab server running half a dozen vm. All VMs are setup to start and shutdown in a specific order. Can someone please confirm that if I ssh onto my proxmox server and issue "restart" command that will: 1. shutdown all VMs as per the order specified in the options 2...
  6. A

    container backup failure

    Hi, Backups for one of my containers are failing: INFO: starting new backup job: vzdump 174 --remove 0 --node pve --mode snapshot --storage diskstation-nfs --compress 0 INFO: Starting Backup of VM 174 (lxc) INFO: Backup started at 2022-03-02 15:40:44 INFO: status = running INFO: CT Name...
  7. A

    USB Devices not being detected

    pveversion output: root@pve:~# pveversion -v proxmox-ve: 7.1-1 (running kernel: 5.13.19-2-pve) pve-manager: 7.1-8 (running version: 7.1-8/5b267f33) pve-kernel-helper: 7.1-6 pve-kernel-5.13: 7.1-5 pve-kernel-5.13.19-2-pve: 5.13.19-4 ceph-fuse: 15.2.15-pve1 corosync: 3.1.5-pve2 criu: 3.15-1+pve-1...
  8. A

    USB Devices not being detected

    Hi oguz, I know that it is not a hardware issue - I previously had ESXI host running on that very same hardware and there were no issues with USB ports. The only change I have made during the setup was to enable pci passthrough ( I have followed this article...
  9. A

    USB Devices not being detected

    Hi, I'm having issues with detecting my Coral USB Accelerator that is connected to my proxmox ve server 7.1. root@pve:/# lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub I tried connecting other devices (ie...
  10. A

    Setup recommendation

    My only reason for using thinking about using ZFS is that my understanding is that this is the only way to thin provision VMs?
  11. A

    Setup recommendation

    Hi, I am in a process of testing Proxmox for my home lab - I have Intel NUC with 1 TB SSD drive installed inside and NFS storage. I am bit struggling to pick the right setup for - I am currently running esxi so I am booting from a USB stick and my SSD drive is simply used as a storage I...