mqtt-eclipse-broker application error
Description
When I use mqtt-eclipse-broker from App Marketplace, I got the error:
"domainmgr.doActivate: Retry xl create for kora011.1: failed unable to create mountPointFile: createMountPointFile: Number of volumes provided: 0 is less than number of mount-points: 2."
Steps to Reproduce
http://sdn.ifmo.ru/projects/eve/eveadm/tests/testing-test_domainmgr-py-on-itmo-testbed-with-ubuntu-18-04-february-25-2020/test_domainmgr-py-itmo_testbed-testing-20200225
Actual Results
Run State -- Error
Expected Results
Run State -- Online
Additional Information
As I can see in domainmgr.go it is disagreement between the container configuration (loaded from dockerhub) and the configuration loaded through zedcloud in the number of mounted drives. As a workaround, I created empty disk with the ext3 file system, defined it as an app image and added two of them to the application configuration mosquitto-test. Please try it.