server: Fix NPE while update displayvm on vm with dynamic service offering#3758
Conversation
…ering
Steps to reproduce the issue
(1) create a custom service offering
(2) create a vm with the offering
(3) update vm with displayvm=false, returns an error
(local) > update virtualmachine id=f33fd06a-7643-40d1-833f-272845d9ba09 displayvm=false
Error 530: {"updatevirtualmachineresponse":{"uuidList":[],"errorcode":530,"cserrorcode":9999}}
DaanHoogland
left a comment
There was a problem hiding this comment.
explicit service offering call instead of generic dao call - lgtm
|
failed to build, wiped the env... |
|
Trillian test result (tid-696)
|
|
errors seem unrelated, trying insanity |
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-804)
|
|
regression results spurious, @borisstoyanov @andrijapanicsb |
…ering (apache#3758) Steps to reproduce the issue (1) create a custom service offering (2) create a vm with the offering (3) update vm with displayvm=false, returns an error (local) > update virtualmachine id=f33fd06a-7643-40d1-833f-272845d9ba09 displayvm=false Error 530: {"updatevirtualmachineresponse":{"uuidList":[],"errorcode":530,"cserrorcode":9999}}
Description
Steps to reproduce the issue
(1) create a custom service offering
(2) create a vm with the offering
(3) update vm with displayvm=false, returns an error
(local) > update virtualmachine id=f33fd06a-7643-40d1-833f-272845d9ba09 displayvm=false
Error 530: {"updatevirtualmachineresponse":{"uuidList":[],"errorcode":530,"cserrorcode":9999}}
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?