[node-patches] Change in ovirt-node[master]: Fixed typo in centos6 recipe
lzap+git at redhat.com
lzap+git at redhat.com
Thu Apr 17 07:41:26 UTC 2014
Lukas Zapletal has uploaded a new change for review.
Change subject: Fixed typo in centos6 recipe
......................................................................
Fixed typo in centos6 recipe
Change-Id: I9a51e2541375a40c580b164c932cf949d9fc27e2
Signed-off-by: Lukas Zapletal <lzap+git at redhat.com>
---
M recipe/centos6-post.ks
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/73/26873/1
diff --git a/recipe/centos6-post.ks b/recipe/centos6-post.ks
index 6473079..c209ab0 100644
--- a/recipe/centos6-post.ks
+++ b/recipe/centos6-post.ks
@@ -38,7 +38,7 @@
-A INPUT -p tcp --dport 22 -j ACCEPT
# gluster
-A INPUT -p tcp --dport 24007 -j ACCEPT
--A INPUT -p dcp --dport 24009:24109 -j ACCEPT
+-A INPUT -p tcp --dport 24009:24109 -j ACCEPT
# guest consoles
-A INPUT -p tcp -m multiport --dports 5634:6166 -j ACCEPT
# migration
--
To view, visit http://gerrit.ovirt.org/26873
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a51e2541375a40c580b164c932cf949d9fc27e2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Lukas Zapletal <lzap+git at redhat.com>
More information about the node-patches
mailing list