Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Workaround for FCoE bug ......................................................................
recipe: Workaround for FCoE bug This is a workaround for some FCoE hardware Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1320526 Change-Id: Ic486ac7ee6993846bb5cf3043a786efbfb69582c Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/19/56019/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index 3283551..098042b 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -301,3 +301,10 @@ ConditionPathExists=|/var/lib/rhsm/productid.js ConditionPathExists=|/etc/sysconfig/rhn/systemid EOC + +# Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1320526 +mkdir -vp /lib/systemd/system/fcoe.service.d/ +cat > /lib/systemd/system/fcoe.service.d/node.conf <<EOC +[Service] +ExecStartPost=/sbin/fipvlan -acds +EOC -- To view, visit https://gerrit.ovirt.org/56019 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic486ac7ee6993846bb5cf3043a786efbfb69582c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
