DaanHoogland commented on issue #7191:
URL: https://github.com/apache/cloudstack/issues/7191#issuecomment-1425573034
The NPE is in this line:
```
long defaultMaxSecondaryStorageInGB =
cmd.getDefaultMaxSecondaryStorageInGB();
```
so it has nothing to do with the Pod or cluster. It is an implicit
conversion failing. What is your value for "max.account.secondary.storage"?
This is the setting propagated to that command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]