diff mbox series

[ovs-dev,v1] vswitchd: Enhance manager_options documentation.

Message ID 1525810961-109509-1-git-send-email-dlu998@gmail.com
State Superseded
Headers show
Series [ovs-dev,v1] vswitchd: Enhance manager_options documentation. | expand

Commit Message

Darrell Ball May 8, 2018, 8:22 p.m. UTC
Signed-off-by: Darrell Ball <dlu998@gmail.com>
---
 vswitchd/vswitch.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Comments

Darrell Ball May 8, 2018, 10:54 p.m. UTC | #1
sent a v2

On 5/8/18, 1:23 PM, "ovs-dev-bounces@openvswitch.org on behalf of Darrell Ball" <ovs-dev-bounces@openvswitch.org on behalf of dlu998@gmail.com> wrote:

    Signed-off-by: Darrell Ball <dlu998@gmail.com>
    ---
     vswitchd/vswitch.xml | 11 +++++++++--
     1 file changed, 9 insertions(+), 2 deletions(-)
    
    diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
    index 9c2a826..b5318a1 100644
    --- a/vswitchd/vswitch.xml
    +++ b/vswitchd/vswitch.xml
    @@ -689,8 +689,15 @@
           <column name="manager_options">
             Database clients to which the Open vSwitch database server should
             connect or to which it should listen, along with options for how these
    -        connection should be configured.  See the <ref table="Manager"/> table
    -        for more information.
    +        connections should be configured.  In order to set a remote database
    +        manager via the <code>ovs-vsctl set-manager</code> command
    +        (See ovs-vsctl(8) for more information), this
    +        column must be set beforehand.  This can be done via the
    +        <code>ovsdb-server</code> command option
    +        <option>--remote=db:Open_vSwitch,Open_vSwitch,manager_options</option>
    +        or by seting this column in some other way as described in the startup
    +        scripts provided with Open vSwitch.  See the <ref table="Manager"/>
    +        table for more information.
           </column>
         </group>
     
    -- 
    1.9.1
    
    _______________________________________________
    dev mailing list
    dev@openvswitch.org
    https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=iOiB9tEHMLSdjZ-FIV9udsvWgiUNjb5wbR-0aA7CooA&s=2h3LdCoYHl_JNMmXMxAHMeko_7RNQ9RohF_ZS4ezS8M&e=
diff mbox series

Patch

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 9c2a826..b5318a1 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -689,8 +689,15 @@ 
       <column name="manager_options">
         Database clients to which the Open vSwitch database server should
         connect or to which it should listen, along with options for how these
-        connection should be configured.  See the <ref table="Manager"/> table
-        for more information.
+        connections should be configured.  In order to set a remote database
+        manager via the <code>ovs-vsctl set-manager</code> command
+        (See ovs-vsctl(8) for more information), this
+        column must be set beforehand.  This can be done via the
+        <code>ovsdb-server</code> command option
+        <option>--remote=db:Open_vSwitch,Open_vSwitch,manager_options</option>
+        or by seting this column in some other way as described in the startup
+        scripts provided with Open vSwitch.  See the <ref table="Manager"/>
+        table for more information.
       </column>
     </group>