Search results

  1. A

    I cant upgrade proxmox

    Your issues are larger then can be corrected with dpkg/apt. you have two choices here: 1. regress EVERYTHING you did on this system (software installed, kernel line arguments, etc) until you can have that command complete without blowing up your computer 2. wipe and reinstall, and pay attention...
  2. A

    Ceph rbd du shows usage 2-4x higher than inside VM

    ceph usage gives you raw utilization numbers. if you use ceph df detail it will give you actual statistics including compression (which I suspect are the cause for the difference between du and df)
  3. A

    Ceph rbd du shows usage 2-4x higher than inside VM

    the one other factor that could be at play is the size of your pgs. how many pgs in the pool and whats the raw capacity?
  4. A

    System won't fully reboot or shutdown

    Disable acpi extended modes in bios.
  5. A

    Update PVE, Ceph and PBS

    This can be done without any downtime. and yes, you want to make sure that the running ceph version is available on the next distro- so make sure before you start you upgrade your ceph to squid. This process is non disruptive and will not introduce downtime. see...
  6. A

    My RDS-2025 VM running extremely slow.

    that should be your first option ;) PVE8 is not EOL yet, and even when it is (this august) you can keep running for some time after. might be the better option, especially if you dont need anything pve9 specific. This will give you time to figure out the issue on a pve9 testbed before...
  7. A

    Proxmox Cluster Random Reboot

    so here's what I'd suggest- dont use 10.13.30.x for corosync at all. assign arbitrary addresses to bond0 and bond1; --edit- ON DIFFERENT SUBNETS. ideally, they should be on seperate vlans too. use those addresses as ring0 and ring1.
  8. A

    [SOLVED] Unable to update Proxmox: "Network is unrechable" despite the web gui still being accessible

    @UdoB correct. I started typing add blah blah blah but the changed it to an echo. hilarity ensued.
  9. A

    My RDS-2025 VM running extremely slow.

    This might help: https://forum.proxmox.com/threads/yawgpp-yet-another-windows-guest-performance-post.181030/
  10. A

    [SOLVED] Unable to update Proxmox: "Network is unrechable" despite the web gui still being accessible

    sudo apt-get -o Acquire::ForceIPv4=true update to make permanent, echo "add Acquire::ForceIPv4 true" >> /etc/apt/apt.conf.d/99force-ipv4
  11. A

    Watchdog Reboots

    then you need to use QOS and/or limit the bw of your backups. this will happen again.
  12. A

    Watchdog Reboots

    are you sharing interfaces between PBS and corosync? if so, break them up.
  13. A

    Watchdog Reboots

    assuming the logs provided are up to the time of death, this is the likely cause. are you backing up to an NFS target?
  14. A

    Proxmox Cluster Random Reboot

    post the content of your /etc/network/interfaces files. note which interface is being used for what purpose.
  15. A

    HA configuration for node migration/restart only

    hmm. this is where a feature request for "last state" is probably your next step :)
  16. A

    HA configuration for node migration/restart only

    yes. For your test vms (and other non critical) just set the HA request state to ignored. you can still live migrate them just fine.
  17. A

    HA configuration for node migration/restart only

    You realize that HA request state of started means, you know, that it should be started. If you dont want that, set a different request state.
  18. A

    Storage for small clusters, any good solutions?

    This implies that the operator has both the skill, experience, and the wherewithal (not having a dozen other responsibilities) to understand the docs and apply them. Ceph is not attractive at the low end precisely because it requires engineer level admin, which is neither common or cost...