
Tal Nisan has submitted this change and it was merged. Change subject: core: Filter import block storage domains by LUN id ...................................................................... core: Filter import block storage domains by LUN id Patch Id82e5e1d3df8ce265833efb3fc4b9050ca73b679 introduced filtering and blocking import of an existing block domain by its PV id. The hosted engine setup only populates the LUN id of the hosted engine disk thus the filtering was changed to be based on the LUN id Change-Id: Ic1082319e68e8c5a42f8f177e13d662829753f8c Bug-Url: https://bugzilla.redhat.com/1157243 Signed-off-by: Tal Nisan <tnisan@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddExistingBlockStorageDomainCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/GetUnregisteredBlockStorageDomainsQuery.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java 3 files changed, 6 insertions(+), 14 deletions(-) Approvals: Tal Nisan: Verified Allon Mureinik: Looks good to me, but someone else must approve Maor Lipchuk: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36495 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1082319e68e8c5a42f8f177e13d662829753f8c Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org