Liron Ar has submitted this change and it was merged.
Change subject: core: increment vm/templates db generation on pool ver upgrade
......................................................................
core: increment vm/templates db generation on pool ver upgrade
When upgrading the storage pool comptability version to one that
supports the OvfStoreOnAnyDomain feature, the vms/templates db
generation should be incremented so that ovf configuration will be
generated and saved for those vms/templates.
Without it being done on the next run of the ovf update process
for a domain we might store ovf with missing ovf configurations
(as they were never generated and saved).
Change-Id: Ief1a984a7d275d558bbe74bbca6bd49326267e43
Signed-off-by: Liron Aravot <laravot(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Daniel Erez: Looks good to me, approved
Liron Ar: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/25779
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ief1a984a7d275d558bbe74bbca6bd49326267e43
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <laravot(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Liron Ar <laravot(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server