rdkcentral / Dobby

The Dobby component is a wrapper around the opensource crun/runc containerization tool for managing and running containers.
Apache License 2.0
16 stars 42 forks source link

ES1-1718 : Check for hibernate states in the cleanupContainersShutdown() #334

Closed ks734 closed 1 month ago

ks734 commented 1 month ago

Description

If the DobbyContainer state is not DobbyContainer::State::Running or DobbyContainer::State::Paused, the while loop keeps looping because the mContainer's data is not erased, and it is not moving to next iterator. So, check for 3 more hibernate states in the cleanupContainersShutdown() API.

Type of Change

Requires Bitbake Recipe changes?