Signed-off-by: Darrell Ball <[email protected]>
---
 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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to