[
https://issues.apache.org/jira/browse/CLOUDSTACK-9808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968601#comment-15968601
]
ASF subversion and git services commented on CLOUDSTACK-9808:
-------------------------------------------------------------
Commit a80c28699951aff9f374097767f813644f3e30e2 in cloudstack's branch
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a80c286 ]
Merge pull request #2023 from Accelerite/CLOUDSTACK-9808
BUG-ID: CLOUDSTACK-9808 Added system Vm upgrade path for LXC and OVM`
> mysql> select id,unique_name,name,type,url,updated,created from vm_template
> where type='SYSTEM';
> +----+-------------+-------------------------------+--------+-----------------------------------------------------------------------------------------------+---------+---------------------+
> | id | unique_name | name | type | url
>
> | updated | created |
> +----+-------------+-------------------------------+--------+-----------------------------------------------------------------------------------------------+---------+---------------------+
> | 1 | routing-1 | SystemVM Template (XenServer) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-xen.vhd.bz2
> | NULL | 2017-03-30 15:53:00 |
> | 3 | routing-3 | SystemVM Template (KVM) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-kvm.qcow2.bz2
> | NULL | 2017-03-30 15:53:00 |
> | 8 | routing-8 | SystemVM Template (vSphere) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-vmware.ova
> | NULL | 2017-03-30 15:53:00 |
> | 9 | routing-9 | SystemVM Template (HyperV) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-hyperv.vhd.zip
> | NULL | 2017-03-30 15:53:00 |
> | 10 | routing-10 | SystemVM Template (LXC) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-kvm.qcow2.bz2
> | NULL | 2017-03-30 15:54:13 |
> | 12 | routing-12 | SystemVM Template (Ovm3) | SYSTEM |
> https://download.cloudstack.org/systemvm/4.10/systemvm64template-master-4.10.0-ovm.raw.bz2
> | NULL | 2017-03-30 15:55:58 |
> +----+-------------+-------------------------------+--------+-----------------------------------------------------------------------------------------------+---------+---------------------+
> 6 rows in set (0.00 sec)
`
* pr/2023:
BUG-ID: CLOUDSTACK-9808 Added system Vm upgrade path for LXC and OVM
Signed-off-by: Rajani Karuturi <[email protected]>
> 4.9->4.10 upgrade does not upgrade global settings to point to new template
> ---------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9808
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9808
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Upgrade
> Affects Versions: 4.10.0.0
> Reporter: Boris Stoyanov
> Assignee: Kishan Kavala
> Priority: Blocker
>
> Following the same source of information
> (http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.10/upgrade/upgrade-4.9.html)
> I’ve registered the template with the right naming: "systemvm-kvm-4.10”,
> waited until it was in Ready status.
> Then upgraded management and the cloudstack-agent on all hosts.
> Upon starting the management, the DB upgrade was successful. I’ve logged in
> the system and observed that it was still using 4.6.0 ssvm templates. The
> option to upgrade the VR wasn’t available as well. Checking global settings
> it turns out minreq.sysvmtemplate.version = 4.6.0 and router.template.kvm was
> pointing to the original ssmv template (not systemvm-kvm-4.10). The original
> ssvm template is still in active state but it should be in InActive.
> This basically leaves the user unable to upgrade ssvm (which are not working
> btw) without hacking the DB and global settings
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)