sli720

Results 6 comments of sli720

Any update on this issue? I've been using passff for a longer time now but it stopped working after the upgrade to Ubuntu 22.04. Is it planned to make passff...

I'm just curious about the status of this change. I've upgraded to kubespray 2.18.1 and the rbd-provisioner does not work anymore. I don't know how to fix the issue to...

My workaround is to add this to my kickstart file `rm /etc/NetworkManager/system-connections/* -rf`

It seems as in the snippets/post_install_network_config file it is set in the resolv.conf but this will be overwritten by the NetworkManager afterwards. ``` sed -i -e "/^search /d" /etc/resolv.conf echo...

I have temporarily worked around the problem by adding the following to my kickstart file: `echo -e '[main]\ndns=none\nrc-manager=unmanaged' > /etc/NetworkManager/conf.d/disable-resolv.conf`

My workaround is to patch the /var/lib/cobbler/snipptes/post_install_network_config file then it works ``` diff --git a/post_install_network_config b/post_install_network_config_new index 301eadc..27e6d5d 100644 --- a/post_install_network_config +++ b/post_install_network_config_new @@ -210,7 +210,7 @@ echo "$bridge_opt" >>...