« Previous | Next » 

Revision c26a6bd2

IDc26a6bd21c17641f718369caed88ae16947fa774
Parent afdc3985
Child 4c4e4e1e

Added by Iustin Pop almost 15 years ago

Simplify the RPC result framework in backend.py

Since now all functions fail via _Fail, the return True, … is redundant
as all normal return paths have it, and thus the True value can be added
in the ganeti-noded handler.

This means that all functions can now forget about the special result
type, and instead return normally, but signal all failures via _Fail().

Only a few functions must be handled specially (the recursive ones).

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences