X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=xenserver%2Fvswitch-xen.spec;h=2d8acd5dc3d7856d397598d80b27562001dd47bf;hb=0ab8e15fd7b5618c0c513c69ab6fd4155eb13452;hp=f6c94570182250dd463c2b3897e29e2f898c9d1b;hpb=b3080599f6b280c63b9b6f4ca2d3c6006bcd9590;p=openvswitch diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index f6c94570..2d8acd5d 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -154,7 +154,7 @@ EOF fi fi -if test ! -e /var/lib/openvswitch/dbcache; then +if test ! -e /var/xapi/network.dbcache; then if test "$1" = 1; then printf "Creating xapi database cache... " else @@ -299,7 +299,7 @@ if [ "$1" = "0" ]; then # $1 = 1 for upgrade rm -f /etc/ovs-vswitchd.conf rm -f /etc/sysconfig/vswitch rm -f /etc/ovs-vswitchd.cacert - rm -f /var/lib/openvswitch/dbcache + rm -f /var/xapi/network.dbcache # Configure system to use bridge echo bridge > /etc/xensource/network.conf