Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-26143

Galera RPM for Fedora should be packed with Systemd service intsead of SysVinit service

    XMLWordPrintable

Details

    • Related to install and upgrade
    • Galera installation on Fedora now include the garb.service system service file.

    Description

      Hello,

      nearly no other variant of Galera you pack use SysVinit.
      Packages for: suse, sles, rhel, centos, they are all packed with Systemd service.
      Example is an extracted RPM for RHEL:

      ├── mariadb_rhel
      │   ├── galera-4-26.4.8-1.el8.x86_64
      │   │   ├── etc
      │   │   │   └── sysconfig
      │   │   │       └── garb
      │   │   └── usr
      │   │       ├── bin
      │   │       │   ├── garbd
      │   │       │   └── garb-systemd
      │   │       ├── lib
      │   │       │   └── systemd
      │   │       │       └── system
      │   │       │           └── garb.service
      │   │       ├── lib64
      │   │       │   └── galera-4
      │   │       │       └── libgalera_smm.so
      │   │       └── share
      │   │           ├── doc
      │   │           │   └── galera-4
      │   │           │       ├── COPYING
      │   │           │       ├── LICENSE.asio
      │   │           │       ├── README
      │   │           │       └── README-MySQL
      │   │           └── man
      │   │               └── man8
      │   │                   └── garbd.8.gz
      │   └── galera-4-26.4.8-1.el8.x86_64.rpm
      

      However RPMs for Fedora are packed with SysVinit service file instead:

      ├── mariadb_fedora
      │   ├── galera-4-26.4.8-1.fc32.x86_64
      │   │   ├── etc
      │   │   │   ├── init.d
      │   │   │   │   └── garb
      │   │   │   └── sysconfig
      │   │   │       └── garb
      │   │   └── usr
      │   │       ├── bin
      │   │       │   └── garbd
      │   │       ├── lib
      │   │       ├── lib64
      │   │       │   └── galera-4
      │   │       │       └── libgalera_smm.so
      │   │       └── share
      │   │           ├── doc
      │   │           │   └── galera-4
      │   │           │       ├── COPYING
      │   │           │       ├── LICENSE.asio
      │   │           │       ├── README
      │   │           │       └── README-MySQL
      │   │           └── man
      │   │               └── man8
      │   │                   └── garbd.8.gz
      │   ├── galera-4-26.4.8-1.fc32.x86_64.rpm
      
      

      Attachments

        Issue Links

          Activity

            People

              teemu.ollakka Teemu Ollakka
              mschorm Michal Schorm
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.