Revision a303027b lib/rpc_defs.py

b/lib/rpc_defs.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
367 367
    ("info", None, None),
368 368
    ("exclusive_storage", None, None),
369 369
    ], None, None, "Request creation of a given block device"),
370
  ("blockdev_image", SINGLE, None, constants.RPC_TMO_SLOW, [
371
    ("bdev", ED_SINGLE_DISK_DICT_DP, None),
372
    ("image", None, None),
373
    ("size", None, None),
374
    ], None, None,
375
    "Request to dump an image with given size onto a block device"),
370 376
  ("blockdev_wipe", SINGLE, None, constants.RPC_TMO_SLOW, [
371 377
    ("bdev", ED_SINGLE_DISK_DICT_DP, None),
372 378
    ("offset", None, None),

Also available in: Unified diff