Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.3
Description
The ElasticStack API allows servers to be defined without a boot device. In such cases, providers will choose the first available device.
The current implementation of the ComputeService for the ElastiStack API assumes a boot device always exists, and an IndexOutOfBoundsException is thrown when calling listNodes() and such servers exist.