Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5.37-galera, 10.0.10-galera
-
Fix Version/s: 5.5.38-galera, 10.0.11-galera
-
Component/s: None
-
Labels:None
Description
Galera mtr tests currently use wsrep_provider as /usr/lib/galera/libgalera_smm.so.
However, on 64-bit platforms galera library gets installed under /usr/lib64/galera.
The idea is to provide an environment variable WSREP_PROVIDER that should
hold the correct location for the galera library.
This environment variable can also be used to run tests with galera library located
at non-standard locations by setting it accordingly.