Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1694 @rhtyd It appears that rolling this forward to 4.9 et al has broken builds. The signature of the CreateStoragePool constructor changed between 4.8 and 4.9. https://github.com/apache/cloudstack/blob/4.8/server/src/com/cloud/storage/listener/StoragePoolMonitor.java#L52 That's the 4.8 version https://github.com/apache/cloudstack/blob/4.9/server/src/com/cloud/storage/listener/StoragePoolMonitor.java#L57 That's the 4.9 version, which takes 3 parameters. When building I get the following error: [ERROR] <snip> /server/test/com/cloud/storage/listener/StoragePoolMonitorTest.java:[49,29] error: constructor StoragePoolMonitor in class StoragePoolMonitor cannot be applied to given types;
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---