cloudstack/plugins/hypervisors
Rafael da Fonseca e8c7069f73 Fix findbugs high priority warning VmwareStorageManagerImpl.java:1023, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE, Priority: High Redundant nullcheck of datastoreVolumePath, which is known to be non-null in com.cloud.hypervisor.vmware.manager.VmwareStorageManagerImpl.getVolumePathInDatastore(DatastoreMO, String)
Assertion is not used in runtime, correct way is throw and handle exception without killing app

Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>

This closes #362
2015-06-08 09:40:50 +02:00
..
baremetal Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +05:30
hyperv CLOUDSTACK-8431: [Hyper-V] Fixed VM deployment failing when the stale vhd already exists Now generating guid when the template copy from secondary to primary storage requested instead of using it same as secondary 2015-04-30 16:07:36 +05:30
kvm Using a try-wioth resrouce block as suggested in @DaanHoogland review. 2015-06-04 12:34:05 +02:00
ovm Coverity issue: 1012179 - Commenting out unused variable. 2015-06-04 12:34:03 +02:00
ovm3 imports in test 2015-03-27 15:59:32 +01:00
simulator Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +05:30
ucs removed executable flags from java classes 2014-11-23 19:49:01 +01:00
vmware Fix findbugs high priority warning VmwareStorageManagerImpl.java:1023, RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE, Priority: High Redundant nullcheck of datastoreVolumePath, which is known to be non-null in com.cloud.hypervisor.vmware.manager.VmwareStorageManagerImpl.getVolumePathInDatastore(DatastoreMO, String) 2015-06-08 09:40:50 +02:00
xenserver Replacing real IPs by 127.0.0.1. - It was causing problems in some environments - The Ips should have been removed in a previous commit, but some of them were missed 2015-05-29 11:25:40 +02:00