Skip to content

Commit

Permalink
ovsdb: Better document possible commit-time error results.
Browse files Browse the repository at this point in the history
CC: Jeremy Stribling <[email protected]>
  • Loading branch information
blp committed Jun 6, 2011
1 parent eb8b28e commit d901ddf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ovsdb/SPECS
Original file line number Diff line number Diff line change
@@ -442,6 +442,16 @@ include at least the following:
The number of rows in a table exceeds the maximum number
permitted by the table's "maxRows" value (see <table-schema>).

"error": "constraint violation"

Two or more rows in a table had the same values in the columns
that comprise an index.

"error": "resources exhausted"
"error": "I/O error"

As described in the definition of <error> above.

If "params" contains one or more "wait" operations, then the
transaction may take an arbitrary amount of time to complete. The
database implementation must be capable of accepting, executing, and

0 comments on commit d901ddf

Please sign in to comment.