Ok I dug some more into iperf3. The retries are sending up a flag for me here. It seems only in 1 direction
iperf3 Forward
[SUM] 0.00-10.00 sec 1.10 GBytes 945 Mbits/sec 3696 sender
[SUM] 0.00-10.05 sec 1.08 GBytes 927...
So I dont believe this has anything to do with the network at this point. The backup starts off working fine then dies. What network setting would allow expected performance before basically locking up?
Wir nutzen ausschließlich LVM-Thick über Pure Multipath.
Ich vermute, das Problem lag eher daran, dass ich recht viel an der Hardwarekonfiguration gedreht habe, weil eine virtualisierte Windows 11-VM extrem langsam war – inklusive Wechsel auf...
Ja, consumer ;)
Raid soll nur eine Sicherheit sein, falls ne Platte ausfällt. Aber wenn ich jeweils eine Enterprise Platte nutze, bringt das sicher mehr.
Mir ist jetzt auch klar geworden, warum die Platten so verschlissen sind. An meinen Server...
Ich habe mich vielleicht falsch ausgedrückt. Das mit dem löschen ist mir schon klar. Aber was ist mit den disks 2 und 3, die noch auf der HDD-2-1 liegen. Ich weiß nicht wo die hingehören, ob ich die auch verschieben kann, oder ob ich die löschen...
Set in ~/.bashrc:
alias mmon="ha-manager crm-command node-maintenance enable"
alias mmoff="ha-manager crm-command node-maintenance disable"
and then do like
mmon <pvenode>
Looks normal on the PBS as well.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.4.79/24
gateway 192.168.4.1
source /etc/network/interfaces.d/*
I am trying to set up an LXC container for Unmanic to use QSV to transcode some files. Here is what I have set up so far:
/etc/default/grub:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release && echo ${NAME} )`...
Hello everyone,
I'm reviving this old thread as I'm planning a new home installation with a use case similar to what @andyvs described.
My goal is to build an energy-efficient home server. The primary use will be for home lab services (running...
Hi everyone,
I have a question about an issue I encountered during my university lab practice. Our professor gave us a topology with two switches connected to each other: two PCs are connected to the first switch using normal Ethernet...
As you wrote that PVE and PBS are separate, It can depend on other elements of the network.
I remember some posts in the Forum showing the method to verify it. I'll probably find them again in a few minutes...
Edit: I can't find it now and maybe...
I imagine PMG doesn't try to override such low level settings (but it's only my "gut feeling" ;-)).
Just try and you'll see. Empirical testing is the best way to verify :). Even if it won't work, I don't think it'll make any harm.
MTU isn't specifically called out so I assume it defaults to 1500?
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto enp5s0
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.200/24...
Hallo zusammen,
Ich hab da mal eine Frage zum Vverschieben von Volumes eines lxc in Proxmox. Ich möchte mit der Maschine 109 von der interen SATA HDD-2-1 auf die HDD-2-2 umziehen. Ich habe dafür die beiden volumes disk-0 und disk-1 verschoben...
This is my cmdline:
root=ZFS=rpool/ROOT/pve-1 boot=zfs
quiet intel_iommu=on iommu=pt
and this is my modules file
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
so very basic