Allon Mureinik has uploaded a new change for review.

Change subject: modpobe: Remove EL6 path
......................................................................

modpobe: Remove EL6 path

Removed the reference to /sbin/modprobe (which is used in EL6), as we no
longer support this platform.

Change-Id: I0a9b83dd013f588b8add10ca9bf3be6326af6c03
Signed-off-by: Allon Mureinik <[email protected]>
---
M tests/modprobe.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/49653/1

diff --git a/tests/modprobe.py b/tests/modprobe.py
index 82e2237..cdc2ad5 100644
--- a/tests/modprobe.py
+++ b/tests/modprobe.py
@@ -22,8 +22,7 @@
 from vdsm import utils
 
 modprobe = utils.CommandPath("modprobe",
-                             "/sbin/modprobe",      # EL6
-                             "/usr/sbin/modprobe",  # Fedora
+                             "/usr/sbin/modprobe",  # Fedora, EL7
                              )
 
 


-- 
To view, visit https://gerrit.ovirt.org/49653
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a9b83dd013f588b8add10ca9bf3be6326af6c03
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to