Damien Ciabrini
Damien Ciabrini
Ok I think I reproduced it with a simple redis setup... pcs resource create redis-clone ocf:heartbeat:redis promotable meta master=1 I can indeed see that the slave are not connected to...
Heads up, this was a false alarm. The way the redis resource agent work is by reacting to master promotion to connect to it. So in fact, the redis resource...
Failing to start slaves without logging any error in pcs status might mean that the salve nodes fail to see that a master was started, but it hard to tell...
Ok I just noticed that you miss the promoted-max specifier in the instantiation command: pcs resource create mariadb ocfheartbeatgalera cluster_host_map="c8kubernode1:10.0.1.1;c8kubernode2:10.0.1.2;c8kubernode3:10.0.1.3" wsrep_cluster_address="gcomm://10.0.1.1,10.0.1.2,10.0.1.3" log=/var/log/mariadb/mariadb.log user=mysql group=mysql check_user="pacemaker" check_passwd="pacemaker#SOMEPASS" additional_parameters="--basedir=/usr" op monitor OCF_CHECK_LEVEL="0"...
We do support SELinux with that agent, but we haven't documented that clearly I think. We do use this resource agent in OpenStack, and SELinux support comes when we install...
@dmuhamedagic fair enough, https://github.com/ClusterLabs/pcs/issues/132 created to discuss that.
After an awfully long hiatus, I just noticed that example 06 doesn't seem to run on MAME either. So while it's nothing close to being fixed, at least it doesn't...
OK I think https://github.com/dciabrin/ngdevkit/commit/859fc942c3e073780165094c72f192c0bcb9d05d should fix this issue. It looks like the z80 was never initialized properly so it couldn't receive NMI when the 68k was triggering a sound command....
I have started implementing support to play back Furnace modules. Furnace is an open source chiptune tracker that support ym2610, and ngdevkit converts those .fur modules into an internal/pre-compiled format...
It just so happen that another ticket tracked music support in ngdevkit, so I added https://github.com/dciabrin/ngdevkit/issues/103#issuecomment-2010915540 to give a brief idea of how that would work and where to see...