Alon Bar-Lev has uploaded a new change for review.
Change subject: bootstrap: start messagebus as it is libvirtd dependency ......................................................................
bootstrap: start messagebus as it is libvirtd dependency
Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Signed-off-by: Alon Bar-Lev alonbl@redhat.com --- M vds_bootstrap/vds_bootstrap.py 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/9647/1
diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py index 5ddc950..13c40e2 100755 --- a/vds_bootstrap/vds_bootstrap.py +++ b/vds_bootstrap/vds_bootstrap.py @@ -131,6 +131,7 @@ CONFLICT_SERVICES = ['cpuspeed']
if rhel6based: + NEEDED_SERVICES.append('messagebus') NEEDED_SERVICES.append('libvirtd') CONFLICT_SERVICES.append('libvirt-guests') else: @@ -696,6 +697,7 @@ self.message = "Created management bridge."
if rhel6based: + deployUtil.setService("messagebus", "start") deployUtil.setService("libvirtd", "start")
if deployUtil.preventDuplicate():
-- To view, visit http://gerrit.ovirt.org/9647 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.1 Gerrit-Owner: Alon Bar-Lev alonbl@redhat.com
Alon Bar-Lev has posted comments on this change.
Change subject: bootstrap: start messagebus as it is libvirtd dependency ......................................................................
Patch Set 1: Verified
I mark as stable based on previous tests
-- To view, visit http://gerrit.ovirt.org/9647 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.1 Gerrit-Owner: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Barak Azulay bazulay@redhat.com Gerrit-Reviewer: Dan Kenigsberg danken@redhat.com Gerrit-Reviewer: Douglas Schilling Landgraf dougsland@redhat.com
Dan Kenigsberg has posted comments on this change.
Change subject: bootstrap: start messagebus as it is libvirtd dependency ......................................................................
Patch Set 1: I would prefer that you didn't submit this
Do we really intend to make a new release for ovirt-3.1? With the upcoming release of ovirt-3.2 I see this as a waste of (human) resources.
-- To view, visit http://gerrit.ovirt.org/9647 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.1 Gerrit-Owner: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Barak Azulay bazulay@redhat.com Gerrit-Reviewer: Dan Kenigsberg danken@redhat.com Gerrit-Reviewer: Douglas Schilling Landgraf dougsland@redhat.com
Alon Bar-Lev has posted comments on this change.
Change subject: bootstrap: start messagebus as it is libvirtd dependency ......................................................................
Patch Set 1:
If we ever release 3.1.z I think this should be in.
-- To view, visit http://gerrit.ovirt.org/9647 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.1 Gerrit-Owner: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Barak Azulay bazulay@redhat.com Gerrit-Reviewer: Dan Kenigsberg danken@redhat.com Gerrit-Reviewer: Douglas Schilling Landgraf dougsland@redhat.com
Alon Bar-Lev has abandoned this change.
Change subject: bootstrap: start messagebus as it is libvirtd dependency ......................................................................
Patch Set 1: Abandoned
We are in 3.2.
-- To view, visit http://gerrit.ovirt.org/9647 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: abandon Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.1 Gerrit-Owner: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Alon Bar-Lev alonbl@redhat.com Gerrit-Reviewer: Barak Azulay bazulay@redhat.com Gerrit-Reviewer: Dan Kenigsberg danken@redhat.com Gerrit-Reviewer: Federico Simoncelli fsimonce@redhat.com
vdsm-patches@lists.fedorahosted.org