Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-22 Thread Andrei Borzenkov
В Mon, 22 Dec 2014 16:25:00 -0500 (EST) David Vossel пишет: > > Linux has this non-portable concept of abstract sockets. This lets us create > sockets without mapping directly to something on the filesystem. Unfortunately > solaris doesn't have this feature. Somewhere along the line we introduce

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-22 Thread David Vossel
- Original Message - > E.g. this 5 files are created for the sockets. > srwxr-x--x 1 hacluster haclient 0 Dec 19 20:27 > qb-cib_ro--13852-26-event > srwxr-x--x 1 hacluster haclient 0 Dec 19 20:27 > qb-cib_ro--13852-26-response > -rw-rw 1 hacluster haclient 24

Re: [Pacemaker] [libqb]Unlink of files bound to sockets

2014-12-22 Thread LGL Extern
If the trick you mentioned is this #if defined(QB_LINUX) || defined(QB_CYGWIN) snprintf(address->sun_path + 1, UNIX_PATH_MAX - 1, "%s", socket_name); #else snprintf(address->sun_path, sizeof(address->sun_path), "%s/%s", SOCKETDIR, socket_name); #endif It will obviously not work with OS ot

Re: [Pacemaker] [ha-wg-technical] [RFC] Organizing HA Summit 2015

2014-12-22 Thread Digimer
It will be very nice to see you again! Will Ikeda-san be there as well? digimer On 22/12/14 03:35 AM, Keisuke MORI wrote: Hi all, Really late response but, I will be joining the HA summit, with a few colleagues from NTT. See you guys in Brno, Thanks, 2014-12-08 22:36 GMT+09:00 Jan Pokorný :

Re: [Pacemaker] [Patch]Memory leak of Pacemakerd.

2014-12-22 Thread renayama19661014
Hi David, Okay. I will send pullrequest the day after tomorrow. Many Thanks! Hideo Yamauchi. - Original Message - > From: David Vossel > To: renayama19661...@ybb.ne.jp; The Pacemaker cluster resource manager > > Cc: > Date: 2014/12/22, Mon 23:43 > Subject: Re: [Pacemaker] [Patch]Me

Re: [Pacemaker] [Patch]Memory leak of Pacemakerd.

2014-12-22 Thread David Vossel
- Original Message - > Hi All, > > Whenever a node to constitute a cluster repeats start and a stop, Pacemakerd > of the node not to stop leaks out memory. > I attached a patch. this patch looks correct. Can you create a pull request to our master branch? https://github.com/ClusterLabs/

Re: [Pacemaker] pacemaker error after a couple week or month (David Vossel)

2014-12-22 Thread David Vossel
- Original Message - > Hello David, > > I think I use the latest version from ubuntu, it is version 1.1.10 > Do you think it has bug on it? There have been a number of fixes to the lrmd since v1.1.10. It is possible a couple of them could result in crashes. Again, without a backtrace fr

Re: [Pacemaker] [ha-wg-technical] [RFC] Organizing HA Summit 2015

2014-12-22 Thread Keisuke MORI
Hi all, Really late response but, I will be joining the HA summit, with a few colleagues from NTT. See you guys in Brno, Thanks, 2014-12-08 22:36 GMT+09:00 Jan Pokorný : > Hello, > > it occured to me that if you want to use the opportunity and double > as as tourist while being in Brno, it's ab

Re: [Pacemaker] pacemaker error after a couple week or month (David Vossel)

2014-12-22 Thread ariee
Hello David, I think I use the latest version from ubuntu, it is version 1.1.10 Do you think it has bug on it? Should I compile from the source? Best Regards, Ariee On Fri, Dec 19, 2014 at 8:27 PM, wrote: > Message: 2 > Date: Fri, 19 Dec 2014 14:21:59 -0500 (EST) > From: David Vossel > To: