Storage pool creation via bundle
Bug #1832172 reported by
David
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
Currently, when doing a `juju deploy <bundle>`, the needed storage pools have to be previously created (if the bundle uses them), instead of automatically be created after the deploy command.
The support for the automatic storage pools creation is a feature that could improve the user experience of juju.
To post a comment you must log in.
The reason this wasn't done initially is that storage pools are provider specific and bundles were supposed to be reusable across providers. However, that notion seems to be less adhered to now, especially since overlays can be used to weave in provider specific entities etc.