Hi fiona,
please see attached output. I've already tried all available "Async IO" mechanisms, disabling "IO thread" at all and/or using "VirtIO SCSI" instead of "VirtIO SCSI single". Even tried without KSM. No success - still locks up with "io...
I have I/O threads enabled on all my servers.
This is the config of the VM from my report:
agent: 1
bios: ovmf
boot: order=scsi0;sata0
cores: 4
cpu: x86-64-v3
efidisk0: local-tank01:vm-103-disk-0,size=1M
machine: pc-i440fx-9.2+pve1
memory: 8192...
Ah, I didn't look close enough at your sysctl's -- try disabling the global arp_ignore. So on every node:
sysctl net.ipv4.conf.all.arp_ignore=0
The kernel takes the max between the global value and the per-interface value. In your case the max...
Hi @nils-the-oldone1980,
is there enough free space? Can you share the excerpt from the system logs/journal from around the time the issue happened as well as the output of pveversion -v and the VM configuration qm config ID with the numerical ID.
You can CC yourself to the bugzilla entry, then you will get updates via mail when something changes.
It depends on when a developer finds the time to work on it.
Hi all,
Currently I am running on PVE 9.1 with native MDADM RAID5(3x8 TB disks) looking into prospects for switching to BTRFS or ZFS but every now and then power goes out.
At the moment I got 4 TB used out of ~ 16 TB and despite some issues it...
please share the logs for such a mail - also keep in mind that PMG has different lists of welcome/block lists:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_welcomelist_overview
and that you need to have the rules-priorities in...
First extend the Phyisical Volume to the extents of the partition: pvresize /dev/sda3
Check with pvdisplay if the PV Size is now correct.
Find out the LV Path of the logical volume you want to resize with lvdisplay | grep Path.
Extend the Logical...
Hast dur die DSM-VM mal heruntergefahren und geguckt was der PVE-Host dann anzeigt? Wenn dessen Anzeige sich normalisiert, hast du den schlimmen Finger identifiziert.
Allerdings empfinde ich dein "Konstrukt" als recht exotisch. OMV ist ein...
If you don't like the nag screen and don't want to contribute to the development ( guess what developers need to pay bills too ) there is an easy fix: Don't use the software.
For cross-cluster migration you can also use the pct remote-migrate and...
Hi,
pwru output is attached.
I disabled the rp_filter, which doesn't change the situation with the default setup (/32-subnet).
I also tried to manually trigger an ARP update via the arp command which gives the following error:
arp -d...
This will take toll on client having all chunk hashes locally there is always a trade off somewhere in the pipeline it is eather CPU, disk space or networking. Default PBS behaviour is same as for example Commvault, TSM and DP which are 3...
All of them, everything on that node is an OSD, except for the ZFS boot pool. The NVME OSD device is the only one showing up with ceph-volume lvm list though.
I did this already (previously) but no harm in doing it again I guess
8AD9-ED70 is configured with: uefi (versions: 7.0.2-6-pve)
8ADA-A25D is configured with: uefi (versions: 7.0.2-6-pve)
Running hook script 'proxmox-auto-removal'..
Running...
not sure if it is relevant, but i worked around it by creating the user in the linux enviroment and then using the proxmox-backup-manager command to create the pbs user in the pam realm.
Hi @broth-itk,
do you have IO thread enabled for your VM disks or not? Could you share the configuration of an affected VM, i.e. qm config ID with the numerical ID.