[Bug 1368737] Re: Pacemaker can seg fault on crm node online/standy
Rafael David Tinoco
rafael.tinoco at canonical.com
Fri Oct 31 00:07:01 UTC 2014
Okay,
Finally I was able to reproduce the problem using:
#!/bin/bash
while true; do
crm node standby clustertrusty01
sleep 7
crm node online clustertrusty01
sleep 7
crm node standby clustertrusty02
sleep 7
crm node online clustertrusty02
sleep 7
crm node standby clustertrusty03
sleep 7
crm node online clustertrusty03
sleep 7
done
And the attached CIB (cib.xml).
could generate the following crashes:
root at clustertrusty01:/var/crash# ls -lah -1 | grep usr
-rw-r----- 1 root root 257K Oct 30 01:18 _usr_lib_pacemaker_lrmd.0.crash
-rw-r----- 1 root root 434K Oct 30 01:18 _usr_lib_pacemaker_stonithd.0.crash
root at clustertrusty02:/var/crash# ls -lah -1 | grep usr
-rw-r----- 1 root root 257K Oct 30 01:20 _usr_lib_pacemaker_lrmd.0.crash
-rw-r----- 1 root root 441K Oct 30 01:21 _usr_lib_pacemaker_stonithd.0.crash
root at clustertrusty03:/var/crash# ls -lah -1 | grep usr
-rw-r----- 1 root root 258K Oct 30 01:21 _usr_lib_pacemaker_lrmd.0.crash
-rw-r----- 1 root root 434K Oct 30 01:18 _usr_lib_pacemaker_stonithd.0.crash
root at clustertrusty04:/var/crash# ls -lah -1 | grep usr
-rw-r----- 1 root root 443K Oct 30 01:21 _usr_lib_pacemaker_stonithd.0.crash
** Changed in: pacemaker (Ubuntu)
Assignee: (unassigned) => Rafael David Tinoco (inaddy)
** Attachment added: "cib.xml"
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4249543/+files/cib.xml
--
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/standy
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