Re: [ovs-dev] [PATCH] tutorial: skip passing .db for backup option for ovn_start_ovsdb_server:

2018-04-18 Thread Ben Pfaff
On Wed, Apr 11, 2018 at 05:43:01PM -0700, aginwala wrote: > 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/ov

[ovs-dev] [PATCH] tutorial: skip passing .db for backup option for ovn_start_ovsdb_server:

2018-04-18 Thread aginwala
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: sand