I get the error message: 'volume size xxxx, but the maximum size allowed is 0 Gb.' when I attempt to create a new volume. It is thrown from VolumeApiServiceImpl.validateVolumeSizeRange(int size).
Unless I'm missing something, it looks like '_maxVolumeSizeInGb' is never initialized in VolumeApiServiceImpl.java. Am I missing the initialization somewhere? -Chris