Describe the bug
When restarting OpenCHAMI after doing an install based on the tutorial (https://openchami.org/docs/tutorial/), I noticed that cloud-init was not persisting data and I had to reload it every time. As far as I can tell, this is due to the default settings being for an in-memory database.
Setting STORAGE_BACKEND=quack and DB_PATH=/cloud-init/cloud-init.db seems to fix this.
Steps to reproduce
- Install cluster per https://openchami.org/docs/tutorial/
- Upload data to cloud-init
- Restart OpenCHAMI
- Note that cloud-init data is no longer present
Relevant log output
Code of Conduct
Describe the bug
When restarting OpenCHAMI after doing an install based on the tutorial (https://openchami.org/docs/tutorial/), I noticed that cloud-init was not persisting data and I had to reload it every time. As far as I can tell, this is due to the default settings being for an in-memory database.
Setting
STORAGE_BACKEND=quackandDB_PATH=/cloud-init/cloud-init.dbseems to fix this.Steps to reproduce
Relevant log output
Code of Conduct