You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Gaurav Aradhye (JIRA)" <ji...@apache.org> on 2013/12/20 07:41:09 UTC

[jira] [Closed] (CLOUDSTACK-4741) URL of ImageStore not in proper format for XenServer

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gaurav Aradhye closed CLOUDSTACK-4741.
--------------------------------------


> 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.4#6159)