« Previous | Next » 

Revision 96acbc09

ID96acbc09b70c82051e2156744bf1ae6752004cb7

Added by Michael Hanselmann over 14 years ago

Use object for blockdev_find RPC call result

This patch changes the return type for backend.BlockdevFind to an object
(objects.BlockDevStatus). Before a tuple was used. Adding more values to
this tuple causes a lot of work. Converting the result to an object with
properties will make this a bit simpler.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences