Re: [ClusterLabs Developers] bundle/rkt: port-mapping numbers/names

2017-08-02 Thread Valentin Vidic
On Wed, Jul 19, 2017 at 06:53:44PM +0200, Jan Pokorný wrote: > I don't think that alone would suffice, I'd expect at least (port,transport) > pair to be reasonably unique as long as you can remap TCP/UDP independently > (I am not sure, but would be no surprise) -- but hey, we have just hit >

Re: [ClusterLabs Developers] [libqb] heads-up: logging not working with binutils-2.29 standard linker (ld.bfd)

2017-08-03 Thread Valentin Vidic
On Tue, Aug 01, 2017 at 11:07:24PM +0200, Jan Pokorný wrote: > https://bugzilla.redhat.com/1477354 Thanks for the info. We are seeing similar problems with the pacemaker build on Debian now: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869986 Guess we'll need to fix pacemaker libs to

[ClusterLabs Developers] bundle/rkt implementation in pacemaker

2017-07-17 Thread Valentin Vidic
Hello devs, Following the bundle release in 1.1.17, I've been working on a similar implementation for rkt. Resource agent based on docker is here: https://github.com/vvidic/resource-agents/blob/rkt/heartbeat/rkt That part should be fairly functional, but I'm having a bit more problems with

Re: [ClusterLabs Developers] bundle/rkt implementation in pacemaker

2017-07-18 Thread Valentin Vidic
On Tue, Jul 18, 2017 at 09:02:34AM +0200, Oyvind Albrigtsen wrote: > mount_points might be good to have for rkt as well, as it creates > directories on the host server that the container will mount: > https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/docker#L109 Right, I was

Re: [ClusterLabs Developers] bundle/rkt implementation in pacemaker

2017-07-18 Thread Valentin Vidic
On Mon, Jul 17, 2017 at 03:43:22PM -0500, Ken Gaillot wrote: > See the xml/Readme.md file -- I won't say all our documentation is > helpful, but that one is pretty good. ;-) Basically, you create a > resources-2.10.rng and leave everything else alone, and the makefile > will take it from there. >

Re: [ClusterLabs Developers] bundle/rkt: bundle failed to validate content

2017-07-18 Thread Valentin Vidic
On Mon, Jul 17, 2017 at 09:44:13PM +0200, Valentin Vidic wrote: > The first question I have is if the xml changes are ok for the > new container type? Do I need to modify both resources-2.8.rng > and resources-2.9.rng or perhaps create a new version? Seems there is a problem with the

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

2017-07-23 Thread Valentin Vidic
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 watch Maybe a different service file is expected or this only

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

2017-07-23 Thread Valentin Vidic
On Fri, Jul 21, 2017 at 11:20:46AM +0200, Kristoffer Grönlund wrote: > I would also like to take the opportinity to introduce a new core > developer for crmsh, Xin Liang! For this release he has contributed > some of the bug fixes discovered, but he has also contributed a > rewrite of hb_report

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

2017-07-23 Thread Valentin Vidic
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 --metrics-interval=0 --start-timeout 2m --state-dir

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] bundle/rkt: port-mapping numbers/names

2017-07-19 Thread Valentin Vidic
Another issue with the rkt containers is the port-mapping. Each container defines exposed ports: "ports": [ { "name": "http", "protocol": "tcp", "port": 80, "count": 1,

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] 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] 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] compiling Cluster Glue 1.0.12

2018-06-16 Thread Valentin Vidic
On Sat, Jun 16, 2018 at 09:50:54AM +0300, pierre-philipp braun wrote: > Should I report a bug or can you help me right now? Should I provide > some additional information? I think this was fixed in git but not yet released as 1.0.13. -- Valentin ___

Re: [ClusterLabs Developers] [HA] future of OpenStack OCF resource agents (was: resource-agents v4.2.0)

2018-10-24 Thread Valentin Vidic
On Wed, Oct 24, 2018 at 01:25:54PM +0100, Adam Spiers wrote: > No doubt I've missed some pros and cons here. At this point > personally I'm slightly leaning towards keeping them in the > openstack-resource-agents - but that's assuming I can either hand off > maintainership to someone with more

Re: [ClusterLabs Developers] [HA] future of OpenStack OCF resource agents (was: resource-agents v4.2.0)

2018-10-24 Thread Valentin Vidic
On Wed, Oct 24, 2018 at 04:22:52PM +0200, Kristoffer Grönlund wrote: > Do you mean additional python module dependencies, or that the > dependency on python itself seems like added weight? Because since > python is a dependency of pacemaker as well as both crmsh, pcs and > fence-agents already, it

Re: [ClusterLabs Developers] [ClusterLabs] resource-agents v4.2.0 rc1

2018-10-18 Thread Valentin Vidic
On Wed, Oct 17, 2018 at 12:03:18PM +0200, Oyvind Albrigtsen wrote: > - apache: retry PID check. I noticed that the ocft test started failing for apache in this version. Not sure if the test is broken or the agent. Can you check if the test still works for you? Restoring the previous version of

Re: [ClusterLabs Developers] [ClusterLabs] resource-agents v4.2.0 rc1

2018-10-19 Thread Valentin Vidic
On Fri, Oct 19, 2018 at 11:09:34AM +0200, Kristoffer Grönlund wrote: > I wonder if perhaps there was a configuration change as well, since the > return code seems to be configuration related. Maybe something changed > in the build scripts that moved something around? Wild guess, but... Seems to

Re: [ClusterLabs Developers] [ClusterLabs] pcs 0.9.166 released - javascript libs

2018-11-29 Thread Valentin Vidic
On Thu, Nov 29, 2018 at 07:46:12AM +0100, Ivan Devát wrote: > unfortunately, pcs web UI does not work with jquery 3.2.1 and it seems that > it is not easy to fix it now. No problem, thanks for checking. If you can say what are the main problems, so we can give it a try at some later point? --

Re: [ClusterLabs Developers] FYI: github policy change potentially affecting ssh/app access to repositories

2019-04-14 Thread Valentin Vidic
On Wed, Apr 10, 2019 at 05:44:45PM -0500, Ken Gaillot wrote: > Florian Haas and Kristoffer Grönlund noticed that the ClusterLabs > organization on github currently carries over any app access that > members have given to their own accounts. Related to github setup, I just noticed that some

Re: [ClusterLabs Developers] Using ClusterLabs logo

2019-04-29 Thread Valentin Vidic
On Mon, Apr 29, 2019 at 04:31:16PM +0200, Kristoffer Grönlund wrote: > Yes, this would be OK to me at least (as the creator of the logo)! I've also used it for the Debian HA packaging repo: https://salsa.debian.org/ha-team -- Valentin ___ Manage