Nir Soffer has uploaded a new change for review.
Change subject: readme: how to configure libvirt after manual installation ......................................................................
readme: how to configure libvirt after manual installation
When vdsm is installed automatically, libvirt is configured during the bootstap flow. However, when installing vdsm manually the user has configure and restart libvirt using vdsm-tool.
Change-Id: I208a752993c0e714a065026155da1f7efa29eeeb Signed-off-by: Nir Soffer nsoffer@redhat.com --- M README 1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/19761/1
diff --git a/README b/README index e649da5..7ddce56 100644 --- a/README +++ b/README @@ -25,9 +25,17 @@ make sudo make install
+Before starting the VDSM service in the first time, you must configure and +restart libvirt service: + + vdsm-tool libvirt-configure + vdsm-tool libvirt-configure-services-restart + +Packaging +========= + The 'vdsm.spec' file demonstrates how to distribute VDSM as an RPM package. -
Getting Help ============
oVirt Jenkins CI Server has posted comments on this change.
Change subject: readme: how to configure libvirt after manual installation ......................................................................
Patch Set 1:
Build Successful
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/3843/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/4728/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/4652/ : SUCCESS
oVirt Jenkins CI Server has posted comments on this change.
Change subject: readme: how to configure libvirt after manual installation ......................................................................
Patch Set 2:
Build Successful
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/3844/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/4729/ : SUCCESS
http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/4653/ : SUCCESS
Dan Kenigsberg has submitted this change and it was merged.
Change subject: readme: how to configure libvirt after manual installation ......................................................................
readme: how to configure libvirt after manual installation
When vdsm is installed automatically, libvirt is configured during the bootstap flow. However, when installing vdsm manually the user must configure and restart libvirt using vdsm-tool.
Change-Id: I208a752993c0e714a065026155da1f7efa29eeeb Signed-off-by: Nir Soffer nsoffer@redhat.com Reviewed-on: http://gerrit.ovirt.org/19761 Reviewed-by: Dan Kenigsberg danken@redhat.com Tested-by: Dan Kenigsberg danken@redhat.com --- M README 1 file changed, 9 insertions(+), 1 deletion(-)
Approvals: Dan Kenigsberg: Verified; Looks good to me, approved
Dan Kenigsberg has posted comments on this change.
Change subject: readme: how to configure libvirt after manual installation ......................................................................
Patch Set 2: Verified+1 Code-Review+2
vdsm-patches@lists.fedorahosted.org