You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the setup of Fireactions uses two different methods to set up the thin pool. While technically both work is extremely confusing when debugging and finding both methods (at least for a novice like me).
Expected Behavior
The project uses a single method to provision the devicemapper thin pool.
Current Behavior
Thin Pools are set up in different locations with different parameters.
Bug Report
Description
Currently, the setup of Fireactions uses two different methods to set up the thin pool. While technically both work is extremely confusing when debugging and finding both methods (at least for a novice like me).
Expected Behavior
The project uses a single method to provision the devicemapper thin pool.
Current Behavior
Thin Pools are set up in different locations with different parameters.
Possible Solution
Merge the two solutions and align them.
Steps to Reproduce (for bugs)
Install using Ansible Playbook
Fireactions doesn't start successfully (see Add setting up devmapper thin pool fireactions-images#42)
Setup thin pool manually
Install using install.sh script
See thin pool being set up via lvm
Your Environment