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:36:03 UTC

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

Gaurav Aradhye created CLOUDSTACK-4741:
------------------------------------------

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


--
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