Recent content by apollo13

  1. A

    VM connectivity lost after bond failover

    That is mistake number one :D Others would say that the upside of an open system like proxmox is that you can do stuff on your own. And I'd trust my selfmade scripts more than VMWare ;) It is not "designed" in this way. It is probably simply the default behavior you'd expect from the OS. For...
  2. A

    VM connectivity lost after bond failover

    Using LACP to the switches fixes it, otherwise hook into the bond status changes and announce via qemu as shown above as an example.
  3. A

    Proxmox Repository List of CDN Hosts

    If you don't want to use proxmox offline mirror then I'd suggest using a HTTP-Proxy. This way you can whitelist the URLs. Allowing CDN IPs is (depending on the CDN) not really the most secure solution anyways since IPs are reused by multiple services.
  4. A

    [SOLVED] Recommendations for PVE 9 upgrade with Ceph

    Hi Hannes, I thought of that but the ceph packages also seem to be part of the normal enterprise repository which would again pull them in. Thanks, worked fine! Cheers, Florian
  5. A

    [SOLVED] Proxmox VE 9.0.1 - Paid Subscription Pop Up

    You will always get that popup if you don't have a subscription, it doesn't matter which repository is active.
  6. A

    [SOLVED] Recommendations for PVE 9 upgrade with Ceph

    Hi there, we usually follow the Ceph upgrade notes at https://pve.proxmox.com/wiki/Ceph_Reef_to_Squid for minor versions as well. This has served us well in the past. We are currently on PVE 8 with Ceph 19.2.1-pve3. When adjusting the sources to trixie we see that the update wants to install...
  7. A

    Ceph 18.2 Reef Available and Ceph 16.2 Pacific soon to be EOL

    18.2.2 (https://github.com/proxmox/ceph/commits/master/) has some nice keyring fixes. Any ideas when they will make it into the enterprise repos?
  8. A

    Proxmox VE 8.0 released!

    Ok, I guess there isn't much to compare then, will update this thread in a week or so whether disabling iothread helped. Interestingly enough I couldn't trigger the issue reliably here :/
  9. A

    Proxmox VE 8.0 released!

    Hi Fiona, thank you for your response. A few questions if you don't mind: I assume I can solely set this in vzdump.conf or is that exposed in the UI somewhere? While I am on there, any other settings to change? Yes I to 8.1.2-4 to be precise. Would the changes in 5/6 be relevant to that as...
  10. A

    Proxmox VE 8.0 released!

    I am having similar problems as @hepo. In our case it is also the backup causing the hang but only after the upgrade to PVE 8. For tests we switched to the following configuration: * Run PBS directly on on node (let's call it node 3) with a SSD raid 1 mirror (for those tests while waiting for...
  11. A

    Weird networking issues with VirtI/O

    Okay, moving the backup connection to another network card in the server fixed the problem. No idea… but good enough as a workaround :)
  12. A

    Weird networking issues with VirtI/O

    Hi there, I will try my best to describe the issue and maybe it is not even a proxmox bug, but I am not sure where to start. I have reduced our problem to the following: We have a vmbr0 to has a bond2 as member and bonds two interfaces from an Intel 10Gigabit X550T network card. The bond members...
  13. A

    Proxmox Offline Mirror released!

    Hi, I am trying to use the offline mirror to mirror the enterprise repo. My systems are not exactly airgapped so I do not need offline subscription keys, I mainly want the mirror to control how the different clusters get updates (ie create a snaphost, update the test cluster to it and then...
  14. A

    proxmox 7.0 sdn beta test

    Interesting, we certainly saw issues when reloading. Might have been due how our Ceph storage is setup though.
  15. A

    proxmox 7.0 sdn beta test

    Ah right, so I guess all I am really after is a confirmation dialog for "Apply" since it is a really disruptive action :) Thanks for your work on SDN so far, it really works great.