On Tue, 27 Aug 2019 at 14:06, Greg Rose <[email protected]> wrote:
> A Centos 7.5 kernel with an unencountered set of minor build numbers > caused an upgrade bug. Adding the case for the rhel 7.5 kmod management > script fixes the problem. > > Signed-off-by: Greg Rose <[email protected]> > --- > rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh > b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh > index 2cd8e5c..51756ec 100644 > --- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh > +++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh > @@ -85,6 +85,11 @@ if [ "$mainline_major" = "3" ] && [ "$mainline_minor" = > "10" ]; then > comp_ver=11 > ver_offset=4 > installed_ver="$minor_rev" > + elif [ "$major_rev" = "862" ]; then > +# echo "rhel75" > + comp_ver=11 > + ver_offset=4 > + installed_ver="$minor_rev" > elif [ "$major_rev" = "957" ]; then > # echo "rhel76" > comp_ver=10 > Looks good to me. > -- > 1.8.3.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
