Export more information in RAPI group queries
authorIustin Pop <iustin@google.com>
Fri, 15 Jun 2012 14:23:54 +0000 (16:23 +0200)
committerIustin Pop <iustin@google.com>
Fri, 15 Jun 2012 14:38:19 +0000 (16:38 +0200)
Sadly we don't have a way to test that, for example, all
(G|N|I)Q_CONFIG fields are exported in RAPI, so for now we don't test
this; but we should, in the future.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

lib/rapi/rlib2.py

index 093e6d2..6f1b173 100644 (file)
@@ -96,6 +96,11 @@ G_FIELDS = [
   "node_cnt",
   "node_list",
   "ipolicy",
+  "custom_ipolicy",
+  "diskparams",
+  "custom_diskparams",
+  "ndparams",
+  "custom_ndparams",
   ] + _COMMON_FIELDS
 
 J_FIELDS_BULK = [