Failed to start Manila-data

Hi,

This error message appears on my computer. How could I solve this?

Thanks!

Bart

There seems to be some configuration required after you install this snap, it is described on the store page:

Hi Ogra,

Thank you for your suggestion.

When is try to configure, using these commands I get each time an error message;

error: invalid configuration: " " (want key=value)

You nean if you run something like the demo config from that page ?

i.e.:

sudo snap set manila-data database.url=mysql+pymysql://manila:password@10.152.183.210/manila

This needs to be one line where database.url is the “key” and mysql+pymysql://manila:password@10.152.183.210/manila is the “value” (indeed this is just example data, you need your own valid values for it)

The usage of the snap set command is like:

sudo snap set <snap name> <key>=<value> (it needs to be on one line where you replace <snap name>, <key> and <value> with your own data …)