Tja, danke.
Die erste Zeile sollte (ohne konkreten Grund) nicht vorhanden sein, "auto vmbr0" bei der Bridge genügt. Vergleiche: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_default_configuration_using_a_bridge
"Router Advertisement...
Well, even new SSDs can have a fault... What does smartlog say?
smartctl -a <device>
A long smarttest can be startet with:
smartctl -t long <device>
You can see the progress with:
smartctl -a <device> | grep "of test remaining"
hab mal zum spass den benchmark bei mir laufen lassen.
TLS wird bei mir weder auf dem PVE, noch auf dem PBS getestet, also zumindest mit proxmox-backup-client benchmark nicht.
Da ich das Zeug aber nie benachmarke hab ich evtl was falsch gemacht...
@gjkrisa : You really saved me here, thanks a lot!
I also arrived here because I asked chatgpt who advised me to do something like zfs send -R rpool@fullbackup | zfs receive -F backup_pool
Well, in my case I got many different mount points on...
Please post the output of
ceph status
ceph mon dump
ceph config dump
ceph osd df tree
ceph osd crush rule dump
ceph osd pool ls detail
from each node: ip addr show
I had the same problem (twice! in 3 years), on my backup server, where I pull zfs snapshots from my main server.
The critical part is to set -uand -o mountpoints=none during zfs receive, so that the remote root pool that is mounted to / is not...
ok i fixed it
it was created becasue i asked chat gpt to help me make a backup and it had me make a mount point that my Mirror/backup would mount to / "root directory for rpool"
so to find this:
zfs list -r -o name,mountpoint
i saw that i had one...
Gewinnst du viel mit ZRAM?
Verstehe schon nicht wirklich den Nutzen von SWAP.
RAM zurückgewinnen, indem wenig benutztes auf SSD/HDD rausgeschrieben wird, damit mehr andere Dinge im RAM liegen können und dadurch gecached werden?
Im absoluten best...
Klar bremst der RAID Controller. Ich würde nie NVMe hinter einen RAID Controller packen. Die RAID Controller haben in der Regel 8 PCI Lanes und jede NVMe auch schon 4, somit ist der RAID Controller immer ein Bottleneck bei mehr als 2 NVMe.
Dann...
Ganz klar, die falsche CPU im Host gewählt. Das Backup führt der Proxmox Backup Client aus auf dem PVE. Dieser muss die Daten auch Komprimieren, was von der Single Core Performance des Hosts abhängt. Da die CPU nur 525MB/s Compression schafft und...
[root@pve04 ~]# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
#...
This was discussed before in the German forum: https://forum.proxmox.com/threads/wie-wird-der-remote-support-via-ssh-umgesetzt-enterprise-support.173394/#post-806504
User Bu66aa reported this on their experience:
Translation by deepl...
Issue was with sharing iGPU with a VM.
In recovery mode /etc/pve was empty because pmxcfs was not mounted. You can mount it locally long enough to edit configs:
mount -o remount,rw /
pmxcfs -l
ls /etc/pve/qemu-server
and then edit the VM that...