Michael Pasternak has posted comments on this change.

Change subject: restapi: VM-runtime-only information presented after VM goes 
down (#869682)
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/VmMapper.java
Line 284:                 if (osType != null) {
Line 285:                     os.setType(osType.value());
Line 286:                 }
Line 287:             }
Line 288:             if (getIsVmRunning(entity) && entity.getboot_sequence() 
!= null) {
hold, maybe you're right, i.e display boot-seq from run-once, lets discuss this.
Line 289:                 for (Boot boot : 
map(entity.getdefault_boot_sequence(), null)) {
Line 290:                     os.getBoot().add(boot);
Line 291:                 }
Line 292:             }


--
To view, visit http://gerrit.ovirt.org/9090
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie36fa8049c8ddad483e7e16f13a3d0a029f8f218
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to