[
https://issues.apache.org/jira/browse/CLOUDSTACK-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827043#comment-13827043
]
Jessica Wang edited comment on CLOUDSTACK-4793 at 11/25/13 11:33 PM:
---------------------------------------------------------------------
Kishan,
Sending zoneid or podid to upgradeRouterTemplate API does get asyncjobs back,
but sending clusterid to upgradeRouterTemplate API does NOT get asyncjobs back:
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&zoneid=3bfdd7d1-134a-4d75-8621-0ccfc8641660&_=1384900590465
{
"upgraderoutertemplateresponse": {
"count": 3,
"asyncjobs": [
{
"jobid": "6082b528-e424-49ce-83ab-9e05aab62ce7"
},
{
"jobid": "c1b33ea9-a228-4cff-b098-ce97011424d5"
},
{
"jobid": "8f290e2a-7318-4440-b248-bc65df896bf1"
}
]
}
}
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&podid=43838533-65b8-42b4-a91e-83ee9ef31fd6&_=1384900636903
{
"upgraderoutertemplateresponse": {
"count": 3,
"asyncjobs": [
{
"jobid": "4f65e1ea-fbbc-40ef-a130-044a44857e5e"
},
{
"jobid": "f79f2b1d-eb79-41cb-a795-14af869d1bc9"
},
{
"jobid": "9d92b383-e324-428c-bc54-3044a01a5dbf"
}
]
}
}
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&clusterid=602ea7f9-1b2f-47f2-be41-975594bc55f3&_=1384899940848
{
"upgraderoutertemplateresponse": {}
}
I attached my database dump(jessica-database-dump-2013-11-19.sql) and log
files(jessica-log-2013-11-19.tzr.gz).
Jessica
was (Author: jessicawang):
Kishan,
Sending zoneid or podid to upgradeRouterTemplate API does get asyncjobs back,
but sending clusterid to upgradeRouterTemplate API does NOT get asyncjobs back:
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&zoneid=3bfdd7d1-134a-4d75-8621-0ccfc8641660&_=1384900590465
{
"upgraderoutertemplateresponse": {
"count": 3,
"asyncjobs": [
{
"jobid": "6082b528-e424-49ce-83ab-9e05aab62ce7"
},
{
"jobid": "c1b33ea9-a228-4cff-b098-ce97011424d5"
},
{
"jobid": "8f290e2a-7318-4440-b248-bc65df896bf1"
}
]
}
}
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&podid=43838533-65b8-42b4-a91e-83ee9ef31fd6&_=1384900636903
{
"upgraderoutertemplateresponse": {
"count": 3,
"asyncjobs": [
{
"jobid": "4f65e1ea-fbbc-40ef-a130-044a44857e5e"
},
{
"jobid": "f79f2b1d-eb79-41cb-a795-14af869d1bc9"
},
{
"jobid": "9d92b383-e324-428c-bc54-3044a01a5dbf"
}
]
}
}
http://10.215.3.26:8080/client/api?command=upgradeRouterTemplate&response=json&sessionkey=5ODyEIpK15MAvFVuhEvJgcmeWUs%3D&clusterid=602ea7f9-1b2f-47f2-be41-975594bc55f3&_=1384899940848
{
"upgraderoutertemplateresponse": {}
}
You can get my UI change (as attached screenshots
"UI_change_upgradeRouter_xxxxxxx") in latest code of 4.3 branch.
I also attached my database dump(jessica-database-dump-2013-11-19.sql) and log
files(jessica-log-2013-11-19.tzr.gz).
Jessica
> Improve VR Upgrade
> ------------------
>
> Key: CLOUDSTACK-4793
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4793
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Kishan Kavala
> Assignee: Kishan Kavala
> Fix For: 4.3.0
>
> Attachments: jessica-database-dump-2013-11-19.sql,
> jessica-log-2013-11-19.tar.gz
>
>
> Give admin control to sequence the upgrade of the cloud by:
> Infrastructure hierarchy: by Cluster, Pod, and Zone etc.
> Administrative hierarchy: by Tenant or Domain
> Minimize service interruption to users
> Improve the speed of the upgrade time by making as many upgrade operations in
> parallel as possible
--
This message was sent by Atlassian JIRA
(v6.1#6144)