-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-10.0
-
None
-
fence-agents-4.13.1-7.el10
-
None
-
Moderate
-
rhel-sst-high-availability
-
ssg_filesystems_storage_and_HA
-
3
-
False
-
-
None
-
None
-
-
x86_64
-
None
What were you trying to do that didn't work?
I am attempting to run MS SQL Server in a multi-node HA setup with shared storage.
Please provide the package NVR for which bug is seen:
fence-agents-sbd-4.13.1-6.el10.noarch
How reproducible:
Steps to reproduce
[root@isvqe-01 Certification]# pcs stonith create sbd fence_sbd devices=/dev/mapper/mpathc
Error: Agent 'stonith:fence_sbd' is not installed or does not provide valid metadata: crm_resource: Metadata query for stonith:fence_sbd failed: No such device or address, Error performing operation: No such object, use --force to override
[root@isvqe-01 Certification]# /usr/sbin/fence_sbd
Traceback (most recent call last):
File "/usr/sbin/fence_sbd", line 8, in <module>
from fencing import fail_usage, run_commands, fence_action, all_opt
File "/usr/share/fence/fencing.py", line 5, in <module>
import pycurl
ModuleNotFoundError: No module named 'pycurl'
The problem went away after installing python3-pycurl.x86_64.
[root@isvqe-01 Certification]# dnf install python3-pycurl.x86_64
[root@isvqe-01 Certification]# pcs stonith create sbd fence_sbd devices=/dev/mapper/mpathc
[root@isvqe-01 Certification]# pcs stonith
* sbd (stonith:fence_sbd): Started isvqe-01
Expected results
Actual results
- links to
-
RHBA-2024:136762 fence-agents update