Synchronous multi-master wsrep provider (replication engine)
Go to file
Michal Schorm c2a32e82cc Fixup of systemd service rename
When the old galera was installed, and enabled with "systemctl enable garbd.service",
it created symlink '/etc/systemd/system/garb.service' → '/usr/lib/systemd/system/garbd.service'.

When new galera is installed, the target file of the symlink above no longer exists, and the new service is
'/usr/lib/systemd/system/garb.service'.
So calls for "systemctl start garbd" will fail as none such exists,
and calls for "systemctl start garb" will fail as the old symlink in /etc/systemd takes precedence, and since it's target file does not exist, it reports that such systemd unit does not exist.

By removing the old symlink, the newly installed '/usr/lib/systemd/system/garb.service' is recognized by the systemd again.
And once 'systemctl enable garb.service' is called, it creates symlink:
  '/etc/systemd/system/garbd.service' → '/usr/lib/systemd/system/garb.service'.
so the 'garbd' can be used again too.
2024-08-20 16:55:30 +02:00
.fmf Setup gating for c10s 2024-08-12 12:04:56 +02:00
plans Setup gating for c10s 2024-08-12 12:04:56 +02:00
.gitignore Use bash globbing in .gitignore 2021-06-09 22:29:39 +02:00
cmake_paths.patch cmake_paths.patch upstreaming efforts started 2022-02-21 02:45:41 +01:00
docs.patch [Documentation enhancement] Stop packing useless documentaion files, start packing useful documentation file 2024-08-20 16:55:30 +02:00
galera.spec Fixup of systemd service rename 2024-08-20 16:55:30 +02:00
gating.yaml Setup gating for c10s 2024-08-12 12:04:56 +02:00
network.patch Make sure the network is actually up at the moment of the service startup: 2024-08-20 16:55:30 +02:00
sources Rebase to 26.4.18 2024-08-20 16:55:30 +02:00