Create .conf.db.~lock~ in same dir as DBDIR.
authorMehak Mahajan <mmahajan@nicira.com>
Thu, 2 Aug 2012 06:25:35 +0000 (23:25 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Thu, 2 Aug 2012 06:25:35 +0000 (23:25 -0700)
Commit f973f2af (Make the location of the database separately configurable.)
introduced the environment variable OVS_DBDIR which specifies the path for
the conf.db.  With this commit, .conf.db.~lock~ will also be created in the
DBDIR.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
tests/ofproto-macros.at

index dc9bc86..1d5a7cf 100644 (file)
@@ -36,8 +36,7 @@ m4_define([OVS_VSWITCHD_START],
    trap 'kill `cat ovsdb-server.pid ovs-vswitchd.pid`' 0
 
    dnl Create database.
-   mkdir openvswitch
-   touch openvswitch/.conf.db.~lock~
+   touch .conf.db.~lock~
    AT_CHECK([ovsdb-tool create conf.db $abs_top_srcdir/vswitchd/vswitch.ovsschema])
 
    dnl Start ovsdb-server.