ClusterLabs/PAF

pacemaker-controld error: Result of monitor operation: Timed Out after 20s

Closed this issue · 1 comments

OS > Debian 12 Kernel 6.1.0
pacemaker > 2.1.5
corosync > 3.1.7
resource-agents-paf > 2.3.0

corosync.conf :

totem {
	version: 2
	cluster_name: Clark-FS
	crypto_cipher: none
	crypto_hash: none
}

logging {
	fileline: off
	to_stderr: yes
	to_logfile: yes
	logfile: /var/log/corosync/corosync.log
	to_syslog: yes
	debug: off
	logger_subsys {
		subsys: QUORUM
		debug: off
	}
}

quorum {
	provider: corosync_votequorum
	expected_votes: 1
	two_node: 1
}

nodelist {
 node {
   ring0_addr: x.x.x.x
   nodeid: 1
   name: hv97
 }
 node {
   ring0_addr: x.x.x.x
   nodeid: 2
   name: hv17
 }
}

corosync.log is empty

pacemaker.log file

Line 407 is the first error :

Jul 30 09:26:32.234 hv97.partdp.ir pacemaker-controld  [2702605] (log_executor_event) 	error: Result of monitor operation for c_exportfs_exp1 on hv97: Timed Out after 20s (Resource agent did not complete within 20s) | CIB update 955, graph action unconfirmed; call=89 key=c_exportfs_exp1_monitor_10000

crm st :

cluster-error

Hi,

Unless I'm wrong, there's nothing relative to PAF or PostgreSQL in your log file or screenshot.

Do not hesitate to reopen if I'm wrong.