Search results

  1. UdoB

    storage status unknown in cluster

    You have pools with different names. (( And this prevents replication which is really annoying :-( )) Migration of running VMs allows me to select a specific storage on the target Migration of LXC does not offer this to me At the end... backup/restore should work. There is no easy...
  2. UdoB

    Notifications over SMTP

    Dein "allinkl" redet mit dem konfigurierten Emailserver, dazu hast du im Einrichtungsdialog deine Zugangsdaten eingegeben. Dieser Mechanismus funktioniert nur innerhalb des Proxmox-Kontextes. "sendmail" ist eine lokal laufendes Programm, welches üblicherweise einen ebenfalls lokal laufenden MTA...
  3. UdoB

    “HP EliteDesk 800 G4 Mini”

    I do not know how many nodes you utilize. If you have only three of them: https://forum.proxmox.com/threads/proxmox-ceph-performance-with-consumer-grade-samsung-ssd.179948/post-834586
  4. UdoB

    proxmox ceph performance with consumer grade samsung ssd

    That's worst design possible. Beside the too cheap devices... Look at one node: when one OSD fails, the other one on the same node has to take over the data from the dead one. It can not be sent to another node because there are already copies on all other nodes as there is no fourth node. With...
  5. UdoB

    Review appreciated/best practise: new pve environment with ceph

    Nice approach :-) Even though you have redundant switches I would recommend to prepare a separate wire (not a virtual LAN, 1 GBit/s is sufficient) for one of your multiple corosync rings. Disclaimer: your approach is multiple levels above my usual stuff :-)
  6. UdoB

    Windows Server 2025 → considering a migration to Proxmox VE

    It's not clear if you know the following page: https://pve.proxmox.com/wiki/Windows_2025_guest_best_practices - maybe some of those hints are helpful for you...
  7. UdoB

    How to delegate routing between LXC in the same subnet ?

    There is no routing inside of a single IP network. All traffic is forwarded inside the bridge from VMa to VMb in the very same way it is done in a physical switch. To force a VM/LXC to send all packets to the router you would need to setup a /30 network for each one. That's the clean and...
  8. UdoB

    Can I Use eBPF to Firewall?

    Why not virtualize that idea? Create some VMs. Choose a "simple" OS without many bells and whistles. Update them and install relevant software - while being connected to the "normal" LAN. Make snapshots/backups. Setup some bridges without a hardware NIC assigned. Connect the NIC (more than one...
  9. UdoB

    timeout when accessing backups via gui

    My very first PBS used only rotating rust. First it worked great. After putting a few TB of actual data on it I had exactly that experience. The listing of backups failed with timeout. Trying it immediately again would succeed - because most part of the metadata was already read and stored in...
  10. UdoB

    Anybody know Mellanox?

    Probably it's a VM under PVE ;-)
  11. UdoB

    Ubuntu Server 24.04 VM Virtio NIC

    Is it? The relevant drivers for that virtual NIC are already baked in by default? This very old page is irrelevant nowadays? https://pve.proxmox.com/wiki/Paravirtualized_Network_Drivers_for_Windows Some minutes later: I've just started a (rarely used) Win11 VM and it shows me "Red Hat VirtIO...
  12. UdoB

    VM status: internal-error

    Search for "journalctl"; the journal has replaced the classic syslog in Debian 13 / Trixie. Use journalctl -f to watch it live. To see the latest output of the previous boot: journalctl -b -1 -e = show the end (-e) of the previous (-1) boot. "-2" for the one before the last one and so on...
  13. UdoB

    Ubuntu Server 24.04 VM Virtio NIC

    Well... it is a virtual device. Capabilities reported may be different than the hardware implements. Did you actually try to transfer more than 1 GBit/s? Give it a try - using iperf3 for example.
  14. UdoB

    Anybody know Mellanox?

    To make it PVE related: if the NIC runs under Debian it will probably work with Proxmox. Create a corresponding bridge, add that VM, install virtio drivers and... call it a day. Disclaimer: have have zero Mellanox experience...
  15. UdoB

    Proxmox und eine VM mit Ubuntu und Plesk

    Ich verwende Pangolin seit etwa einem Jahr. Allerdings hat das Gürteltier immer noch nicht meinen lokalen npm vollständig ersetzt - weil ich schlicht zu faul dazu bin ;-) Der Knackpunkt bei Pangolin ist, dass er komplett ohne Löcher in der Firewall bzw. Port forwarding von außen nach innen...
  16. UdoB

    Eingeschränkter Backup Upload Speed

    Sorry, keine Ahnung. Aber wenn der Storage nur zweimal pro Sekunde mit dem PBS redet, wird das nichts Vernünftiges.
  17. UdoB

    Proxmox und eine VM mit Ubuntu und Plesk

    Reine Vermutungen: Deine VMs haben ja nun eine eigene, private IP Adresse in einem Netz, welches nicht außerhalb des PVE geroutet wird. Korrekt? Dann ist die übliche Lösung: NAT/Masquerading. Für ein "normales" Setup schaust du hier...
  18. UdoB

    Installation Questions / Need help

    Are you running this command as a user or as root? (Use "su -" or "sudo -i" to become root.) For this class of problems please post the whole command line (including the prompt) and the full output verbatim (and in ...-tags).
  19. UdoB

    How to configure Zram on ZFS

    It is worth to note that KSM only kicks in when more than 80 % of the system RAM is actually in use. (Default setting.) https://pve.proxmox.com/wiki/Dynamic_Memory_Management#KSM_in_action (( Edit: oops - old thread. It was presented as "new/modified/new post" to my feed reader, hence my...
  20. UdoB

    [SOLVED] Issue of memory for a container

    Interesting, did not know that...