• Guido Trotter's avatar
    ganeti-noded: quit on QuitGanetiException · 9ae49f27
    Guido Trotter authored
    Accoring to the usage documented in the QuitGanetiException docstring,
    if we receive such an exception we'll set the global _EXIT_GANETI_NODED
    variable to True, and then return either a valid value or an error
    message to the user. This will be the last request we serve, though,
    because the main loop will be interrupted and the daemon will terminate.
    
    Reviewed-by: iustinp
    9ae49f27