The upgrade guide OP posted is fine. The only issue we found was for https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#Kernel_Audit_Messages_are_Enabled_During_the_Upgrade, the guide says "excessive logging" which means any on screen prompts...
The upgrade guide OP posted is fine. The only issue we found was for https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#Kernel_Audit_Messages_are_Enabled_During_the_Upgrade, the guide says "excessive logging" which means any on screen prompts...
I usually full reinstall node by node. Move the VMs, remove the node from cluster, reinstall, add back the node to cluster, move VMs back.
If you enable ZFS replication days in advance the migration is almost instant from one node to another.
I usually full reinstall node by node. Move the VMs, remove the node from cluster, reinstall, add back the node to cluster, move VMs back.
If you enable ZFS replication days in advance the migration is almost instant from one node to another.
Figured out the same thing also like 2 minutes ago.
There is a file "/etc/sysctl.d/99-proxmox-arp.conf", last modified May, 13th with the following contents:
net.ipv4.conf.all.arp_ignore=2
net.ipv4.conf.all.arp_announce=2
Pretty sure I did not...
Dear all,
I am upgrading the hardware of my 3-node-homelab-cluster. Currently, every node has a single NIC (GbE).
The new hardware has 4 NICs per node (2.5GbE) and I want to make best use of them.
How should I set-up routing for my cluster...
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...
I would check your Layer 2 stuff:
Can you ping the node?
Connect an Ethernet cable directly from your workstation to the node. As long as its gigabit, you do not need crossover cable
From the console of the PVE node, try to ping its own IP -...
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...