These descriptions were vague to the point of being incorrect.

Reported-by: Kenneth Duda <kd...@aristanetworks.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 vswitchd/vswitch.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 2af04bd..00e5d19 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2974,14 +2974,16 @@
 
       <column name="status" key="locks_waiting">
         Space-separated list of the names of OVSDB locks that the connection is
-        currently waiting to acquire.  Omitted if the connection is not waiting
-        for any locks.
+        currently waiting to acquire, including locks that have been stolen
+        away and the connection is waiting to reacquire.  Omitted if the
+        connection is not waiting for any locks.
       </column>
 
       <column name="status" key="locks_lost">
         Space-separated list of the names of OVSDB locks that the connection
-        has had stolen by another OVSDB client.  Omitted if no locks have been
-        stolen from this connection.
+        acquired with a ``steal'' method and were subsequently stolen away by
+        another connection.  Only locks that the current connection has not yet
+        released with an ``unlock'' method are included.
       </column>
 
       <column name="status" key="n_connections"
-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to