The network configs were all written last in January, 2025. So none of them have been touched in over a year. They are all the exact same size. So if it is a network issue, it could be maybe a flakey switch or something like that (?). Maybe MTU...
It is hard to disagree with any of those. But then there are the homelab/budget restrictions that OP clearly pointed out and are frankly quite common outside production/enterprise use.
Having 2 PBS copies is always better than one. Adding a...
PBS does really, really do random writes. It needs IOPS - as many as it can get.
For ZFS there is the rising problem of fragmentation of the free space --> it is not guaranteed that a single 2-4 MB chunk can be written sequentially at one...
I had to go to DataCenter, Storage, then I selected Local and edited, in the Content option, I enabled the other options, and finished.
Then I went to local(pve) Import and after that it was possible to import an .ova
After that, I...
Did you try using the TUI installer instead of the GUI installer? Also, as a workaround you can install on top of Debian Trixie as described in https://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-server-on-debian
I got this problem as well - could be a hinder to anyone using Hyper-V. installing from Debian seems like a decent workaround..
I hope this is "flagged" as a bug with the maintainers as not having your .iso supported by a major virtualization...
Can you try removing the 192.168.125.X/24 that you configured on the interfaces themselves (en05, en06) - then reapply the configuration? The /32 are auto-generated by our stack for unnumbered OpenFabric fabrics, since it prevents the kernel from...
Pulling a case of Godwins law won't make me take you more seriously. In the case of Proxmox it's quite laughable since they have a decades old track record of NOT outselling. One Proxmox developer ( I think @t.lamprecht but I might be wrong)...
Yes, otherwise I wouldn't have used it ;)
Correct, I'm also not paying for Proxmox. But I also don't expect developers to give freebies to me. I'm trying to help in other terms, e.g. by participating in the forum or being a free beta tester ;)...
Hi Stefan,
I attached the ip a and ifreload output as it is too verbose for a normal post.
The journal looks like this:
root@node02:~# journalctl -u openvswitch-switch.service -b
May 21 18:03:33 node02 systemd[1]: Starting...
ip a (continued)
70: tap1103i3: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc mq master vlan0073 state UNKNOWN group default qlen 1000
link/ether 8a:fb:d5:86:91:d3 brd ff:ff:ff:ff:ff:ff
71: tap1105i3...
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever...
PBS does really, really do random writes. It needs IOPS - as many as it can get.
For ZFS there is the rising problem of fragmentation of the free space --> it is not guaranteed that a single 2-4 MB chunk can be written sequentially at one...
could you double check and post your network configuration/setup, including the switch config? in particular of the two "problematic" nodes? this looks like a network misconfiguration problem, though the logs don't give a clear indication *what*...
ip r
default via 192.168.127.254 dev vmbr0 proto kernel onlink
192.168.125.0/24 dev en05 proto kernel scope link src 192.168.125.11
192.168.125.0/24 dev en06 proto kernel scope link src 192.168.125.11
192.168.125.12 nhid 272 via...
OK so I've just upgraded the remaining 2 nodes and both ran into the same issue, however this time I caught it in the last few lines of output
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new...
Please post the output of
cat /etc/pve/sdn/fabrics.cfg
ip a
ip r
vtysh -c 'show openfabric interface'
vtysh -c 'show openfabric neighbor'
vtysh -c 'show openfabric summary'
on one node
We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization.
Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
There are many, many posts written about a good setup. My personal key-points (in a very small nutshell) are these:
PBS must be self-contained, on separate hardware; especially when you have only one PVE (no cluster) you want to have access to...