Hide Forgot
Created attachment 1150296 [details] engine log Description of problem: Multi Host Setup Networks command is not working. The functionality of the multiHost setup networks command, seems to stop working at all. Changes over a network that is attached to host are not applied at all and there is no setup networks command sent. Examples: Changing vm/non-vm vlan/non vlan Adding new Host QoS In all this changes network become out-of-sync with the host and no setup networks command is sent or changes applied. Version-Release number of selected component (if applicable): 4.0.0-0.0.master.20160423161403.gite38df80.el7.centos How reproducible: 100 Steps to Reproduce: 1. Attach network to host via setup networks 2. Try to change via the Networks main tab : from VM network to non-VM from non-vlan to vlan Add new Host QoS Actual results: Network is out-of-sync Changes are not applied on the host and no setup networks command is being send. Expected results: Should work as expected.
The bug is that NestedCommandFactory.createWrappedCommand(..) doesn't do 'command.setInternalExecution(isInternal);' So the command is not marked as internal. This causes the permissions of the command to be validated, which is wrong since we shouldn't verify permissions of internal command.
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.
*** Bug 1332100 has been marked as a duplicate of this bug. ***
Verified on - 4.0.0-0.0.master.20160524171531.gitfba61e9.el7.centos and vdsm-4.18.0-43.git6f7fc83.el7.centos.x86_64
oVirt 4.0.0 has been released, closing current release.