ovs-ctl: Drop back to an empty database if schema conversion fails.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 16:13:17 +0000 (09:13 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 16:13:17 +0000 (09:13 -0700)
commit046d84c23564adbcc4ab478e756b393e906d7c38
treef01fd6ec10fde52c48c0f64a8bf5de0580da01f0
parent65420cc6d4ec08b89994cfc92e8d82868b32f405
ovs-ctl: Drop back to an empty database if schema conversion fails.

If the "ovsdb-tool convert" call fails, it is likely because the database
has bad contents that this version of OVSDB does not understand.  In that
case, we're better off using a fresh, empty database rather than failing
to come up at all.

Bug #6280.
utilities/ovs-ctl.in