Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/606#issuecomment-123278333
while I agree with the code change based on the current implementations of
getVirtualSize, should we just pass the storage layer in the params so that any
new implementation if required can use the storage layer?
```
Map<String, Object> params = new HashMap<String, Object>();
params.put(StorageLayer.InstanceConfigKey, _storage);
processor.configure("template processor", new HashMap<String, Object>());
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---