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>
Thu, 17 Feb 2011 17:24:21 +0000 (18:24 +0100)
commit043beb38f4e10b75d0820c361c668c441c7a6980
tree4c11c3de5eb0bf06c6ca35043ff965540de711e4
parentccfbbd2d1546b4f57d5bfeb115573967f7fb558b
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>
lib/cmdlib.py