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...
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...
you are using proxmox-boot-tool with grub, so you don't need systemd-boot and should remove it. you can then do the upgrade, and afterwards, install systemd-boot-efi and systemd-boot-tools (this is just so you can easily switch later on if you...
Hi,
My setup is as follows:
Cluster of 3 x Minisforum MS-01, connected via a SDN Fabric over Thunderbolt.
This setup has worked without problems for several month.
Last week I updated from 9.1.9 to 9.1.14, after which SDN prompted me to...
like I wrote above (https://forum.proxmox.com/threads/pve-8-to-9-in-place-upgrade.170013/page-2#post-799095)
- remove systemd-boot before the upgrade
- ensure systemd-boot-efi and systemd-boot-tools are installed after the upgrade
Hi!
The upgrade guide then also states "Then you can remove the old /etc/apt/sources.list.d/pve-enterprise.list file", once you confirmed that apt policy shows that the new repositories have been picked up as expected. I think you might have...