Recent content by Tmanok

  1. T

    Horrifically slow download speeds for download.proxmox.com?

    Hi Everyone, Hey PVE Staff, Is it just me, or are the web servers for download.proxmox.com unbelievably slow? I'm updating a PBS instance after several months and realizing it will take hours.... This is naturally, inconveniently interfering with a maintenance window. Shame on me for not...
  2. T

    Proxmox VE 9.2 – sporadic iSCSI NOP timeouts / DID_TRANSPORT_DISRUPTED with Dell PowerVault ME5 and Intel E810

    Hi Huganega, Ok, a few things from your output might be worth examining, but I have to ask a question I normally ignore because I'm vendor agnostic 99% of the time. Are you using a Dell recommended DAC? 25GbE has caused me trouble in the past with some products because it has additional...
  3. T

    Proxmox VE 9.2 – sporadic iSCSI NOP timeouts / DID_TRANSPORT_DISRUPTED with Dell PowerVault ME5 and Intel E810

    Hey Everyone, I think there's something pretty overlooked here: Dell's ME5 documentation explicitly says that for iSCSI usage you must have symmetric flow control enabled on the interfaces. If the E810 and ME5 aren't agreeing properly on pause behavior, bursts can overrun buffers on the active...
  4. T

    IPAM & DHCP Features - Tmanok

    Thanks, ggoller!! One last question: Does that mean dnsmasq will or won't help me with evpn+vxlan guests? When you say external dhcp are you meaning more like KeaDHCP? Follow-up question: If the answer is dnsmasq won't help; Is it in the roadmap (long term is fine) to add the capability for...
  5. T

    IPAM & DHCP Features - Tmanok

    Me again, As noted in another post on the Networking and Firewall forum, I am in the process of setting up EVPN and VXLAN. Recently, while preparing my documentation and the hypervisor nodes, I noticed that IPAM and DHCP may still have some feature limitations. Could someone more familiar with...
  6. T

    Need the path for logs files for a container.

    Welcome to the forum, SpiceGuy, I think the part that's causing you some confusion here is that an LXC container has its own filesystem namespace. So /tmp inside the container is not the same /tmp you see when you SSH into the Proxmox host. There isn't really a useful "generalized path" on the...
  7. T

    Intel E810 / ICE / IRDMA HMC Error causing Corosync link loss and node reboots – Proxmox VE 7.3

    Hi PvPaulo, Leesteken is right about the hypervisor being too far out of date. There have been some issues online about this same driver issue back when I was more active, some people claimed that the solution was upgrading to the 6 kernel from 5.15, other people claimed it didn't help. But...
  8. T

    EVPN + VXLAN Port Forwarding to a virtual DMZ

    Hi Everyone! Very very very long time since I've written a real post on here, but it's nice to be back, and I even have a blog now, what do you know? Anyway, I'm deploying a new PVE environment on a flat layer 2 network with no VLAN ability. I've decided from past experiences under these...
  9. T

    ¿Do you have a strange power saving mode enabled? PROXMOX MSG

    This can also occur within Virtual Machines during a long snapshot task or backup. While I was snapshotting my media server with local SSD's, I noticed the snapshot process took several minutes per SSD group (5TB and 4.5TB respectively) and the virtual machine's kernel was interrupting my SSH...
  10. T

    GUI crashes within minutes after IP change

    Ran into this problem with a new hypervisor. Reboot seems to have fixed it, turns out when you update the IPs under Node>System>Network it doesn't reflect it in Node>System>Hostname so if you remove the original IP things start timing out. Stranger yet, when you have two entries (on separate...
  11. T

    Console/Shell not Working

    For me, it was a hostname change issue. I had the hostname on two IPs while migrating the hypervisor to a new IP. Bad idea. Tmanok
  12. T

    [SOLVED] Snapshot fails to cleanup and prevents future snapshots

    Hi Fabian, It took me a while to get another maintenance window for this client, but when I finally did your hint to delete the tag instead of the ID worked! One more thing was of course important, and that was to delete the snapshots on the NFS storage as well for the data disk and EFI...
  13. T

    Filesystem consistency with NFS, iSCSI and LVM/XFS

    BBGeek is correct, if you are placing nodes over a geographic boundary / location, so long as your latency is below 10ms between the sites, you can: A) Successfully run Proxmox VE to begin with (higher than 10ms is not recommended, I've explored this option in the forums). B) Install and...
  14. T

    Export List of All VM Proxmox

    Hi Ramon, That's a good example, for me I'd like to make sure IP's are correctly configured and following IPAM in environments with multiple staff and many VMs. Moreover, I wish to document the current configuration of all the VMs in an easy to read and compare table, enabling easy CPU and...
  15. T

    [SOLVED] Snapshot fails to cleanup and prevents future snapshots

    After further troubleshooting, I have successfully been able to make a PBS backup as the backup snapshotting is different from regular snapshotting, however, when pursuing the objective of deleting this broken snapshot, I'm unable to do so. root@pve5:/mnt/pve/gfs-raid10-pve456/images# qemu-img...