lp:~cjwatson/charms/xenial/storage/fix-nfs

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/charms/xenial/storage/fix-nfs
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

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.

42. By Colin Watson

Declare bionic support.

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.

40. By Stuart Bishop

Declare multi-series

39. By Stuart Bishop

Update charm-helpers

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]

35. By David Britton

merging in storage-volume-label-availability-zone [r=dpb,fcorrea] [a=csmith]

34. By David Britton

Merging in storage-fix-nfs-relation-ordering [r=dpb,fcorrea] [a=csmith]

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charms/storage
This branch contains Public information 
Everyone can see this information.

Subscribers