mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6444: Fixing the issue with iSCSI path Format /targetIQN/LUN.
Signed-off-by: Koushik Das <koushik@apache.org>
(cherry picked from commit 24401e0b2b)
This commit is contained in:
parent
861eff98d0
commit
3cdcf77933
|
|
@ -255,7 +255,6 @@ public class CloudStackPrimaryDataStoreLifeCycleImpl implements PrimaryDataStore
|
|||
if (clusterId == null) {
|
||||
throw new IllegalArgumentException("IscsiLUN need to have clusters specified");
|
||||
}
|
||||
hostPath = hostPath.replaceFirst("/", "");
|
||||
parameters.setType(StoragePoolType.IscsiLUN);
|
||||
parameters.setHost(storageHost);
|
||||
parameters.setPort(port);
|
||||
|
|
|
|||
Loading…
Reference in New Issue