[ovs-git] [openvswitch/ovs] 78bc7b: tutorial: skip passing .db for backup option for o...

GitHub noreply at github.com
Wed Apr 18 23:23:28 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 78bc7b2467a333f06aa480625f86e39839c1eb71
      https://github.com/openvswitch/ovs/commit/78bc7b2467a333f06aa480625f86e39839c1eb71
  Author: aginwala <amginwal at gmail.com>
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  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 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list