Oved Ourfali has submitted this change and it was merged. Change subject: core: fix duplicate smartcards on template update ......................................................................
core: fix duplicate smartcards on template update When updating template, if smart card is enabled, a new device was created and there was no check for existing device. fixed to check if device already exist before add. also added a script to eliminate any existing duplicates. Change-Id: I14e6779c5c85b514cb953b771c68c5ac1acaafcb Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1101447 Signed-off-by: Omer Frenkel <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/VmDeviceUtils.java A packaging/dbscripts/upgrade/03_04_0790_remove_duplicate_smartcards.sql 2 files changed, 13 insertions(+), 7 deletions(-) Approvals: Omer Frenkel: Verified Arik Hadas: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28287 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I14e6779c5c85b514cb953b771c68c5ac1acaafcb Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Omer Frenkel <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
