Latest activity

  • UdoB
    UdoB reacted to fabian's post in the thread Question about Feature Replication with Like Like.
    I should have been more specific - we do not support "incremental restore" on top of an already restored guest, for the same reason. It is a bit of a similar issue like persistant bitmaps - the blockage is not so much technical (the hurdles there...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Question about Feature Replication with Like Like.
    PBS has also a live-restore feature so you can start the VM without waiting for a completion of the restore.
  • bbgeek17
    You are the only person with full view and access to the system. You shared summary of what you think the system is and only partial snippets with us. There are a few possible theories, you can eliminate most of them by rebooting your host and...
  • P
    Cool, thanks! I guess that's exactly what we'll need. And when it gets integrated into PDM, even better. HA is not something that we're after, so that's not a limitation. The only thing that we'll need to keep in mind is to update the replication...
  • J
    Johannes S reacted to bbgeek17's post in the thread Max cluster size with Like Like.
    Hi @alexx, there was a similar discussion recently here: https://forum.proxmox.com/threads/proxmox-with-48-nodes.174684 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • J
    Johannes S reacted to fstrankowski's post in the thread Max cluster size with Like Like.
    TLDR; This is an excellent go-through the requirements of corosync-tuning for larger clusters by @fweber (which is in fact part of linked thread by @bbgeek17)
  • P
    You could use pve-zsync but it doesn't allow auto-failover aka HA: https://pve.proxmox.com/wiki/PVE-zsync So you would need to launch the vms on your offsite cluster manually in case of a failover event. The Datacenter-Manager doesn't have it...
  • G
    I tried a basic install of PBS 4.1 and PVE 9.1 on both a Fujitsu Futro S920 (AMD GX-222GC, mSata) and S940 (Intel J5005, Sata SSD) with default options. All installations fail on first boot with this kernel panic: Unable to mount root FS on...
  • J
    Glad that cleared up your question! For completeness sake - and if someone runs into this thread in the future - you can upgrade your subscription to a higher level in our shop quite easily...
  • cheiss
    Hi, have you tried seeing if there are firmware upgrades (both for the controller and the UEFI/system firmware itself) available? That often can already help, having these on the latest firmware. You can also try to see if stock Debian 13 boots...
  • J
    just to not misunderstand something - do you mean a Community level subscription, instead of a Basic Level Subscription? https://www.proxmox.com/en/products/proxmox-mail-gateway/pricing Your posts mixes the terminology (license, subscription...
  • J
    You could use pve-zsync but it doesn't allow auto-failover aka HA: https://pve.proxmox.com/wiki/PVE-zsync So you would need to launch the vms on your offsite cluster manually in case of a failover event. The Datacenter-Manager doesn't have it...
  • A
    hey I was very happy to read your discussions. There's a post here : proxmox-unprivileged-lxc-coral-usb.md explaining how to deal with coral usb in unpriviledged mode LXC. Works like a charm on my Proxmox / LXC Frigate. Hope this may help anyone...
  • R
    Hi all ! Even if I know that there is more than 1 way to do it, here is a way that worked for me. Please note that since it was on a POC I found it useful to use self signed certificate, don't do this on production cluster ;) apt install...
  • K
    Klug replied to the thread DKIM_INVALID but DKIM is valid....
    I rebooted the server after fixing the max sizes and just before doing the CLI test. The DKIM test is OK, there's no issue with it (so says the test I made using CLI). I think there's something broken in my SA (but don't know what. I eventually...
  • J
    Das möchte ich unterstreichen. Diese verlinkte Anleitung auf Youtube ist ja wirklicher Unsinn... Ja, ich verzweifle wirklich. Können junge Menschen geschriebenes nicht mehr verstehen, dass man sich alles nur noch von irgendwelchen Dumpfnasen...
  • P
    I saw that but didn't think it pertained to this particular problem o_O Thank you very much for pointing it out. I have changed it to Header now and after restarting the pmgspamreport.service, I am no longer seeing those errors. I will check on...
  • J
    Johannes S reacted to Falk R.'s post in the thread Proxmox für 500-1000 VMs with Like Like.
    Bei der Größe ist das noch kein Problem. Mit der VM Anzahl ist man ja im Bereich 10 bis max 20 Nodes.
  • P
    Check how your unbound resolves the dkim with dig or something vs external dns dig @127.0.0.1 TXT dkim._domainkey.domain.com dig @8.8.4.4 TXT dkim._domainkey.domain.com Try flushing the DNS. unbound-control flush_zone . or unbound-control flush
  • B
    Your cpupower frequency-info output on the R740 is the key here: no or unknown cpufreq driver is active on this CPU Your working R730 has intel_cpufreq with the performance governor. The R740 has no frequency scaling driver at all. So the Xeon...