Recent content by hvisage

  1. H

    [SOLVED] Proxmox 9 no data in the overview

    It can't be DNS, can it??? Oh yes, it WAS DNS! `pvesm status -storage local` took >120 seconds.... and it turned out a single node was pointing to a problematic resolver, and once the resolver was fixed, stats popped up !!! just leaving it here for whomever had this problem ;)
  2. H

    I've made a tool to import Cloud Images

    I've been trying to use FAI https://fai-project.org/FAIme/ to create cloud-init images, but ran into troubles (can't recall was 1.5years ago) but if somebody could make that "simple" for server type installation, it could handle about all the concerns above :(
  3. H

    Extend email notification with AppRise support

    seems the core had been implemented in 8.1 :)
  4. H

    systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224 errors shows

    yeah, this is a Kernel 6.7+ (Though some mention already somewhere in 6.6) problem that is only fixed in net-snmp 5.10pre1... guess why it'll be still some time before that log flooding will go away with some nice SNMP values reported after that
  5. H

    Controlling PCI Slot order in Proxmox 5.4

    But how does that work for the virtio-net-pci ? ie. not the real/physicals
  6. H

    Controlling PCI Slot order in Proxmox 5.4

    I'm wondering about this, how a config that contains the mappings, is not "consistent" for a live migration? ie. you'll be using the same configuration on both sides, and use that to do the same mapping, which from the sysadmin's perspective to be consistent per his/her configuration file. I'm...
  7. H

    Changing NIC PCI Bus address

    busy with some VPP stuff, ala https://ipng.ch/s/articles/2021/12/23/vpp-linux-cp-virtual-machine-playground/ where you'd want them on the same bus/slot and separate functions
  8. H

    VM VLAN Bond

    what is the goal of the dummy interfaces? Why the bond to the dummy interfaces? I would've just used an OpenVSwitch with OVSports on the host, but if you want to connect the VMs without host interaction, I'd just drop them all on the same VLAN/bridge and configure accordingly, not need to have...
  9. H

    Proxmox on OVH

    just don't mix linux bond and OpenVSwitch ;) Glad you got it working!
  10. H

    bridgeless network for QEMU? (ie. only TAP, and manual/hookscript connections to host/other VMs)

    Those VMs are the Provider Edge (PE) routers (the rest of the links are PCIe passthrough/SRIOV) and that is the way to get to/from the PVE. I'll spin up a few others that would be the iBGP route reflectors and then the PVEs would connect to those. Then the PVEs are my meshed network and...
  11. H

    Proxmox on OVH

    YEs, the RISE/kimsufi/soyu(?) are on different networks vs. the OVH Advance/Scale/Infra servers.... Might need to double the linux bridge and network settings on this server. But yes, there could've been a network config issue to address
  12. H

    bridgeless network for QEMU? (ie. only TAP, and manual/hookscript connections to host/other VMs)

    I'm looking for a solution to drop the need for intermediate bridges for a corner/edge case where I need the VMs to have "direct" P2P links ONLY, and typically to the host too. Reason: I want to use OpenFabric as a IGP, and it requires P2P links only , ie, only 2 parties to a link. As I add...
  13. H

    Proxmox on OVH

    Hi @mikos , I've been runngin VLANs using OpenVswitch over OVH's vRacks without issues (other than when I tried to "map" an IP/vMAC from a public interface to another host via the Vrack interface using VLAN trickety). Currently 2x separate ProxMox clusters deployed with OpenVSwitch that...
  14. H

    [TUTORIAL] Enabling SR-IOV for Intel NIC (X550-T2) on Proxmox 6

    Yeah, THIS should be set as a variable of sorts, or point people to the right place to find that value, especially as the Intel Vendor code is 8086: and is used for everything else, so for Intel based NICs you need to specify the device code otherwise yu'll also see the CPU etc. etc. on a Intel...