Skip to content

Commit

Permalink
Merge pull request sonic-net#317 from gechiang/ghc-202205
Browse files Browse the repository at this point in the history
[service-checker] Fix the service-checker issue which is caused by PR…
  • Loading branch information
gechiang committed Apr 3, 2024
2 parents 4ec6a82 + 0b86380 commit d309722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system-health/health_checker/service_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def get_expected_running_containers(self, feature_table):

if device_info.is_supervisor():
expected_running_containers.add("database-chassis")
container_feature_dict["database-chassis"] = "database"
return expected_running_containers, container_feature_dict

def get_current_running_containers(self):
Expand Down

0 comments on commit d309722

Please sign in to comment.