The local storage provider does not "answer" the request for a mountpoint
Bug #1357684 reported by
Chris Glass
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
storage (Juju Charms Collection) |
Fix Released
|
Medium
|
Chris Glass |
Bug Description
While the "local" storage provider is esentially a noop provider, it should nonetheless "answer" the relation-set call for a mountpoint.
How to reproduce:
juju deploy <main charm>
juju deploy storage # Note, no config is passed, therefore the "local" provider is used
juju add-relation <main> storage
The main charm will "relation-set mountpoint=
Solution:
the local provider should immediately answer with the same mountpoint as received.
Related branches
lp://staging/~tribaal/charms/precise/storage/make-local-provider-answer
- Charles Butler (community): Approve
- David Britton (community): Approve
- Stuart Bishop (community): Approve
-
Diff: 30 lines (+23/-3)1 file modifiedhooks/storage-provider.d/local/data-relation-changed (+23/-3)
Changed in storage (Juju Charms Collection): | |
status: | New → In Progress |
assignee: | nobody → Chris Glass (tribaal) |
Changed in storage (Juju Charms Collection): | |
importance: | Undecided → Low |
importance: | Low → Medium |
Changed in storage (Juju Charms Collection): | |
status: | In Progress → Fix Released |
To post a comment you must log in.