The point release update to Open vSwitch contains two changes, one which changes the init script to not overwrite an existing external-ids:hostname record, and one that makes sure the initial recording happens after the network is online.
So with both of these changes in I'm a bit surprised about the outcome. Do you know what the value was set to prior to upgrade+reboot?
You can check this with `sudo ovs-vsctl get open-vswitch . external-ids:hostname`
Would you be able to try to reset it and perform a new reboot and see what happens? This can be accomplished with `sudo ovs-vsctl remove open-vswitch . external-ids hostname`
The point release update to Open vSwitch contains two changes, one which changes the init script to not overwrite an existing external- ids:hostname record, and one that makes sure the initial recording happens after the network is online.
So with both of these changes in I'm a bit surprised about the outcome. Do you know what the value was set to prior to upgrade+reboot?
You can check this with `sudo ovs-vsctl get open-vswitch . external- ids:hostname`
Would you be able to try to reset it and perform a new reboot and see what happens? This can be accomplished with `sudo ovs-vsctl remove open-vswitch . external-ids hostname`