Add DCStatus data type for the data collectors
[ganeti-local] / doc / design-query2.rst
index 8310ef1..4c7b52d 100644 (file)
@@ -100,6 +100,8 @@ items:
   Jobs
 ``lock``
   Locks
   Jobs
 ``lock``
   Locks
+``os``
+  Operating systems
 
 .. _data-query:
 
 
 .. _data-query:
 
@@ -284,6 +286,10 @@ A field definition is a dictionary with the following entries:
   formatting any unknown types the same way as "other", which should be
   a string representation in most cases.
 
   formatting any unknown types the same way as "other", which should be
   a string representation in most cases.
 
+``doc`` (string)
+  Human-readable description. Must start with uppercase character and
+  must not end with punctuation or contain newlines.
+
 .. TODO: Investigate whether there are fields with floating point
 .. numbers
 
 .. TODO: Investigate whether there are fields with floating point
 .. numbers
 
@@ -322,7 +328,7 @@ methods.  Unavailable values are set to ``None``. If unknown fields were
 requested, the whole query fails as the client expects exactly the
 fields it requested.
 
 requested, the whole query fails as the client expects exactly the
 fields it requested.
 
-.. _luxi:
+.. _query2-luxi:
 
 LUXI
 ++++
 
 LUXI
 ++++
@@ -386,7 +392,7 @@ Other discussed solutions
 
 Another solution discussed was to add an additional column for each
 non-static field containing the status. Clients interested in the status
 
 Another solution discussed was to add an additional column for each
 non-static field containing the status. Clients interested in the status
-could explicitely query for it.
+could explicitly query for it.
 
 .. vim: set textwidth=72 :
 .. Local Variables:
 
 .. vim: set textwidth=72 :
 .. Local Variables: