Re: [ClusterLabs] Disabled resources after parallel removing of group

2024-05-22 Thread Miroslav Lisik
Hi, see comments inline. On 5/17/24 17:46, Александр Руденко wrote: Miroslav, thank you! It helps me understand that it's not a configuration issue. BTW, is it okay to create new resources in parallel? Same as with parallel 'remove' operations it is not safe to do parallel 'create'

Re: [ClusterLabs] Disabled resources after parallel removing of group

2024-05-20 Thread Александр Руденко
oo. > > > > Have a good failover! Means no failover at all ))) > > > > Alex > > > > > > *From:* Users *On Behalf Of *Александр > Руденко > *Sent:* Friday, May 17, 2024 6:46 PM > *To:* Cluster Labs - All topics related to open-source clustering > welcomed

Re: [ClusterLabs] Disabled resources after parallel removing of group

2024-05-17 Thread alexey
о Sent: Friday, May 17, 2024 6:46 PM To: Cluster Labs - All topics related to open-source clustering welcomed Subject: Re: [ClusterLabs] Disabled resources after parallel removing of group Miroslav, thank you! It helps me understand that it's not a configuration issue. BTW, is it okay to crea

Re: [ClusterLabs] Disabled resources after parallel removing of group

2024-05-17 Thread Александр Руденко
Miroslav, thank you! It helps me understand that it's not a configuration issue. BTW, is it okay to create new resources in parallel? On timeline it looks like: pcs resource create resA1 --group groupA pcs resource create resB1 --group groupB resA1 Started pcs resource create resA2

Re: [ClusterLabs] Disabled resources after parallel removing of group

2024-05-17 Thread Miroslav Lisik
Hi Aleksandr! It is not safe to use `pcs resource remove` command in parallel because you run into the same issues as you already described. Processes run by remove command are not synchronized. Unfortunately, remove command does not support more than one resource yet. If you really need to

[ClusterLabs] Disabled resources after parallel removing of group

2024-05-17 Thread Александр Руденко
Hi! I am new in the pacemaker world, and I, unfortunately, have problems with simple actions like group removal. Please, help me understand when I'm wrong. For simplicity I will use standard resources like IPaddr2 (but we have this problem on any type of our custom resources). I have 5 groups