Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Valentin Vidic
On Mon, Jul 24, 2017 at 09:57:01AM -0500, Ken Gaillot wrote: > Are you sure you have pacemaker 1.1.17 inside the container as well? The > pid-1 reaping stuff was added then. Yep, the docker container from the bundle example got an older version installed, so mystery solved :)

Re: [ClusterLabs Developers] [ClusterLabs] [HA/ClusterLabs Summit] Key-Signing Party, 2017 Edition

2017-07-24 Thread Jan Pokorný
On 23/07/17 12:32 +0100, Adam Spiers wrote: > Jan Pokorný wrote: >> So, going to attend summit and want your key signed while reciprocally >> spreading the web of trust? >> Awesome, let's reuse the steps from the last time: >> >> Once you have a key pair (and provided that

Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Ken Gaillot
On Mon, 2017-07-24 at 13:34 +0200, Valentin Vidic wrote: > On Mon, Jul 24, 2017 at 01:04:06PM +0200, Klaus Wenninger wrote: > > Interesting... Looking at the code I would expect 2 processes. Some > > 'pcmk-init' with pidone and > > 'pacemaker_remoted' that is spawned out as child. > > So looks as

Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Valentin Vidic
On Mon, Jul 24, 2017 at 01:04:06PM +0200, Klaus Wenninger wrote: > Interesting... Looking at the code I would expect 2 processes. Some > 'pcmk-init' with pidone and > 'pacemaker_remoted' that is spawned out as child. > So looks as if the spawning thing isn't working. Strange thing is that > the

Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Klaus Wenninger
On 07/24/2017 12:37 PM, Valentin Vidic wrote: > On Mon, Jul 24, 2017 at 12:19:20PM +0200, Klaus Wenninger wrote: >> Wasn't aware of the different behavior of pacemaker_remoted as pidone. >> If it is really spawned as pidone - which might be worth verifying - >> it should indeed create a zombie

Re: [ClusterLabs Developers] crmsh: Release 3.0.1 - cluster init with sbd

2017-07-24 Thread Valentin Vidic
On Mon, Jul 24, 2017 at 10:30:08AM +0200, Kristoffer Grönlund wrote: > This may be an unintentional SUSE-ism that has snuck in... please create > an issue on github and attach your service file for sbd, and I'll take a > look! Thanks, will open both issues so you can verify on your side. --

Re: [ClusterLabs Developers] crmsh: Release 3.0.1 - hb_report

2017-07-24 Thread Valentin Vidic
On Mon, Jul 24, 2017 at 10:26:52AM +0200, Kristoffer Grönlund wrote: > Apologies for being unclear in the announcement: No, the hb_report > rewrite is not included in 3.0.1, but will be ready soon I hope. No problem, just wanted to check if I missed something on the Debian side. -- Valentin

Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Valentin Vidic
On Mon, Jul 24, 2017 at 12:19:20PM +0200, Klaus Wenninger wrote: > Wasn't aware of the different behavior of pacemaker_remoted as pidone. > If it is really spawned as pidone - which might be worth verifying - > it should indeed create a zombie catcher pid1. You are right about PID 1, it looks

Re: [ClusterLabs Developers] bundle/docker: zombie process on resource stop

2017-07-24 Thread Klaus Wenninger
On 07/23/2017 10:19 AM, Valentin Vidic wrote: > I'm seeing this state when trying to stop the docker bundle > with pacemaker 1.1.17: > > 15738 ?Ssl7:23 /usr/sbin/dockerd -H fd:// > 15742 ?Ssl5:31 \_ containerd -l > unix:///var/run/docker/libcontainerd/containerd.sock

Re: [ClusterLabs Developers] crmsh: Release 3.0.1 - cluster init with sbd

2017-07-24 Thread Kristoffer Grönlund
Valentin Vidic writes: > Trying out the cluster init functionality I can't get SBD to work: > > 1. The config file is updated with SBD_DEVICE and SBD_WATCHDOG, > but the systemd service only takes $SBD_OPTS: > >ExecStart=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid