[
https://issues.apache.org/jira/browse/CLOUDSTACK-9217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096179#comment-15096179
]
ASF GitHub Bot commented on CLOUDSTACK-9217:
--------------------------------------------
Github user DaanHoogland commented on the pull request:
https://github.com/apache/cloudstack/pull/1322#issuecomment-171290722
@pavanb018 , running the test with a definition like below or should I have
two clusters as well?
```
"clusters": [
{
"clustername": "MCCT-KVM-1",
"hypervisor": "KVM",
"hosts": [
{
"username": "root",
"url": "http://kvm1",
"password": "password"
},
{
"username": "root",
"url": "http://kvm2",
"password": "password"
}
],
"clustertype": "CloudManaged",
"primaryStorages": [
{
"url":
"nfs://192.168.22.1:/data/storage/primary/MCCT-KVM-1",
"name": "MCCT-KVM-1-primary"
},
{
"url":
"nfs://192.168.22.1:/data/storage/primary/MCCT-KVM-2",
"name": "MCCT-KVM-2-primary"
}
]
}
```
> CloudStack should block volume migration to a pool in maintenance mode
> ----------------------------------------------------------------------
>
> Key: CLOUDSTACK-9217
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9217
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Storage Controller
> Affects Versions: 4.7.0
> Reporter: Pavan Kumar Bandarupally
> Assignee: Pavan Kumar Bandarupally
> Fix For: 4.7.0
>
>
> CloudStack should block migration to a Storage pool which is in maintenance
> mode.
> I am automating the above functionality.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)