Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A5A211B30 for ; Tue, 24 Jun 2014 08:15:09 +0000 (UTC) Received: (qmail 82607 invoked by uid 500); 24 Jun 2014 08:15:09 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 82581 invoked by uid 500); 24 Jun 2014 08:15:09 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 82572 invoked by uid 99); 24 Jun 2014 08:15:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 08:15:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E318A90F773; Tue, 24 Jun 2014 08:15:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4 to 3cdcf77 Date: Tue, 24 Jun 2014 08:15:08 +0000 (UTC) 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 (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 Authored: Mon Jun 23 16:10:05 2014 +0530 Committer: Daan Hoogland 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);