From 774b7defc437079d0f9a5274225929d3451b2ad0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 16 Sep 2009 16:03:55 -0700 Subject: [PATCH] xenserver: Remove vswitch dbcache file during RPM uninstall. It's good to clean up. CC: Keith Amidon CC: Henrik Amren --- xenserver/vswitch-xen.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index a9c3402ac..b186e2647 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -309,6 +309,7 @@ if [ "$1" = "0" ]; then # $1 = 1 for upgrade rm -f /etc/sysconfig/vswitch rm -f /var/log/vswitch* rm -f /etc/ovs-vswitchd.cacert + rm -f /etc/ovs-vswitch.dbcache printf "\nYou MUST reboot the server now to complete the change to\n" printf "standard Xen networking. Attempts to modify networking on the\n" -- 2.43.0