forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-ctl: Add new commands 'run_nb_server' and 'run_sb_server'
Presently if the user wants to start OVN db servers as separate containers, 'ovn-ctl' script is not useful as '--detach' option is passed when ovsdb-servers are started. If the container command is 'ovn-ctl start_nb_ovsdb', the container exits as soon as ovn-ctl exits. This patch adds two new commands - 'run_nb_server' and 'run_sb_server'. This will be really useful for the above mentioned requirement. Without these commands, the user may have to first generate the db by running 'ovsdb-tool' and then start the container with the command 'ovsdb-server ovnnb_db.db ....' and this is very inconvenient. This patch also updates the documentation in ovn-ctl.8.xml. Suggested-by: Ben Pfaff <[email protected]> Signed-off-by: Numan Siddique <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
0884990
commit 74103dc
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters