Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-08-14 Thread Novik Arthur
This is the last update from my side and we could close the thread. We did the change to preserve sequential shutdown nodes and after ~30 cycles (each cycle is 3 HA groups with 4 nodes and 3 storages) we could say that the proposed workaround works as expected. I saw

Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-08-03 Thread Ken Gaillot
In the other case, the problem turned out to be a timing issue that can occur when the DC and attribute writer are shutting down at the same time. Since the problem in this case also occurred after shutting down two nodes together, I'm thinking it's likely the same issue. A fix should be

Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-08-02 Thread Ken Gaillot
Ha! I didn't realize crm_report saves blackboxes as text. Always something new to learn with Pacemaker :) As of 2.1.5, the controller now gets agent metadata asynchronously, which fixed bugs with synchronous calls blocking the controller. Once the metadata action returns, the original action that

Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-07-28 Thread Novik Arthur
2023-07-21_pacemaker_debug.log.vm01.bz2 2023-07-21_pacemaker_debug.log.vm02.bz2 2023-07-21_pacemaker_debug.log.vm03.bz2

Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-07-27 Thread Ken Gaillot
On Wed, 2023-07-26 at 13:29 -0700, Reid Wahl wrote: > On Fri, Jul 21, 2023 at 9:51 AM Novik Arthur > wrote: > > Hello Andrew, Ken and the entire community! > > > > I faced a problem and I would like to ask for help. > > > > Preamble: > > I have dual controller storage (C0, C1) with 2 VM per

Re: [ClusterLabs] Need a help with "(crm_glib_handler) crit: GLib: g_hash_table_lookup: assertion 'hash_table != NULL' failed"

2023-07-26 Thread Reid Wahl
On Fri, Jul 21, 2023 at 9:51 AM Novik Arthur wrote: > > Hello Andrew, Ken and the entire community! > > I faced a problem and I would like to ask for help. > > Preamble: > I have dual controller storage (C0, C1) with 2 VM per controller (vm0[1,2] on > C0, vm[3,4] on C1). > I did online