Uh oh!
There was an error while loading. Please reload this page.
engine/schema: add empty DB upgrade path from 4.14.0.0 to 4.15.0.0 - #4092
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
blueorangutan
commented
May 20, 2020
Packaging result: ✔centos7 ✔debian. JID-1235 |
DaanHoogland
left a comment
There was a problem hiding this comment.
looks good, we have a rat issue due to other code that we need to fix for the checks to function again.
| } | ||
| @SuppressWarnings("serial") | ||
| private void updateSystemVmTemplates(final Connection conn) { |
There was a problem hiding this comment.
@shwstppr can you remove any similar check in the previous upgrade path 4.13->4.14 for example? We don't want multiple instances of systemvm migration code in older upgrade paths.
There was a problem hiding this comment.
@rhtyd removed the systemvm code from 41310to41400. Please confirm if it is fine now
yadvr
commented
May 26, 2020
@blueorangutan package |
blueorangutan
commented
May 26, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
May 26, 2020
Packaging result: ✔centos7 ✔debian. JID-1242 |
DaanHoogland
commented
May 26, 2020
@blueorangutan test matrix |
blueorangutan
commented
May 26, 2020
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
blueorangutan
commented
May 27, 2020
Trillian test result (tid-1569)
|
DaanHoogland
commented
Jun 3, 2020
I am having second thoughts about this one @rhtyd @shwstppr ! we shouldn't have to install the 4.14 templates when upgrade from 4.14, should we? these should already be in place. |
yadvr
commented
Jun 4, 2020
@DaanHoogland you're right I actually wanted that to be moved to 4.14-4.15 upgrade path so I can fix it in here - https://github.com/apache/cloudstack/pull/4104/files We'll have a new systemvmtemplate for 4.15 (Debian 10 based). It won't be problem if we merge #4104 |
DaanHoogland
commented
Jun 4, 2020
ok, @rhtyd that means we must give that one high priority as no update (addmittedly of dev envs only) will work |
Description
Empty DB upgrade path from 4.14.0.0 to 4.15.0.0
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?