Fix LUClusterRepairDiskSizes and rpc result usage
authorIustin Pop <iustin@google.com>
Tue, 15 Feb 2011 13:39:44 +0000 (14:39 +0100)
committerIustin Pop <iustin@google.com>
Fri, 4 Mar 2011 10:41:38 +0000 (11:41 +0100)
commite50d88078e1dbfe3d78aa174b760aa6142f54b6c
treeabec7a075739e04a368e39ffed54f60fe32c2af3
parent4ae52cc6d45cd9844a55ba37ead5b1170549d7cc
Fix LUClusterRepairDiskSizes and rpc result usage

This LU was introduced before the RPC result conversion from .data to
.payload, and it has managed to keep the old-style usage (how? it's
the only LU that does so). Fix by changing to payload, and add some
extra logging for easier diagnose.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Stephen Shirley <diamond@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
(cherry picked from commit 043beb38f4e10b75d0820c361c668c441c7a6980)
lib/cmdlib.py