Skip to content

Commit

Permalink
Set CHECKING during check_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 26, 2024
1 parent 05a000f commit bbb769a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lvmopstools/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ async def _check_loop(self):
await self.restart()

try:
self.state |= ActorState.CHECKING
await self._check_internal()
except CheckError as err:
await self.troubleshoot(error_code=err.error_code, exception=err)
Expand Down

0 comments on commit bbb769a

Please sign in to comment.