When I successfully build openvswitch 2.5.4 on Fedora 27 server, Fedora then 
detects openvswitch and wants to apply a security update 2.8.1-1.fc27 to the 
2.5.4 ovs. This update clobbers my openvswitch database and even after 
rebuilding db fresh, switches do not come up on reboot.


[orabuntu@localhost anylinux]$ sudo dnf update
Last metadata expiration check: 0:06:27 ago on Mon 05 Mar 2018 01:08:30 PM CST.
Dependencies resolved.
===================================================================================================================================================================================================================
 Package                                              Arch                      
                      Version                                                
Repository                                       Size
===================================================================================================================================================================================================================
Upgrading:
 openvswitch                                          x86_64                    
                      2.8.1-1.fc27                                           
fedora                                          6.5 M

Transaction Summary
===================================================================================================================================================================================================================
Upgrade  1 Package

Total download size: 6.5 M
Is this ok [y/N]: N
Operation aborted.
[orabuntu@localhost anylinux]$



For now I am using a band-aid because I've not yet had time to code up an 
after-this-update fix.


[orabuntu@localhost dnf]$ cat dnf.conf

[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
exclude=openvswitch*

[orabuntu@localhost dnf]$


_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to