Yup that did the trick... wow o_O Thats... mildly inconvenient.
We usually need docker as some monitoring checks run inside a docker container. At least we now know where the issue lies, not sure yet how to fix that...
sure, here is the output:
root@node01:~# cat /etc/network/interfaces.d/sdn
#version:2
auto v0074
iface v0074
bridge_ports vmbr0.74
bridge_stp off
bridge_fd 0
root@node01:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue...
I needed to set up a new cluster anyway for some testing and I managed to reproduce the issue. This time I used normal Linux Bridges from the start and not OVS Bridges, same result. This is the network config:
# network interface settings...
Hi, sorry for the late reply, I was on an two week vacation.
testing from inside the VM trying to ping its gateway:
tap131i0 sees it
v0074 sees it
ln_v0074 doesn't see it
vmbr0 doesn't see it
bond1 doesn't see it
trying to ping another VM that...
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...
I was using a VLAN Zone with two VNets and it seemed to work well.
Yesterday evening I updated our staging environment to 9.2.2 and since then I can no longer get connectivity through those VNets - when I use the vmbr0 bridge directly and tag it...
I'll answer both questions in one, because they're quite related: The scheduling mode (basic, static-load, dynamic-load) specifies which measure is used to compare nodes and HA resources against each other:
For the basic mode, it's simply how...
I created a systemd oneshot service for this:
/etc/systemd/system/nvidia-shm.service
[Unit]
Description=Enable NVIDIA Heterogenous Time-Slice Sizes
Before=pve-guests.service
After=nvidia-vgpud.service nvidia-vgpu-mgr.service
[Service]...
Hi Daniel, thanks for the reply!
not right now, no. I was just thinking ahead to the future :D
Right now it is only active on two small 3-node test clusters, one of which has some Nvidia GPUs with NVAIE (yes, works the same as "normal" vGPUs...
@dakralex Thank you very much for the answer! That clears things up a lot.
As for the modes, I think we will just need to try the modes and see what happens. TOPSIS sounds best for our production clusters as they are usually memory limited...
@EllerholdAG my staging clusters are running no-subscription repos and there the 5.2.0 pve-ha-manager is already available. I have yet to roll it out on the enterprise ones.
Hi!
Thanks for the feedback!
The load balancer takes both memory and CPU in account. Ad weighing, see the next paragraphs.
The load balancer can score the balancing migrations by either one of these methods.
The brute-force method (as in...
Hello,
I noticed that a dynamic mode was introduced to the CRS (yay! Been waiting for this for so long and it really comes in handy now with us planning our migration away from VMware, thank you so much Team!!!).
I enabled it on all my testing...