Fix for the NicVO.java regression.#726
Fix for the NicVO.java regression.#726asfgit merged 1 commit intoapache:masterapache/cloudstack:masterfrom
Conversation
Renamed set*() methods to correct naming.
|
The updateBuilder will check if the DAO has changed based on the set_() methods. When it can't resolve one, it won't update. After learning this I changed the set_() method names to reflect the names of the variable fields. |
|
LGTM |
|
Tested it in a new environment. The nics are correctly put in the db again. |
|
@remibergsma @karuturi Please review! |
|
LGTM. lets wait for travis and other jenkins verifications. In future, can you club all refactoring work in a branch and merge them together? That way, we can test it once(giving bigger time window for everyone to verofy) and merge |
|
@karuturi I came to that conclusion in the previous pr. I will stack all refactoring work in a branch. And send a PR when done. |
Fix for the NicVO.java regression.Renamed set*() methods to correct naming. * pr/726: Fix for the NicVO.java regression. Signed-off-by: Remi Bergsma <github@remi.nl>
|
@borisroman Thanks! I'll run some tests later tonight. Travis is green, didn't see an Apache build reporting results (yet?). |
|
cloudstack-pull-rats #363 SUCCESS |
|
cloudstack-pull-analysis #296 ABORTED |
|
LGTM Verified that a new cloud deployment had working system VMs again. |
|
cloudstack-pull-analysis 296 failed due to: |
|
I think we have to disable this test, enlarging the period even more beats every intention of its use. not related indeed |
|
Check, as far as I can tell everything is OK. And since master is broken now anyway, I think it's time to merge this to fix it. |
Fix for the NicVO.java regression.Renamed set*() methods to correct naming. * pr/726: Fix for the NicVO.java regression. Signed-off-by: Remi Bergsma <github@remi.nl>
|
hm, you shouldt merge anything to a broken master that isn't hellbound on fixing it. |
|
@DaanHoogland It does fix the problem, I just feel a bit blind sometimes by the builds that seem less reliable lately so then it's hard to be sure. |
Fix delete parent snapshot Closes apache#712 and apache#726 See merge request scclouds/scclouds!294
Renamed set*() methods to correct naming.