projects
/
invirt/doc/xvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8be0a81
)
Added commenting of clvm init script.
author
Steven Valdez
<dvorak42@mit.edu>
Sun, 21 Jul 2013 23:22:18 +0000
(19:22 -0400)
committer
Steven Valdez
<dvorak42@mit.edu>
Sun, 21 Jul 2013 23:22:18 +0000
(19:22 -0400)
xvm-host-setup-notes
patch
|
blob
|
history
diff --git
a/xvm-host-setup-notes
b/xvm-host-setup-notes
index
4a078d1
..
800ccfa
100644
(file)
--- a/
xvm-host-setup-notes
+++ b/
xvm-host-setup-notes
@@
-120,6
+120,18
@@
net.ipv4.conf.eth0.rp_filter = 0
net.ipv4.conf.eth1.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.eth1.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
+Comment out in /etc/init.d/clvm:
+# if [ ! -f /etc/cluster/cluster.conf ]; then
+# log_failure_msg "clvmd: cluster not configured. Aborting."
+# exit 0
+# fi
+
+# if ! cman_tool status >/dev/null 2>&1; then
+# log_failure_msg "clvmd: cluster is not running. Aborting."
+# exit 0
+# fi
+
+
On boot, you'll need to run /usr/lib/xvm-iscsi-connect to bring up
iscsi. Multipath will come up automatically along with that.
On boot, you'll need to run /usr/lib/xvm-iscsi-connect to bring up
iscsi. Multipath will come up automatically along with that.