Synchronous multi-master wsrep provider (replication engine)
c2a32e82cc
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. |
||
---|---|---|
.fmf | ||
plans | ||
.gitignore | ||
cmake_paths.patch | ||
docs.patch | ||
galera.spec | ||
gating.yaml | ||
network.patch | ||
sources |