summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2012-11-17 11:09:59 +0100
committerDominique Martinet <asmadeus@codewreck.org>2012-11-20 13:39:26 +0100
commit71f9ada19ac09b3f94126b815d8a53c548fa5f20 (patch)
tree4b57e7b1b20399635e9b1b0785967dab8ccbae83
parentd79c068eb1b4074124222720fbeb1729d7a7fa3b (diff)
Added hostname -s as a default host to kvm-cluster.conf -- should be sane if not used in cluster, and people using cluster features should notice.. right?
-rw-r--r--kvm-cluster.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm-cluster.conf b/kvm-cluster.conf
index b0b4a47..bab6791 100644
--- a/kvm-cluster.conf
+++ b/kvm-cluster.conf
@@ -1,4 +1,5 @@
#set_cluster_host `hostname -s` "ip or fqdn"
+set_cluster_host `hostname -s` "localhost"
SSH_OPTS="-t"