From 305ff6e492892434580c582ee881528097132f29 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Sat, 30 Mar 2013 18:32:25 -0700 Subject: rhel: Add depmod.d conf file for rhel6 kmod package. It looks like for Centos6.4, there is an upstream openvswitch kernel module already installed. When we try to install kmod-openvswitch package from this tree's pre-1.10 branches, we get the following warning: "brcompat.ko needs unknown symbol ovs_dp_ioctl_hook". Also, after installing the kmod-openvswitch package, if we run "modprobe openvswitch", the upstream kernel module gets loaded. We should instead load the kernel module compiled from this tree. This patch fixes both the above issues. Bug #15829. Signed-off-by: Gurucharan Shetty --- INSTALL.RHEL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL.RHEL') diff --git a/INSTALL.RHEL b/INSTALL.RHEL index 874d337f..eaa2e7c7 100644 --- a/INSTALL.RHEL +++ b/INSTALL.RHEL @@ -85,7 +85,8 @@ RHEL. On RHEL 5, the default RPM source directory is which is usually: "kmod-openvswitch", "kmod-openvswitch-xen", and "kmod-openvswitch-PAE". -7b. On RHEL 6, to build the Open vSwitch kernel module, run: +7b. On RHEL 6, to build the Open vSwitch kernel module, copy + rhel/openvswitch-kmod.files into the RPM source directory and run: rpmbuild -bb rhel/openvswitch-kmod-rhel6.spec -- cgit v1.2.3