Created attachment 780553 [details] logs and screenshot Description of problem: Adding comment to host while it's running failing with: 2013-07-30 13:46:42,560 ERROR [org.ovirt.engine.core.utils.ObjectIdentityChecker] (ajp-/127.0.0.1:8702-4) Field sshPort can not be updated when status is Up 2013-07-30 13:46:42,560 WARN [org.ovirt.engine.core.utils.ObjectIdentityChecker] (ajp-/127.0.0.1:8702-4) ObjectIdentityChecker.IsUpdateValid:: Not updatable field 'sshPort' was updated 2013-07-30 13:46:42,560 WARN [org.ovirt.engine.core.bll.UpdateVdsCommand] (ajp-/127.0.0.1:8702-4) CanDoAction of action UpdateVds failed. Reasons:VAR__ACTION__UPDATE,VAR__TYPE__HOST,VDS_STATUS_NOT_VALID_FOR_UPDATE Version-Release number of selected component (if applicable): rhevm-3.3.0-0.11.master.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. while host is running, under host tab in UI, edit host and add a comment. Actual results: adding comment to host while it's running fails. UI: Error while executing action: nott-vds2: Cannot edit Host. Host parameters cannot be modified while Host is operational. Please switch Host to Maintenance mode first. Expected results: There should not be any problem with adding comment to host while it's running Additional info: logs and screenshot
Did it work on 3.2 ?
(In reply to Barak from comment #3) > Did it work on 3.2 ? The comment field doesn't exist on 3.2
This bug is already solved as part of Bug 989493. The field sshPort should be editable always, without dependency on host's status. *** This bug has been marked as a duplicate of bug 989493 ***