ovsdb: Check for changed columns only once per transaction commit.
[openvswitch] / debian / openvswitch-switch.init
index 3a7f2924406dfeba0b887e909f53fb8cd18fe19b..7ce9a64508ebbbfe7736669b45415255665c1dc3 100755 (executable)
@@ -210,6 +210,11 @@ case "$1" in
             ovsdb-tool -vANY:console:emer \
                 create /etc/openvswitch-switch/conf \
                 /usr/share/openvswitch/vswitch.ovsschema
+        else
+            # Upgrade or downgrade schema and compact database.
+            ovsdb-tool -vANY:console:emer \
+                convert /etc/openvswitch-switch/conf \
+                /usr/share/openvswitch/vswitch.ovsschema
         fi
 
         if test "$ENABLE_MONITOR" = y; then