lp://staging/~cjwatson/charms/xenial/storage/fix-nfs
- Get this branch:
- bzr branch lp://staging/~cjwatson/charms/xenial/storage/fix-nfs
Branch merges
- Stuart Bishop: Approve
-
Diff: 121 lines (+11/-13)8 files modifiedhooks/common_util.py (+5/-6)
hooks/storage-provider.d/block-storage-broker/block-storage-relation-broken (+1/-1)
hooks/storage-provider.d/block-storage-broker/block-storage-relation-changed (+1/-1)
hooks/storage-provider.d/local/data-relation-changed (+1/-1)
hooks/storage-provider.d/nfs/config-changed (+0/-2)
hooks/storage-provider.d/nfs/data-relation-changed (+1/-1)
hooks/storage-provider.d/nfs/data-relation-departed (+1/-1)
metadata.yaml (+1/-0)
Branch information
- Owner:
- Colin Watson
- Status:
- Development
Recent revisions
- 43. By Colin Watson
-
Port to Python 3.
This should be safe on >= trusty, as cloud images contain python3, and
charm-helpers will bootstrap the rest as long as the hook #! line works.I dropped unicode() from the data persistence functions, as it's
unnecessary: on Python 2 a file opened with "w" will accept str writes, and
on Python 3 json.dumps always returns str rather than bytes. - 41. By Colin Watson
-
Drop idmapd reconfiguration from nfs provider.
There hasn't been a NEED_IDMAPD entry in /etc/default/
nfs-common since
at least precise (it's been unconditionally started where needed), and
so we don't need to change it or restart idmapd. Furthermore,
restarting idmapd fails as of vivid (it's called nfs-idmapd instead),
and is superseded on the client side by nfsidmap in any case. - 38. By Charles Butler
-
Gareth Woolridge 2014-08-27 [merge] [moon127] Fix fstab entry to make instance rebootable - def...
Gareth Woolridge 2014-08-27 [moon127] Fix fstab entry to make instance rebootable - default... - 37. By David Britton
-
Merging lp:~tribaal/charms/precise/storage/make-local-provider-answer
The local storage provider now answers the main charm immediately (since no IO
is actually necessary). [r=davidpbritton,stub, lazypower] [s=tribaal]
[f=lp:1357684] - 36. By David Britton
-
Add section in README.md talking about provider-specific limitations [r=andreas]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/storage