cluster-glue icon indicating copy to clipboard operation
cluster-glue copied to clipboard

Reusable Cluster Components ("glue")

Results 8 cluster-glue issues
Sort by recently updated
recently updated
newest added

Concerns: cluster-glue/lib/plugins/stonith/external/ec2 Seems to me that there are no retry mechanism in the EC2 OCF script. AWS EC2 API calls can be throttle if more than 10000 API request a...

The drac5 external plugin outputs empty error lines on every instance it's called due to the handling in the trap on exit. We should prevent empty error lines by checking...

Hello Please could you guide me how to install cluster-glue on rhel 8 ? I did those steps but does not help git clone https://github.com/ClusterLabs/cluster-glue.git cd cluster-glue Build and Install:...

Hi, The last cluster glue release dates back from 2014 (1.0.12). I was wondering if there are any plans for a new patch release given the number of fixes applied...

I have seen an issue result of function `instance_for_port()` returning multiple instances while my understanding is that it is expected to return a single instance. So, I observed a condition...

Update ec2 describe-instances filter to return an instance ID that meets the condition `${ec2_tag} = ${port}` More details on Issue https://github.com/ClusterLabs/cluster-glue/issues/43

Enforcing exact name matching when filtering Virtual Machine. Before the patch, VMs named like: - "My-Target-VM" - "My-Target-VM-Clone" - "My-Target-VM01" would all be matched.