[Bug 1368737] Re: Pacemaker can seg fault on crm node online/standby

Peter Parzer peter.parzer at med.uni-heidelberg.de
Thu Jan 8 15:42:37 UTC 2015


The cluster consists of 2 HP ProLiant DL120 G7 Rack-Server as file
server with DRBD and Samba. I used the same configuration with 12.04 for
2 years without any problems.

The cluster configuration:

node $id="167772161" kjp02 \
	attributes standby="off"
node $id="167772162" kjp03 \
	attributes standby="off"
primitive drbd ocf:linbit:drbd \
	params drbd_resource="srv" \
	op monitor interval="29" role="Master" \
	op monitor interval="31" role="Slave"
primitive ip ocf:heartbeat:IPaddr2 \
	params ip="161.42.184.40" \
	op monitor interval="30" \
	meta target-role="Started"
primitive mail ocf:heartbeat:MailTo \
	params email="root" \
	meta target-role="Started"
primitive nmb upstart:nmbd \
	op monitor interval="60" \
	meta target-role="Started"
primitive quota lsb:quota \
	op monitor interval="60" \
	op start timeout="300" interval="0" \
	meta target-role="Started"
primitive smb upstart:smbd \
	op monitor interval="60" \
	meta target-role="Started"
primitive srv ocf:heartbeat:Filesystem \
	op monitor interval="60" \
	params device="/dev/drbd0" directory="/srv" fstype="ext4" options="noatime,acl,usrquota,user_xattr" \
	meta target-role="Started"
primitive st_kjp02 stonith:external/ipmi \
	params hostname="kjp02" ipaddr="161.42.184.42" userid="Administrator" passwd="***" interface="lanplus" \
	op monitor interval="120"
primitive st_kjp03 stonith:external/ipmi \
	params hostname="kjp03" ipaddr="161.42.184.44" userid="Administrator" passwd="***" interface="lanplus" \
	op monitor interval="120"
primitive winbind upstart:winbind \
	op monitor interval="60" \
	meta target-role="Started"
ms drbd_ms drbd \
	meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"
location st_kjp02_loc st_kjp02 -inf: kjp02
location st_kjp03_loc st_kjp03 -inf: kjp03
colocation ip_srv inf: ip srv
colocation mail_ip inf: mail ip
colocation nmb_ip inf: nmb ip
colocation quota_srv inf: quota srv
colocation smb_winbind inf: smb winbind
colocation srv_drbd inf: srv drbd_ms:Master
colocation winbind_ip inf: winbind ip
order drbd_srv inf: drbd_ms:promote srv:start
order ip_mail inf: ip mail
order ip_nmb inf: ip nmb
order ip_winbind inf: ip winbind
order srv_ip inf: srv:start ip
order srv_quota inf: srv:start quota
order winbind_smb inf: winbind smb
property $id="cib-bootstrap-options" \
	dc-version="1.1.10-42f2063" \
	cluster-infrastructure="corosync" \
	no-quorum-policy="ignore" \
	last-lrm-refresh="1416995137"


dpkg versions are attached.

Peter


** Attachment added: "dpkg-versions"
   https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4294035/+files/dpkg-versions

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1368737

Title:
  Pacemaker can seg fault on crm node online/standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+subscriptions



More information about the Ubuntu-server-bugs mailing list