Statistics
| Branch: | Tag: | Revision:

root / doc / design-query2.rst @ 8ac5c5d7

History | View | Annotate | Download (12.6 kB)

# Date Author Comment
2656091a 01/20/2011 05:20 pm Michael Hanselmann

Fix typo in query2 design document

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

a6070ef7 01/05/2011 12:39 pm Michael Hanselmann

query2: Add new field status “offline”

This allows “gnt-node list” to show the difference between modes marked
offline and nodes with e.g. RPC errors (“(nodata)”). node1 is the
master, node2's node daemon crashed and node3 is marked offline:

$ gnt-node list -o name,offline,dtotal,dfree...

46aae796 12/10/2010 07:28 pm Michael Hanselmann

Rename “kind” to “what” for calls in query2 design

“kind” is already used in the field definition. “what” seems to
be a better fit for the calls (“what should be queried?”).

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Guido Trotter <>

9189c902 11/23/2010 11:03 pm Michael Hanselmann

Update query2 design document

While starting to implement this, I found a number of deficiencies:

- Drop regular expressions. As it turned out, only very few fields for
instances used them, all of which can easily be turned into static
field names.
- Use two separate calls with a request and response description each....

e5a246df 11/12/2010 04:03 pm Michael Hanselmann

Design document for new query infrastructure

Signed-off-by: Michael Hanselmann <>
Reviewed-by: René Nussbaumer <>