-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-9.2.0.z
-
None
-
None
-
Important
-
rhel-ha
-
ssg_filesystems_storage_and_HA
-
5
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
Description of problem:
fence-agents-openstack monitor action is performing a list-action instead of checking VM UUID status directly. This has caused the stonith monitoring operation to time out with error "Fence agent did not complete within 60s" where the PowerVC hypervisor has more than 100+VMs.
Version-Release number of selected component (if applicable):
RHEL-9.2
fence-agents-openstack-4.10.0-43.el9.ppc64le
Steps to Reproduce:
Execute fence_openstack monitor action.
# fence_openstack --auth-url="https://x.x.x:5000/v3" --project-name=admin --username=<username> --password=<password> --plug=<VM UUID> --action monitor -vvv
Actual results:
fence-agents-openstack monitor action performed listing of all VMs hosted on hypervisor.
Expected results:
fence-agents-openstack monitor action should check VM status directly