Revision 78519c10 lib/rpc_defs.py

b/lib/rpc_defs.py
412 412
    ("address", None, "IP address"),
413 413
    ], None, "Checks if a node has the given IP address"),
414 414
  ("node_info", MULTI, TMO_URGENT, [
415
    ("vg_name", None,
416
     "Name of the volume group to ask for disk space information"),
417
    ("hypervisor_type", None,
418
     "Name of the hypervisor to ask for memory information"),
415
    ("vg_names", None,
416
     "Names of the volume groups to ask for disk space information"),
417
    ("hv_names", None,
418
     "Names of the hypervisors to ask for node information"),
419 419
    ], None, "Return node information"),
420 420
  ("node_verify", MULTI, TMO_NORMAL, [
421 421
    ("checkdict", None, None),

Also available in: Unified diff