Convert blockdev_assemble rpc to (status, data)
authorIustin Pop <iustin@google.com>
Tue, 10 Feb 2009 14:43:57 +0000 (14:43 +0000)
committerIustin Pop <iustin@google.com>
Tue, 10 Feb 2009 14:43:57 +0000 (14:43 +0000)
commit53c14ef1d9debcebf82861dcdb1659a72246f473
treeadbd0f6771434a7cb34cb92dafcc647768974972
parent7a6b9510fe5f981ee3979ece8d91284b68c1a728
Convert blockdev_assemble rpc to (status, data)

This converts the RPC call blockdev_assemble to the new-style result
format. Note that we won't usually have error information, but it's the
first step toward it.

Reviewed-by: ultrotter
lib/backend.py
lib/cmdlib.py