-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
Follow up to RHWA-274
There are a few agents that are supported by RH/RHEL and are not included under the fence-agents-all package - https://docs.google.com/document/d/1jwv1--AbEV_7hbMLWz7jKl8-ZY1r7xggWwGrlqe0Ys0/edit#heading=h.4vjzvhtgx3ke
To search for them easily, run one of the following commands:
- (ubi) dnf search fence-agents-
- (ubi-minimal) microdnf repoquery fence-agents-
- (CentOS) docker run --rm -it quay.io/centos/centos:stream9 /bin/bash -c "dnf install -y dnf-plugins-core && dnf --enablerepo=highavailability search fence-agents"
Agents fence_lpar - https://linux.die.net/man/8/fence_lpar can be included (and maybe fence_virt - https://linux.die.net/man/8/fence_virt or https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/fence_configuration_guide/s1-software-fence-virt-ca when it will be available upstream)
➜ ~ docker run --rm -it quay.io/centos/centos:stream9 /bin/bash -c "dnf install -y dnf-plugins-core && dnf --enablerepo=highavailability search fence-agents". . . Complete! CentOS Stream 9 - HighAvailability 545 kB/s | 743 kB 00:01 Last metadata expiration check: 0:00:01 ago on Sun Aug 3 12:31:04 2025. ===================================================================================== Name Matched: fence-agents ====================================================================================== fence-agents-aliyun.x86_64 : Fence agent for Alibaba Cloud (Aliyun) . . . fence-agents-kubevirt.x86_64 : Fence agent for KubeVirt platform fence-agents-lpar.noarch : Fence agent for IBM LPAR . . .
Note: supported agents in OpenStack https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1/html/managing_high_availability_services/assembly_fencing-controller-nodes_rhosp#con_supported-fencing-agents_fencing
- is triggered by
-
RHWA-274 FAR: Add Supported RHEL Agents
-
- Closed
-