]> git.proxmox.com Git - ovs.git/commit
tutorial: skip passing .db for backup option for ovn_start_ovsdb_server:
authoraginwala <amginwal@gmail.com>
Thu, 12 Apr 2018 00:43:01 +0000 (17:43 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 1 May 2018 00:16:18 +0000 (17:16 -0700)
commit38ccc2f7868b1338a14ee9700ea2d727c5df1b56
treed4b201d95b526455202db007bdaf91b79c3ea452
parentbf5fdbdbb030a7be9fb468a1d5d9c31e18096cc6
tutorial: skip passing .db for backup option for ovn_start_ovsdb_server:

current params uses two sb1.db which is redundant:
e.g. ovsdb-server --remote=punix:sb1.ovsdb sb1.db sb1.db
expected:
e.g. ovsdb-server --remote=punix:sb1.ovsdb sb1.db

tested and works as expected:
ovn-sbctl --db=unix:/root/ovs/tutorial/sandbox/sb2.ovsdb show
Chassis "chassis-1"
    hostname: sandbox
    Encap geneve
        ip: "127.0.0.1"
        options: {csum="true"}

Signed-off-by: aginwala <aginwala@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tutorial/ovs-sandbox