Skip to content

Commit

Permalink
fix ES24 enclosure mgmt (#14805)
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo authored Oct 29, 2024
1 parent 9fad3c4 commit a3c939b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _get_model_and_controller(self):
case 'CELESTIC_X2012' | 'CELESTIC_X2012-MT':
self.model = JbodModels.ES12.value
self.controller = False
case 'ECStream_4024J' | 'iX_4024J':
case x if x.startswith(('ECStream_4024J', 'iX_4024J')):
self.model = JbodModels.ES24.value
self.controller = False
case 'ECStream_2024Jp' | 'ECStream_2024Js' | 'iX_2024Jp' | 'iX_2024Js':
Expand Down

0 comments on commit a3c939b

Please sign in to comment.