On Thu, Jul 1, 2010 at 3:16 PM, Iustin Pop <[email protected]> wrote:
> Incorrect. If you return (False, whatever) from the node, fail_msg will > be set to str(whatever). Sorry, this has been poorly explained. (False, whatever) is returned from the method called by the http server, so the final rpc result will be: (True, (False, "drbd related error"). Thanks, Luca
