ClusterLabs / resource-agents

Combined repository of OCF agents from the RHCS and Linux-HA projects
GNU General Public License v2.0
493 stars 582 forks source link

IPaddr2: add a check to make sure the label got applied #1982

Closed karcaw closed 1 month ago

karcaw commented 1 month ago

We have found an instance where sometimes on Rocky8 the ipv4 label does not get set on a specific IP, and we needed to add this check to make sure the label is set properly before other services start.

knet-jenkins[bot] commented 1 month ago

Can one of the admins check and authorise this run please: https://ci.kronosnet.org/job/resource-agents/job/resource-agents-pipeline/job/PR-1982/1/input

knet-jenkins[bot] commented 1 month ago

Can one of the admins check and authorise this run please: https://ci.kronosnet.org/job/resource-agents/job/resource-agents-pipeline/job/PR-1982/2/input

knet-jenkins[bot] commented 1 month ago

Can one of the admins check and authorise this run please: https://ci.kronosnet.org/job/resource-agents/job/resource-agents-pipeline/job/PR-1982/3/input

oalbrigt commented 1 month ago

Do you have a reproducer for us to be able to test this issue?

oalbrigt commented 1 month ago

Closing in favor of https://github.com/ClusterLabs/resource-agents/pull/1985 which has additional fixes to fail during start-action to avoid having to wait for the first monitor-action to fail.