Search results

  1. spirit

    evpn? network segmentation?

    each zone is a different vrf in evpn with their own routing table. (only using exit-node is doing a vrf route leak between the zone && default zone. but If you use multiple zones, I'll command to use physical routers as exit evpn nodes) so yes, you have overlaping ip range, you have firewall...
  2. spirit

    [SOLVED] VM slow IO read from historian DB

    your fio show 0 problem with random io read
  3. spirit

    [SOLVED] VM slow IO read from historian DB

    so, it's a windows vm ? (0.1.271 driver , try to keep this one, because the more recent have known bug). fio seem to push hardware to max (500MB/s seem to be the pci bus limit of the raid controller) try to avoid writeback on vm side, as you already have writeback on your controller. do you...
  4. spirit

    Upgrade from 6.3-9 to 7.x

    my oldest cluster have been updated from pve4->5->6>7>8>9 without any reinstall ;)
  5. spirit

    Ceph PGs go inactive when adding large OSDs on new host

    I think you could look to increase mon_max_pg_per_osd which is 250 by default. as if you have only 2 osd, and a lot more osd (4 ..6 ) on the other side, maybe they can handle enough pg. (could explain why splitting the disk in mutiple osd is helping)
  6. spirit

    Ceph PGs go inactive when adding large OSDs on new host

    ah ok ! Do you use the new fast EC from ceph20 ? what is your K & M values ?
  7. spirit

    40 node prod cluster restarts when joining a new node or removing.

    from last corosync release https://github.com/corosync/corosync/releases "A new option (totem.ip_dscp) is available to configure DSCP for traffic prioritization. Thanks to David Hanisch for this great improvement." could be interesting for stretched cluster across datacenter where links can be...
  8. spirit

    Ceph PGs go inactive when adding large OSDs on new host

    what is your pool size replicat number ????? (looks like replicat x7 ????)
  9. spirit

    MAC prefix for each vnet

    setting mac on vnet could be only usefull if you have an ip on the vnet. (so mainly when vnet is used as gateway for the vms). It's only possible with evpn, as the ip/mac is the same on each vnet (anycast ip). Don't make sense to add feature for other zone type. if really needed, you can...
  10. spirit

    apt or pve for automatic (unatended) upgrades?

    proxmox used apt update / apt dist-upgrade behind pveupdate/pveupgrade, so no problem. Just be carefull to use "apt dist-upgrade" and not "apt upgrade" !
  11. spirit

    Mellanox ConnectX-3 & Proxmox 9.1

    native kernel driver should work, no need to install drivers from mellanox. But connect3x are pretty old and they use a different driver than connectx4,5,6... so I don't known if they are still working fine. (I don't have used them since 6~7years now) I still have connectx4,5,6 in prod with...
  12. spirit

    Is it safe to use Proxmox VE (No-Subscription / Free) for small-scale production?

    They are no difference in package between the no-subscription && enterprise repo. Packages are going first to the no subscription repo, so they could have more bugs (because less people have tested it), before going to the enteprise repo. Best way in both case, is to always test on a...
  13. spirit

    Slow ceph operation

    if you backup storage is slow (or if you are limited with network bandwidth), it can slow down vm write during the backup, if a block is not yet saved. (it's not related to ceph, this is the same for any kind of storage) You can try to enable fleecing option in the backup scheduling advanced...
  14. spirit

    Call for Evidence: Share your Proxmox experience on European Open Digital Ecosystems initiative (deadline: 3 February 2026)

    Was talking with a Guy at fosdem working for the europeean commission. They seem to have migrated recently from vmware......to nutanix.......
  15. spirit

    corosync prioritization

    Hi, sorry to bump this old thread, but it's finally coming ! https://github.com/corosync/corosync/wiki/Corosync-3.1.10-Release-Notes
  16. spirit

    New Cluster for VMware migration

    I had trid ocfs2 10year ago during 1~2 year, and I had a lot of lock problem if 1node of the cluster was going down. (like full cluster lock during 1~2min, the time that the lock was released). I have done benchmark test last year, and write performance was not super great with new block...
  17. spirit

    Watchdog Reboots

    can you send your corosync logs ? journalctl -u corosync do you only 1 corosync link ? or dedicated nic ? shared with other network ?
  18. spirit

    QinQ SDN zone MTU is ignored

    what is the mtu of your physical interfaces && main bridge ?
  19. spirit

    ESXi → Proxmox migration: Host CPU vs x86-64-v4-AES performance & 10 Gbit VirtIO speeds

    seem than freebsd have fixed the checksum bug with virtio-net recently (september 2015 / freebsd15) https://cgit.freebsd.org/src/commit/?id=5a8f33f52ae38bbf12f8f45b8e0f75166805c386 I don't known if it's already available in pfsense/opensense It's related to this bug...
  20. spirit

    H200 NVL vGPU on Proxmox

    Hi dominik, I'm going to test with a H200 soon. have asked to nvidia support for ai enterprise support (and also about MIG mode not working with windows vms)