Project

General

Profile

Bug #46665

Updated by Dan Mick almost 4 years ago

In the cephadm plugin, when _apply_service encounters an exception from create(), create_func(), it doesn't handle it, and so the whole list of hosts is aborted on first failure.    Catching the exception and continuing the loop will allow all successes while saving failing hosts for the next time through the main serve() loop.

Back