eclipse-bluechi / bluechi

Eclipse BlueChi is a systemd service controller intended for multi-node environments with a predefined number of nodes and with a focus on highly regulated ecosystems such as those requiring functional safety.
https://bluechi.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
129 stars 37 forks source link

RFE: Add ResetFailed and ResetFailedUnit API #932

Closed engelmi closed 4 days ago

engelmi commented 2 weeks ago

This RFE resulted from https://github.com/eclipse-bluechi/bluechi/issues/931.

Please describe what you would like to see

In order to be able to reset the failed state of all or one unit, it is necessary to extend BlueChi by the ResetFailed and ResetFailedUnit API provided in the systemd Manager API (see the freedesktop systemd documentation.

Please describe the solution you'd like

ArtiomDivak commented 2 weeks ago

Please assign this issue to my

engelmi commented 4 days ago

Done in https://github.com/eclipse-bluechi/bluechi/pull/933 and https://github.com/eclipse-bluechi/bluechi/pull/937. Closing.