[node-patches] Change in ovirt-node[node-3.0]: recipe: Fix udev patch

fabiand at redhat.com fabiand at redhat.com
Fri Nov 14 15:28:02 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: recipe: Fix udev patch
......................................................................

recipe: Fix udev patch

The value needs to be quoted, otherwise it does not work.

Change-Id: I3a73f7f56d620cf38260898e272be42c32ae82bc
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1158044
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1158465
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/common-post.ks
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/75/35175/1

diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index dae293a..4de18a7 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -257,7 +257,7 @@
  ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
  ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
 -RUN+="$env{MPATH_SBIN_PATH}/kpartx -a -p p $tempnode"
-+ENV{DM_ACTIVATION}==1, RUN+="$env{MPATH_SBIN_PATH}/kpartx -a -p p $tempnode"
++ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -a -p p $tempnode"
  LABEL="end_mpath"
 EOF_udev_patch
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a73f7f56d620cf38260898e272be42c32ae82bc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list