rpc: Call result processor once for each node result
authorMichael Hanselmann <hansmi@google.com>
Tue, 8 Nov 2011 15:39:32 +0000 (16:39 +0100)
committerMichael Hanselmann <hansmi@google.com>
Tue, 8 Nov 2011 15:44:29 +0000 (16:44 +0100)
commitd9da5065c0efc45009cf51942ea063fc80b16898
tree8e7c663c93a214d6fe959dce9373084591725ae1
parentcc19798f6c9f6295cc805f506aaa3214ae31beb6
rpc: Call result processor once for each node result

… instead of calling it with the whole results dictionary. This
fixes an issue when replacing disks (and all other cases where
result processors are used).

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/rpc.py