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/09/26 10:38:02 UTC

[jira] [Updated] (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 updated CLOUDSTACK-4741:
---------------------------------------

    Description: 
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.


  was:
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.


    
> 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
>             Fix For: 4.2.1
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira