Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-35986

fence-agents-sbd has dependency on pycurl

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhel-10.0.beta
    • rhel-10.0
    • fence-agents
    • None
    • fence-agents-4.13.1-7.el10
    • Normal
    • sst_high_availability
    • ssg_filesystems_storage_and_HA
    • 3
    • False
    • Hide

      None

      Show
      None
    • x86_64

      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

            rhn-engineering-oalbrigt Oyvind Albrigtsen
            dyeisley@redhat.com Daniel Yeisley
            Oyvind Albrigtsen Oyvind Albrigtsen
            Cluster QE Cluster QE
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: