Search results

  1. P

    Sanity check for remote ZFS backup strategy

    I'm drawing up plans for remote backups of a few ProxMox servers, non-cluster single machines in different locations. After reading through the forum, AI tools and other sources, it seems like using ZFS send/receive to a remote server also running ZFS ( rsync.net or my own server) would be the...
  2. P

    Proxmox PVE 8.2-1 unresponsive after a few days

    There is a somewhat similar issue which occurs with some Intel NIC where the server just randomly drops off the network after a while. May or may not be relevant to your situation since you don't see any errors from dmesg but you can try running some of the diagnostic steps from...
  3. P

    Proxmox PVE 8.2-1 unresponsive after a few days

    What network controller is your ProxMox host using? Are there any errors from dmesg ?
  4. P

    3 subnets on 2 NICs

    On my ProxMox servers, I have two NICs for user traffic. They are configured as br0 (192.168.90.x) and br1 (192.168.100.x) Ideally I would love to bond the two NICS into one interface and connect them to two separate switches for physical redundancy. But I was not able to get this working when...
  5. P

    Proxmox VE Ceph Benchmark 2023/12 - Fast SSDs and network speeds in a Proxmox VE Ceph Reef cluster

    The Ceph network is on a pair of 25G LACP bond. However, I don't recall ever seeing transfers go above 25G. It might be the way my network guys set things up or we're doing something wrong :D
  6. P

    Proxmox VE Ceph Benchmark 2023/12 - Fast SSDs and network speeds in a Proxmox VE Ceph Reef cluster

    I'd think it should be safe with 100G network based on my personal experience. My cluster average of 10~15Gbps read traffic from 48 OSD on 12 NVMe across 5 nodes. Ultimately, iit depends on your usage. Most of the VMs in my cluster are not highly active but when busy, my 25G Ceph private...
  7. P

    network card drop, igc 0000:09:00.0 eno1: PCIE link lost

    I have the same board Supermicro H13SAE-MF board with the Intel i210 NIC for a new server and resolved the problem based on the post by @proteus No changes to BIOS or other settings, only added pcie_aspm.policy=performance to kernel parameters, so far the NIC has stayed alive for >24 hours with...
  8. P

    Proxmox installation "Trying to detect country"

    Thanks for this, killing traceroute worked for me. Strangely, the same traceroute command executed successfully when I switched to tty3 while the original was still stuck.
  9. P

    Proxmox installation "Trying to detect country"

    I encountered this issue for the first time installing ProxMox on a laptop with DHCP IP. However, this is also the first time I am installing ProxMox on other than server grade hardware. Didn't have this problem when the network cable was unplugged. The ethernet adapter is a very common Realtek...
  10. P

    Improving small write performance, safe to use write-back caching with Ceph on HDD?

    Users had been complaining about laggy VM performace on our HDD-based Ceph pool. With many users VMs having many applications that are logging to disk, I see a lot of small writes with write IOPS > 5x read IOPS. Reading up here and elsewhere, it seems that Write-back may yield better...
  11. P

    VM Shared Disk Between Guests

    On my ProxMox cluster, after checking with our Oracle DBA team, was to have a "storage VM" ( I believe this is what others refer to as an iSCSI portal ) that exports the drives to the two RAC nodes for use. My understanding is that Oracle ASM handles concurrent access to the data files. The...
  12. P

    [SOLVED] Backup strategy recommendations

    Thanks, I have no idea why I got confused with the subscription support.
  13. P

    [SOLVED] Backup strategy recommendations

    Thanks, unfortunately, I just realized there is no free version for PBS and the subscription cost is above the target budget after accounting for the remote storage costs. So I need to look at alternatives.
  14. P

    Need Help Running Game in VM – Willing to Pay for a Solution

    Just to get this clear, you have a Windows VM running in a ProxMox environment that is running in a VMWare environment running on a Windows PC?
  15. P

    [SOLVED] Backup strategy recommendations

    I'm looking into implementing additional backups for a basic Proxmox host (no Ceph/SAN). Currently it's just rsync to another physical non-Proxmox machine and that machine died thus prompting a look into additional offsite backup. The initial plan was to backup to a remote storage like...
  16. P

    [SOLVED] VM with multiple monitors

    I think this is the same approach I found previously, which requires multiple QXL devices to added to the VM but ProxMox by default doesn't support this functionality. p.s. I am blind, missed the part in the doc where it teaches how to enable multiple QXL. The option is to switch the Display type
  17. P

    [SOLVED] VM with multiple monitors

    Thanks, this looks interesting but seems to be Windows only. However, this gave me a direction to look into and found some other tools that work on Linux. A few like RemotePC and Nomachine are commercial software but this free and OSS app https://remmina.org/ had been reported on reddit to work...
  18. P

    [SOLVED] VM with multiple monitors

    Has anybody tried or is it possible to run a VM that uses multiple monitors for extended desktop? i.e. able to drag an application window from one screen to another. In normal kvm/libvirt, it seems that this is possible by adding QXL devices. However, the ProxMox interface does not appear to...
  19. P

    Error - 'Module 'devicehealth' has failed:'

    I encountered this issue after my active manager crashed. The active manager apparently restarted and continued being active but I guess wasn't all good. Stopping the active manager and waiting for the standby to take over resolved this problem. After that, I started the original active manager...
  20. P

    Unable to enable specific CPU flag using cpu-models.conf

    Thanks for the reply, that is basically what I did after discovering that qemu64 enables the lafh-lm flag. I changed the custom CPU model from reporting as kvm64 to qemu64 and all the flags for x86-64v2 showed up correctly inside the VM.