Change in jenkins[master]: build_local_srcrpm: handle autoreconf properly
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: build_local_srcrpm: handle autoreconf properly
......................................................................
build_local_srcrpm: handle autoreconf properly
if configure.ac exists and autogen.sh don't, run autoreconf.
Change-Id: I3719dc805d4ed69e378cfa7002d8b49fed93738e
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/shell-scripts/build_local_srcrpm.sh
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me; Passed CI tests; Ready for merge
--
To view, visit https://gerrit.ovirt.org/44463
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3719dc805d4ed69e378cfa7002d8b49fed93738e
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: David Caro <dcaroest(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
9 years, 5 months
Change in ovirt-engine[master]: build: remove obsoleted targets
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: build: remove obsoleted targets
......................................................................
build: remove obsoleted targets
Change-Id: I8061f1ac84d90445d8a0258ba39bff5b9d3c0a30
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
1 file changed, 2 insertions(+), 44 deletions(-)
Approvals:
Alon Bar-Lev: Verified
Sandro Bonazzola: Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/44418
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8061f1ac84d90445d8a0258ba39bff5b9d3c0a30
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in ovirt-engine[master]: db: remove unused field from images_storage_domain_view
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: db: remove unused field from images_storage_domain_view
......................................................................
db: remove unused field from images_storage_domain_view
The field contains_unregistered_entities in images_storage_domain_view
is never used, so it (and its related JOIN) can be removed from the
view.
Change-Id: Icaeab8a653c8da74534f987cc68fbe3c214f943a
Related-To: https://bugzilla.redhat.com/1247144
Signed-off-by: Idan Shaby <ishaby(a)redhat.com>
---
M packaging/dbscripts/create_views.sql
1 file changed, 1 insertion(+), 5 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
Idan Shaby: Verified
--
To view, visit https://gerrit.ovirt.org/44408
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icaeab8a653c8da74534f987cc68fbe3c214f943a
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in ovirt-engine[master]: db: remove storage_domain_static_view
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: db: remove storage_domain_static_view
......................................................................
db: remove storage_domain_static_view
storage_domain_static_view is a complex view that is barely utilized.
Removing the view should cause queries that use it to perform better.
Change-Id: Ibc14c3648f7b9ca3d2d45dded9fafce5aa852172
Related-To: https://bugzilla.redhat.com/1247144
Signed-off-by: Idan Shaby <ishaby(a)redhat.com>
---
M packaging/dbscripts/create_views.sql
M packaging/dbscripts/storages_san_sp.sql
M packaging/dbscripts/storages_sp.sql
3 files changed, 20 insertions(+), 44 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
Idan Shaby: Verified
--
To view, visit https://gerrit.ovirt.org/44407
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc14c3648f7b9ca3d2d45dded9fafce5aa852172
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in ovirt-engine[master]: db: create domains_with_unregistered_entities_view
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: db: create domains_with_unregistered_entities_view
......................................................................
db: create domains_with_unregistered_entities_view
A few view creation scripts use the same sub queries.
Thus moving the common code to create a view makes more sense.
Change-Id: I0adc14a3ac084b1ec1705327c0a78c4e2c14ef79
Related-To: https://bugzilla.redhat.com/1247144
Signed-off-by: Idan Shaby <ishaby(a)redhat.com>
---
M packaging/dbscripts/create_views.sql
1 file changed, 22 insertions(+), 24 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
Idan Shaby: Verified
--
To view, visit https://gerrit.ovirt.org/44149
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0adc14a3ac084b1ec1705327c0a78c4e2c14ef79
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in ovirt-engine[master]: db: remove unused function Getstorage_server_connectionsByLunId
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: db: remove unused function Getstorage_server_connectionsByLunId
......................................................................
db: remove unused function Getstorage_server_connectionsByLunId
The function Getstorage_server_connectionsByLunId in storages_san_sp.sql
in never used, and thus should be removed.
Change-Id: Id9672a8e226e131919b098410e639631eba4a383
Signed-off-by: Idan Shaby <ishaby(a)redhat.com>
---
M packaging/dbscripts/storages_san_sp.sql
1 file changed, 0 insertions(+), 12 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
Idan Shaby: Verified
--
To view, visit https://gerrit.ovirt.org/44415
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id9672a8e226e131919b098410e639631eba4a383
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in jenkins[master]: publish-rpms-nightly-3.6: fix target directory
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: publish-rpms-nightly-3.6: fix target directory
......................................................................
publish-rpms-nightly-3.6: fix target directory
Change-Id: Id032b04e7d3832324db88e957af0f0738db3171a
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/yaml/jobs/ovirt/publish-rpms-nightly-3.6.yaml
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me; Passed CI tests; Ready for merge
--
To view, visit https://gerrit.ovirt.org/44456
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id032b04e7d3832324db88e957af0f0738db3171a
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
9 years, 5 months
Change in ovirt-host-deploy[master]: build: remove obsolete targets
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: build: remove obsolete targets
......................................................................
build: remove obsolete targets
Change-Id: I78b111b4163224da25337b3705bb63670d43b4d3
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile.am
M configure.ac
2 files changed, 0 insertions(+), 17 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/44448
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I78b111b4163224da25337b3705bb63670d43b4d3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in otopi[master]: build: remove obsolete targets
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: build: remove obsolete targets
......................................................................
build: remove obsolete targets
Change-Id: I48b6fd07a080c0847543661c4362ae66eaa2ea51
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile.am
M configure.ac
2 files changed, 0 insertions(+), 17 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/44447
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I48b6fd07a080c0847543661c4362ae66eaa2ea51
Gerrit-PatchSet: 2
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months
Change in ovirt-engine[master]: core: fix actual size of imported disks using v2v
by ahadas@redhat.com
Arik Hadas has submitted this change and it was merged.
Change subject: core: fix actual size of imported disks using v2v
......................................................................
core: fix actual size of imported disks using v2v
The actual size of disks that are imported using virt-v2v (for
now the sources can be either VMware or OVA file), is reported
from VDSM in bytes, therefore DiskImage#setActualSizeInBytes
should be used.
Change-Id: Iaa20122ae716db01ca16fff28ea8fdba6fcac70d
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Omer Frenkel: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit https://gerrit.ovirt.org/44424
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa20122ae716db01ca16fff28ea8fdba6fcac70d
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
9 years, 5 months