Revision 1116c3b2

b/doc/iallocator.rst
239 239
  i_pri_up_memory:
240 240
    total memory required by running primary instances
241 241

  
242
  group:
243
    the node group that this node belongs to
244

  
242 245
  No allocations should be made on nodes having either the ``drained``
243 246
  or ``offline`` flags set. More details about these of node status
244 247
  flags is available in the manpage :manpage:`ganeti(7)`.
b/lib/cmdlib.py
10234 10234
        "offline": ninfo.offline,
10235 10235
        "drained": ninfo.drained,
10236 10236
        "master_candidate": ninfo.master_candidate,
10237
        "group": ninfo.group,
10237 10238
        }
10238 10239

  
10239 10240
      if not (ninfo.offline or ninfo.drained):

Also available in: Unified diff