Brian Angus created CLOUDSTACK-7325:
---------------------------------------
Summary: bug in iSCSI disconnectPhysicalDiskByPath
Key: CLOUDSTACK-7325
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7325
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: KVM
Affects Versions: 4.4.0
Reporter: Brian Angus
in
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/IscsiAdmStorageAdaptor.java
disconnectPhysicalDiskByPath
If the disk does not have {noformat}-iscsi-{noformat} in its path then this
code is ran:{code}
// this volume doesn't below to this adaptor, so just return true
return true;
{code}
It should return false. This way if the disk belongs to another storage
adapter that adapter can disconnect the disk in the
disconnectPhysicalDiskByPath function in KVMStoragePoolManager.java
--
This message was sent by Atlassian JIRA
(v6.2#6252)