Revision 6ef8077e lib/rpc_defs.py

b/lib/rpc_defs.py
384 384
    ("instance_name", None, None),
385 385
    ("disks", ED_OBJECT_DICT_LIST, None),
386 386
    ], None, None, "Closes the given block devices"),
387
  ("blockdev_getsize", SINGLE, None, constants.RPC_TMO_NORMAL, [
387
  ("blockdev_getdimensions", SINGLE, None, constants.RPC_TMO_NORMAL, [
388 388
    ("disks", ED_OBJECT_DICT_LIST, None),
389
    ], None, None, "Returns the size of the given disks"),
389
    ], None, None, "Returns size and spindles of the given disks"),
390 390
  ("drbd_disconnect_net", MULTI, None, constants.RPC_TMO_NORMAL, [
391 391
    ("nodes_ip", None, None),
392 392
    ("disks", ED_OBJECT_DICT_LIST, None),

Also available in: Unified diff