>network interface mtu mismatch would decimate percieved performance, but there are other possibilities. while I'm not volunteering to check for you, you >might want to
All is MTU 9000...
Glad to hear that. :)
Unfortunately it isn't a solution for us as we already use PBS for daily incremental backups but also need weekly full backups via PVE to save them on tape.
Set it to warn, then you will see what the ideal would be, without it acting by itself. You should have something in the ballpark of 100PGs/OSD. If you have to few, it can impact performance and also recovery speed/impact in case you lose a node/OSD.
On the VMs where transparent hugepages are disabled the problem didn't occur. But it doesn't feel right to do that on every single VM.
I think, the problem has to be solved in the configuration of the backup storage.
Hi,
>If I understand it correctly, the PVE hosts connect to the Ceph cluster via 25Gbit/s? While the Ceph nodes themselves use 100Gbit/s?
Yup
>I would verify that the network performs as expected, as in, do iperf / iperf3 checks between the...
Hi,
Is the usecase is distributing audio only? There are various audio streaming projects available, like for example https://icecast.org. Wouldn't using somthing like that be a lot easier?
Muss denn unbedingt local vergrößert werden? Du könntest auch in dem vorhandenen Thin-Pool ein LV anlegen und dort die ISO und Templates speichern.
ungefähr so:
lvcreate -V 200G -T pve/data -n iso-store
mkfs.ext4 /dev/pve/iso-store
mkdir...
OVS and Linux bonds/bridges should not be intermixed as explained here: https://pve.proxmox.com/wiki/Open_vSwitch
So of course you can use a physical interface as OVSPort.
Developer workstation on Supermicro Epyc ROME platform (32-core, 384GB RAM, fast SSDs all direct-to-cpu. Running Proxmox 9.1 with Gnome DE and a mix of VM and LXC guests, with Incus and ssh2incus running in some VMs and possibly Podman with...
Muss denn unbedingt local vergrößert werden? Du könntest auch in dem vorhandenen Thin-Pool ein LV anlegen und dort die ISO und Templates speichern.
ungefähr so:
lvcreate -V 200G -T pve/data -n iso-store
mkfs.ext4 /dev/pve/iso-store
mkdir...
I think I've seen this issue. It seems serial doesn't hang, but when client connection drops some process on the server side (kinda proxy or so) keeps serial open. When you try to connect it again, serial is still busy and unavailable. Besides...