From 003306f95b786b19314abecfc1917d41faf33e5d Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 15 Jun 2012 16:23:54 +0200 Subject: [PATCH] Export more information in RAPI group queries 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 Reviewed-by: Michael Hanselmann --- lib/rapi/rlib2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/rapi/rlib2.py b/lib/rapi/rlib2.py index 093e6d2..6f1b173 100644 --- a/lib/rapi/rlib2.py +++ b/lib/rapi/rlib2.py @@ -96,6 +96,11 @@ G_FIELDS = [ "node_cnt", "node_list", "ipolicy", + "custom_ipolicy", + "diskparams", + "custom_diskparams", + "ndparams", + "custom_ndparams", ] + _COMMON_FIELDS J_FIELDS_BULK = [ -- 1.7.10.4