Skip to content

Commit d3ffb7a

Browse files
Damodar Reddykoushik-das
authored andcommitted
CLOUDSTACK-6444: Fixing the issue with iSCSI path Format /targetIQN/LUN.
Signed-off-by: Koushik Das <koushik@apache.org>
1 parent 878b0ac commit d3ffb7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ public DataStore initialize(Map<String, Object> dsInfos) {
255255
if (clusterId == null) {
256256
throw new IllegalArgumentException("IscsiLUN need to have clusters specified");
257257
}
258-
hostPath = hostPath.replaceFirst("/", "");
259258
parameters.setType(StoragePoolType.IscsiLUN);
260259
parameters.setHost(storageHost);
261260
parameters.setPort(port);

0 commit comments

Comments
 (0)