[
https://issues.apache.org/jira/browse/CLOUDSTACK-9892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286242#comment-16286242
]
ASF GitHub Bot commented on CLOUDSTACK-9892:
--------------------------------------------
rhtyd commented on a change in pull request #2088: CLOUDSTACK-9892: Primary
storage resource check is broken when using …
URL: https://github.com/apache/cloudstack/pull/2088#discussion_r156132782
##########
File path: test/integration/smoke/test_deploy_vm_root_resize.py
##########
@@ -219,30 +220,34 @@ def test_00_deploy_vm_root_resize(self):
"""
newrootsize = (self.template.size >> 30) + 2
- if(self.hypervisor.lower() == 'kvm' or self.hypervisor.lower() ==
- 'xenserver'or self.hypervisor.lower() == 'vmware' ):
+ if (self.hypervisor.lower() == 'kvm' or self.hypervisor.lower() ==
'xenserver'
Review comment:
This could have been rewritten as `obj in array:`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Primary storage resource check is broken when using root disk size override
> to deploy VM
> ----------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9892
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9892
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.10.0.0
> Reporter: Koushik Das
> Assignee: Koushik Das
> Priority: Critical
> Fix For: 4.10.1.0
>
>
> Primary storage resource check for account/domain is broken when using root
> disk size override to deploy VM
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)