You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/06/24 10:15:08 UTC

git commit: updated refs/heads/4.4 to 3cdcf77

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 861eff98d -> 3cdcf7793


CLOUDSTACK-6444: Fixing the issue with iSCSI path Format /targetIQN/LUN.

Signed-off-by: Koushik Das <ko...@apache.org>
(cherry picked from commit 24401e0b2b575d1aa151dbf5d4e0e0e1de4e9361)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3cdcf779
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3cdcf779
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3cdcf779

Branch: refs/heads/4.4
Commit: 3cdcf77933963a1a60eda05934ccb5288ecf812c
Parents: 861eff9
Author: Damodar Reddy <da...@citrix.com>
Authored: Mon Jun 23 16:10:05 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Tue Jun 24 10:14:58 2014 +0200

----------------------------------------------------------------------
 .../lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java          | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3cdcf779/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java
----------------------------------------------------------------------
diff --git a/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java b/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java
index 3c1b76a..65236d9 100644
--- a/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java
+++ b/plugins/storage/volume/default/src/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java
@@ -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);