Recent content by sherminator

  1. S

    PBS 4: ZFS raidz2 - live expansion possible?

    yes, you're right, it's a single vdev. Of course more vdevs gives you better performance - and are more expensive when achieving the same level of redundancy. In real life we're quite happy with our backup storage performance. We write backups with about 1 GB/s, and we read (aka restore) backups...
  2. S

    PBS 4: ZFS raidz2 - live expansion possible?

    thanks! So I will go shopping and trying - and letting you know how it went.
  3. S

    PBS 4: ZFS raidz2 - live expansion possible?

    Hi there, does PBS 4 include a ZFS version that allows live expansion of a raidz2 pool with an additional disk? If so, has anyone successfully tried this yet? Thanks and greets Stephan
  4. S

    Slow memory leak in 6.8.12-13-pve

    Side note from a not affected setup: Our 3 node cluster (PVE/Ceph) is running PVE 8.4.x, last weekend (the gap in the chart below) we updated from kernel 6.8.12-11 to 6.8.12-13. Our Ceph network is built on Broadcom P425G NICs. Maybe that helps a little bit.
  5. S

    Proxmox Probleme Windows Gäste im Bereich Netzwerk

    Hi Markus, so ganz entfernt erinnert mich Deine Beschreibung an die Probleme, die wir zu Beginn unserer aktuellen PVE-Hardwaregeneration hatten. Wir haben an Windows-VMs, auf denen Anwendungen gestartet wurden, die auf der Dateifreigabe einer anderen VM liegen (so ist das halt mit unserem...
  6. S

    UPS Help! Power cut already 2 times

    I can recommend CyberPower. We run them in a couple of server and networking racks - no issues so far.
  7. S

    Accessing internet from Proxmox

    To understand your setting better: The connection from your PC to the Proxmox WebGUI is working? The OPNSense VM has two virtual NICs? Its "WAN" is connected to your WAN bridge, and its "LAN" is connected to... which bridge?
  8. S

    Netzwerkkarte wird nicht erkannt in der GUI

    Hi, ip addr sollte Dir alle NICs anzeigen, die das Betriebssystem erkannt hat.
  9. S

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    I would like to share my today's observations with this: I just updated some P425G and after a server reboot everything looks as expected: Active Package version : 230.1.116.0 Package version on NVM : 230.1.116.0 Firmware version : 230.0.156.0 But on a P225G a reboot...
  10. S

    Many TCP Retransmissions and TCP Dup ACKs: Wrong link aggregation configuration?

    Thanks for your reply! Hm, (R)STP is configured on all switches, and referring to our bandwidth monitoring there is no loop between the switches. What can I do to debug this? But I feel this is not a Proxmox issue anymore... o_O
  11. S

    Many TCP Retransmissions and TCP Dup ACKs: Wrong link aggregation configuration?

    Hi there, on our three node Proxmox/Ceph cluster we discovered many of the above TCP errors. We tracked it down to: Only outgoing traffic from a VM to any destination which is not on the same Proxmox node is affected. Each node is connected via 2x 10G to a switch. The related network...
  12. S

    Proxmox 8 crashing with error - some VM's see carry on running

    did I get this right? Proxmox VE is running, VMs are running, but you get these errors and can't connect via SSH ("putty") anymore? My first guess is a faulty system disk. Could you describe your disk setup?
  13. S

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    I would like to share another issue which in our case was solved by firmware updating Broadcom NICs. We have two servers with P425G NICs and SFP28 25G transceivers, the "300m" edition. The OM4 path between these two servers is longer than 300 meters. So the expected behaviour is that they...
  14. S

    [SOLVED] Disabling TLS 1.0 and 1.1

    Proxmox support, excellent as always, has solved the problem: We don't have to use smtpd_tls_mandatory_protocols. but smtpd_tls_protocols, then it works as desired.
  15. S

    [SOLVED] Disabling TLS 1.0 and 1.1

    Hi there, we are trying to disable TLS 1.0 and 1.1 for our PMG/Postfix. Therefore we put smtpd_tls_mandatory_protocols = >=TLSv1.2 to our /etc/pmg/templates/main.cf.in and commit the change via pmgconfig sync --restart 1. Then we tested it from another machine with openssl s_client -connect...