[
https://issues.apache.org/jira/browse/CLOUDSTACK-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553747#comment-14553747
]
ASF GitHub Bot commented on CLOUDSTACK-8492:
--------------------------------------------
GitHub user gauravaradhye opened a pull request:
https://github.com/apache/cloudstack/pull/272
CLOUDSTACK-8492: Fix dictionary access issue in createChecksum method
common.py
The hypervisor string is not converted to lowercase, hence it's failing for
some hypervisors while trying to access element in dictionary
"volume_write_path". Added lower() conversion.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gauravaradhye/cloudstack 8492
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/272.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #272
----
commit 79c641b9de76820201758610bab5e178041b463e
Author: Gaurav Aradhye <[email protected]>
Date: 2015-05-21T06:51:35Z
CLOUDSTACK-8492: Fix dictionary access issue in createChecksum method -
common.py
----
> Fix string comparison createChecksum method in common.py
> --------------------------------------------------------
>
> Key: CLOUDSTACK-8492
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8492
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.6.0
> Reporter: Gaurav Aradhye
> Assignee: Gaurav Aradhye
> Labels: automation
> Fix For: 4.6.0
>
>
> The hypervisor is not converted to lowercase, hence it's failing for some
> hypervisors while trying to access dictionary elements
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)