Skip to content
Snippets Groups Projects
Commit 93962b80 authored by Iustin Pop's avatar Iustin Pop
Browse files

rapi: export more static node information


Currently not all static node information is exported over rapi, and
this makes it less complete than gnt-node list. This patch attempts to
reduce the difference.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent a9fe7232
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ N_FIELDS = ["name", "offline", "master_candidate", "drained",
"mtotal", "mnode", "mfree",
"pinst_cnt", "sinst_cnt", "tags",
"ctotal", "cnodes", "csockets",
"pip", "sip", "serial_no", "role",
"pinst_list", "sinst_list",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment