Revision 5b0dfcef lib/rpc_defs.py

b/lib/rpc_defs.py
474 474
     "Whether exclusive storage is enabled"),
475 475
    ], _NodeInfoPreProc, None, "Return node information"),
476 476
  ("node_verify", MULTI, None, constants.RPC_TMO_NORMAL, [
477
    ("checkdict", None, None),
478
    ("cluster_name", None, None),
477
    ("checkdict", None, "What to verify"),
478
    ("cluster_name", None, "Cluster name"),
479
    ("all_hvparams", None, "Dictionary mapping hypervisor names to hvparams"),
479 480
    ], None, None, "Request verification of given parameters"),
480 481
  ("node_volumes", MULTI, None, constants.RPC_TMO_FAST, [], None, None,
481 482
   "Gets all volumes on node(s)"),
......
590 591
    ("version", MULTI, ACCEPT_OFFLINE_NODE, constants.RPC_TMO_URGENT, [], None,
591 592
     None, "Query node version"),
592 593
    ("node_verify_light", MULTI, None, constants.RPC_TMO_NORMAL, [
593
      ("checkdict", None, None),
594
      ("cluster_name", None, None),
594
      ("checkdict", None, "What to verify"),
595
      ("cluster_name", None, "Cluster name"),
596
      ("hvparams", None, "Dictionary mapping hypervisor names to hvparams"),
595 597
      ], None, None, "Request verification of given parameters"),
596 598
    ]),
597 599
  "RpcClientConfig": _Prepare([

Also available in: Unified diff