Comment 1 for bug 1206468

Revision history for this message
Richard Harding (rharding) wrote :

The charm does support persistent storage in a basic sense. You can specify the location to store data. The issue is that there's a bug in the mounting of volumes. The command doesn't obey the specified mount point location and it needs to be 'guessed' by the charm which is why the fix to auto mount wasn't accepted into the charm. We can use persistent storage, we just need to adjust the deploy steps to manually attach the volume to the instance and then to change the mongodb config to point the data store to a location on that volume.

Bug for reference:
https://bugs.launchpad.net/nova/+bug/1088430