Daniel Erez has submitted this change and it was merged.
Change subject: core: missing cmdContext assignment in constructor
......................................................................
core: missing cmdContext assignment in constructor
Following Change-Id: I310f5f77fff78b3232ee77fe63791425fd521516
RemoveSnapshotSingleDiskCommandBase constructor should pass
'cmdContext' to the parent class.
The missing context prevents the snapshot removal task from
being set as finished (see related BZ).
Change-Id: I5ce97a22fe994b5278104cc6f436248a0c66f140
Bug-Url:
https://bugzilla.redhat.com/1119706
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotSingleDiskCommandBase.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Daniel Erez: Verified
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/30615
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5ce97a22fe994b5278104cc6f436248a0c66f140
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server