You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sateesh Chodapuneedi (Jira)" <ji...@apache.org> on 2020/02/14 01:36:00 UTC

[jira] [Closed] (CLOUDSTACK-7325) bug in iSCSI disconnectPhysicalDiskByPath

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-7325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sateesh Chodapuneedi closed CLOUDSTACK-7325.
--------------------------------------------
    Fix Version/s: 4.12
       Resolution: Fixed

Fixed in [https://github.com/apache/cloudstack/commit/bf209405e7d60b6a5abf87677d368c429359d98a#diff-0c33aaec8a8fe2523c316f5e34485a87R352]

PR - [https://github.com/apache/cloudstack/pull/2997]

> 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
>            Priority: Major
>             Fix For: 4.12
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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
(v8.3.4#803005)