Change in vdsm[master]: vds_bootstrap: Adding sanlock packages to REQ_PACK

dougsland at redhat.com dougsland at redhat.com
Fri Aug 17 04:19:31 UTC 2012


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: vds_bootstrap: Adding sanlock packages to REQ_PACK
......................................................................

vds_bootstrap: Adding sanlock packages to REQ_PACK

Adding sanlock and sanlock-python to required packages list.
In case these packages are not available to install do not
show long error message in Engine.

Change-Id: Icb3d61ee217578c4571eab9b65aefcefa300dcb8
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vds_bootstrap/vds_bootstrap.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/7281/1

diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py
index 1a8ce8c..152ce47 100755
--- a/vds_bootstrap/vds_bootstrap.py
+++ b/vds_bootstrap/vds_bootstrap.py
@@ -85,7 +85,8 @@
 
 # Required packages
 REQ_PACK = ('SDL.x86_64','bridge-utils.x86_64','mesa-libGLU.x86_64',
-            'openssl.x86_64', 'rsync.x86_64')
+            'openssl.x86_64', 'rsync.x86_64', 'sanlock.x86_64',
+            'sanlock-python.x86_64')
 
 if rhel6based:
     DEVEL_PACK = ()


--
To view, visit http://gerrit.ovirt.org/7281
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb3d61ee217578c4571eab9b65aefcefa300dcb8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list