----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5834/ -----------------------------------------------------------
Review request for cloudstack. Description ------- attachVolume is broken as a call to this command will result in a NPE. The cause appears to be that _hostVolumeDao is null during execution. The root cause is that the HostVolumeDao is missing the @Inject annotation. Diffs ----- server/src/com/cloud/vm/UserVmManagerImpl.java 87d88a4 Diff: https://reviews.apache.org/r/5834/diff/ Testing ------- clean-all build-all deploy-server create volume and attach to existing host.. success Thanks, Hugo Trippaers