Просмотр исходного кода

Rename corosync.conf to corosync.conf.example take 2

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2095 fd59a12c-fef9-0310-b244-a6a79926bd2f
Fabio M. Di Nitto 17 лет назад
Родитель
Сommit
45bc832371
2 измененных файлов с 1 добавлено и 32 удалено
  1. 1 1
      INSTALL
  2. 0 31
      conf/corosync.conf

+ 1 - 1
INSTALL

@@ -52,7 +52,7 @@ balance:~/corosync/trunk# make install
 The corosync executive will automatically determine cluster membership by
 communicating on a specified multicast address and port.
 
-The directory conf contains the file corosync.conf
+The directory conf contains the file corosync.conf.example
 
 # Please read the corosync.conf.5 manual page
 totem {

+ 0 - 31
conf/corosync.conf

@@ -1,31 +0,0 @@
-# Please read the corosync.conf.5 manual page
-totem {
-	version: 2
-	secauth: off
-	threads: 0
-	interface {
-		ringnumber: 0
-		bindnetaddr: 192.168.1.1
-		mcastaddr: 226.94.1.1
-		mcastport: 5405
-	}
-}
-
-logging {
-	fileline: off
-	to_stderr: yes
-	to_logfile: yes
-	to_syslog: yes
-	logfile: /tmp/corosync.log
-	debug: off
-	timestamp: on
-	logger_subsys {
-		subsys: AMF
-		debug: off
-		tags: enter|leave|trace1|trace2|trace3|trace4|trace6
-	}
-}
-
-amf {
-	mode: disabled
-}