Search results

  1. H

    Access to download proxmox cdn is problematic

    at least you guys don't get download.cdn.proxmox.com. 60 IN CNAME unknown.unknown.cdn.proxmox.com.
  2. H

    Which CDN / IP-Geofeed is used for download.proxmox.com ?

    I'm having these issues resolving download.cdn.proxmox.com. Who do I contact to get the IP location/Geofeed sorted out? (Yes it's newish IP allocations I'm doing the DNS from) download.proxmox.com. 900 IN CNAME download.cdn.proxmox.com. download.cdn.proxmox.com. 60 IN CNAME...
  3. H

    Delay VM bulk start till after storages ready ?

    I have a case or two with "slow" storage imports causing VM start failures. In my case big"ish" ZFS pools takes quite a time to "settle" before the VM can start, so a reboot has the VM fail to start and needs manual starting. Anybody else having similar issues? The current solution I have, is...
  4. H

    ../src/utils.c: 316: read_file_fuse: Write to cache was truncated

    0_o on 8.3.4 with ZFS on NVME seeing similar. Also have PBS backups (had pve_sync but that had been removed)
  5. H

    lxc.hook.pre-start script for mounting drives on host

    I have a slow start ZFS disks that makes the container not able to start, as the ZFS isn't yet "available" and the hookscripts get executed only AFTER the pvesm failed on the storage ;( So I'm looking for a script to trigger and wait until the storage is available before attempting to mount the...
  6. H

    Severe Download Speed Limitation on Newly Provisioned VMs and CTs (Proxmox 8.4.1)

    1) Check with iperf in both directions, would love to see/hear those 2) Check for local storage issues 3) Also check for packet loses and re-assembly in the one direction (especially as it'll be the bigger packet sizes that could be causing the problems) You have made sure of the MTU sizes? How...
  7. H

    Is it possible to put an LXC on VLAN 1?

    VLAN1 is *usually* the "default" when there are no 1Q tags, ie. untagged in most cases.
  8. H

    SDN: Reason for the "Extra" VRF on EVPN zones?

    Busy getting to understand some stuff with the SDN EVPN zone, and I notice it generates 2x sets of VxLAN-bridge pairs. What is the motivation and reason/use for that extra pair named vrf_.....? If it is not used in my case, is there perhaps a switch to turn it off/disable it? Reason I'm asking...
  9. H

    What is still not working in an IPv6 only (mesh network) setup

    In this thread I'd like to put all the things that still is not working 100% for a pure IPv6 deployment of a Proxmox PVE cluster (Typically in a mesh type setup). I miss a Wiki page so want to use this as that in the mean time - well.. I do push some IPv6 envelopes ;) I'd like to add the work...
  10. H

    latest update for proxmox community edition 8.3.5 broke corosync

    Thank you! Seems to be fixed in at least 8.4.1 :)
  11. H

    BGP-EVPN, VxLAN and FRR troubles

    Have anybody tried this with a replaced FRR 10.3?
  12. H

    Controlling PCI Slot order in Proxmox 5.4

    well... Well..... *I* am the provider of the appliance, and I'm building it based on making things easier/beterer for VPP (which is next to be on the PVE itself too :)=) happy with doing it myself, just that suddenly the `args:` line is wrapping around the screen 4 times already :D and then I...
  13. H

    Kanidm and LDAP InvalidAttribute

    Some tickets related: https://bugzilla.proxmox.com/show_bug.cgi?id=4411 https://bugzilla.proxmox.com/show_bug.cgi?id=6274
  14. H

    OVH how can I add IPv6 through vRACK vmbr1

    LAtely, this whole "problem" can be solved with vRack with additional IPv6 netblocks
  15. H

    OVH VRACK IPV6

    HAve you setup a router/firewall for the additional IPv6 networks?
  16. H

    How to migrate 500 VMs from VMWare to Proxmox, with as little downtime as possible

    8hours downtime, is a 99.9% uptime over a year. If your clients are paying you that type of monies for 99.9% uptime, then VMWare's pricing shouldn't be a reason to move/migrate.... else, a 99.5% uptime is like more than a day a year of downtime?? Sorry, I don't have sympathy in those cases...
  17. H

    Problem with live migration.

    Have you tried ZFS as the storage yet? I haven't seen those type of funs yet with ZFS, but then the method I "prepare" for the migrations, is to first use a replication task (ZFS specific I believe?) to pre-empt the biggest parts of the moves, then the rest is much quicker on the IO and delays
  18. H

    [SOLVED] ProxMox OpenVPN cannot connect

    https://pve.proxmox.com/wiki/OpenVPN_in_LXC HAve you followed that to the letter?
  19. H

    Connect multiple physical servers into one single internal network

    You could use the GRE tunnel link of OpenVSwitch - yes done it, yes, MTU was a biatch Best is to get a private network from the DC provider to connect the servers in the back, as those are typically Q-in-Q 802.1q vlan capable links. The firewall will be a problem, ie. you have the DC1's IP on...