Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D26B310546 for ; Wed, 16 Oct 2013 07:02:47 +0000 (UTC) Received: (qmail 60474 invoked by uid 500); 16 Oct 2013 07:02:45 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 60424 invoked by uid 500); 16 Oct 2013 07:02:44 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 60392 invoked by uid 500); 16 Oct 2013 07:02:43 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 60380 invoked by uid 99); 16 Oct 2013 07:02:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2013 07:02:42 +0000 Date: Wed, 16 Oct 2013 07:02:42 +0000 (UTC) From: "Gaurav Aradhye (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-4741) URL of ImageStore not in proper format for XenServer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796486#comment-13796486 ] Gaurav Aradhye commented on CLOUDSTACK-4741: -------------------------------------------- Hi Min, I again verified on all the three setups. I can reproduce it on XenServer. The colon <:> should be present between and . That's the correct format. No issue on KVM and VMware but on XenServer colon is absent. > URL of ImageStore not in proper format for XenServer > ---------------------------------------------------- > > Key: CLOUDSTACK-4741 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4741 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation, Snapshot > Affects Versions: 4.2.0 > Reporter: Gaurav Aradhye > Assignee: Min Chen > Priority: Critical > Fix For: 4.3.0 > > > Steps: > Hit listImageStores API. > check the "url" attribute of any ImageStore. > On KVM and VMWare, the format of url is as below and which is correct: > nfs://x.x.x.x:/dir1/dir2/dir3/dir4 > While on XenServer, the format of url is as below: > nfs://x.x.x.x/dir1/dir2/dir3/dir4 > See, the colon (:) is missing after IP address x.x.x.x in XenServer results. > Snapshot test cases which test whether the snapshot is present on secondary storage will fail on XenServer due to this formatting issue. -- This message was sent by Atlassian JIRA (v6.1#6144)