LUQueryExports: fix rpcresult handling
authorGuido Trotter <ultrotter@google.com>
Wed, 3 Dec 2008 17:23:22 +0000 (17:23 +0000)
committerGuido Trotter <ultrotter@google.com>
Wed, 3 Dec 2008 17:23:22 +0000 (17:23 +0000)
commitb04285f21eb5b1ee26a1e9293f143d977ff88ac9
treed6a1eca94e3d360a190738028131789b6aa1ff24
parent0fff97e93fdcd87968499a02b4881e7102db8508
LUQueryExports: fix rpcresult handling

call_export_list is a multi node call, so we need to go through the
results, extrapolate the good ones, and return a failure value for the
bad ones.

Reviewed-by: imsnah
lib/cmdlib.py