Daniel Erez has posted comments on this change.
Change subject: core: GetAllVmSnapshotsFromConfigurationByVmIdQuery
......................................................................
Patch Set 3:
(1 comment)
....................................................
File
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllVmSnapshotsFromConfigurationByVmIdQuery.java
Line 17: @Override
Line 18: protected void executeQueryCommand() {
Line 19: List<Snapshot> snapshots =
getDbFacade().getSnapshotDao().getAllWithConfiguration(getParameters().getId());
Line 20: for (Snapshot snapshot : snapshots) {
Line 21: this.snapshot = snapshot;
Since the base class depends on it. E.g. getVmFromConfiguration method uses the
member.
Line 22: VM vm =
getVmFromConfiguration(snapshot.getVmConfiguration());
Line 23: if (vm != null) {
Line 24: snapshot.setDiskImages(vm.getImages());
Line 25: }
--
To view, visit http://gerrit.ovirt.org/22774
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I23aa4de4d233fade33d2a5ea174a9a1802b49370
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches