Provider storage

Kapil Thangavelu kapil.thangavelu at canonical.com
Thu Sep 25 18:27:03 UTC 2014


That's pretty awesome, nice work. Simplified provider dev and will make vps
 provider support possible. Also gives us a chance to test HA with real
data ;-)


On Thu, Sep 25, 2014 at 3:30 AM, Andrew Wilkins <
andrew.wilkins at canonical.com> wrote:

> Hi all,
>
> Storage is no longer a requirement for providers. We're now storing tools
> and charms in GridFS (MongoDB), with metadata in state. Several of the
> providers continue to use storage internally to record state server
> instance IDs, but this is now an internal detail for those providers.
> Please don't go using provider storage for anything new.
>
> Backups are currently still using provider storage, *if* it is
> implemented. If it's not implemented, you'll get an error if you try to
> perform a backup. We'll need to migrate away from provider storage for
> backups too, eventually, if we're to provide a consistent solution; all
> existing providers continue to implement Storage internally, for the time
> being, so there's no huge rush.
>
> Cheers,
> Andrew
>
> --
> Juju-dev mailing list
> Juju-dev at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20140925/2417a7a8/attachment.html>


More information about the Juju-dev mailing list