Name Status Last Modified Last Commit
lp:~cjwatson/charms/xenial/storage/fix-nfs (Has a merge proposal) 1 Development 2018-12-17 14:08:02 UTC
43. Port to Python 3. This should be saf...

Author: Colin Watson
Revision Date: 2018-12-17 14:08:02 UTC

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.

lp:~stub/charms/xenial/storage/trunk 1 Development 2016-07-04 11:34:30 UTC
40. Declare multi-series

Author: Stuart Bishop
Revision Date: 2016-07-04 11:34:30 UTC

Declare multi-series

lp:~wesmason/charms/precise/storage/add-juju-env-to-default-os-volume-label 1 Development 2016-04-28 09:45:19 UTC
44. Add JUJU_ENV_NAME to openstack volume...

Author: Wes Mason
Revision Date: 2016-04-28 09:44:48 UTC

Add JUJU_ENV_NAME to openstack volume labels so we can distinguish between environments in the same tenant

lp:charms/storage 2 Mature 2016-01-22 08:20:17 UTC
43. Merge lp:~bjornt/charms/precise/stora...

Author: Chris Glass
Revision Date: 2016-01-22 08:20:17 UTC

Merge lp:~bjornt/charms/precise/storage/multiple-units

Allows multiple storage units to work reliably.

lp:~bjornt/charms/precise/storage/multiple-units (Has a merge proposal) 1 Development 2016-01-21 14:37:18 UTC
45. Typos.

Author: Björn Tillenius
Revision Date: 2016-01-21 14:37:18 UTC

Typos.

lp:~landscape/charms/precise/storage/multiple-units 1 Development 2016-01-20 15:40:42 UTC
44. Add comment.

Author: Björn Tillenius
Revision Date: 2016-01-20 14:04:56 UTC

Add comment.

lp:~dpb/charms/precise/storage/bsb-deprecate 1 Development 2016-01-13 08:58:17 UTC
59. deprecate

Author: David Britton
Revision Date: 2016-01-13 08:57:42 UTC

deprecate

lp:~dpb/charms/precise/storage/storage-deprecate 1 Development 2016-01-13 08:57:47 UTC
43. deprecate

Author: David Britton
Revision Date: 2016-01-13 08:56:58 UTC

deprecate

lp:~webteam-backend/charms/trusty/storage/trunk 1 Development 2015-02-09 14:10:51 UTC
1. New clean repo

Author: Robin Winslow
Revision Date: 2015-02-06 11:49:20 UTC

New clean repo

lp:~webteam-backend/charms/precise/storage/trunk 1 Development 2015-02-06 11:49:20 UTC
1. New clean repo

Author: Robin Winslow
Revision Date: 2015-02-06 11:49:20 UTC

New clean repo

lp:~stub/charms/trusty/storage/trunk 1 Development 2014-12-08 19:05:44 UTC
38. Gareth Woolridge 2014-08-27 [merge]...

Author: Charles Butler
Revision Date: 2014-09-07 22:08:24 UTC

  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...

lp:~chris-gondolin/charms/trusty/storage/trunk (Has a merge proposal) 1 Development 2014-11-07 12:55:44 UTC
47. [chriss] Add unit tests for crypt_fs....

Author: Chris Stratford
Revision Date: 2014-11-07 12:55:44 UTC

[chriss] Add unit tests for crypt_fs. Minor fixes.

lp:~tribaal/charms/precise/storage/refactor-mount-volume (Has a merge proposal) 1 Development 2014-09-11 05:38:59 UTC
44. Addressed first review comments.

Author: Chris Glass
Revision Date: 2014-09-11 05:38:59 UTC

Addressed first review comments.

lp:~tribaal/charms/precise/storage/add-ceph-storage-provider (Has a merge proposal) 1 Development 2014-09-09 05:12:53 UTC
47. Added exit(0)!

Author: Chris Glass
Revision Date: 2014-09-09 05:12:53 UTC

Added exit(0)!

lp:~moon127/charms/precise/storage/fstab-fix (Has a merge proposal) 1 Development 2014-08-27 11:24:35 UTC
37. [moon127] Fix fstab entry to make ins...

Author: Gareth Woolridge
Revision Date: 2014-08-27 11:22:32 UTC

[moon127] Fix fstab entry to make instance rebootable - defaults not default and newline

lp:~tribaal/charms/precise/storage/make-local-provider-answer bug(Has a merge proposal) 1 Development 2014-08-27 05:53:12 UTC
38. Added os.makedirs() call on the mount...

Author: Chris Glass
Revision Date: 2014-08-27 05:53:12 UTC

Added os.makedirs() call on the mountpoint to make sure it exists.

lp:~tribaal/charms/precise/storage/add-unit-tests-target-to-makefile 1 Development 2014-08-17 14:57:47 UTC
37. Added a "unit-test" target to the Mak...

Author: Chris Glass
Revision Date: 2014-08-17 06:20:12 UTC

Added a "unit-test" target to the Makefile

lp:~jaywink/charms/trusty/storage/fix-fstab-mount (Has a merge proposal) 1 Development 2014-08-01 19:27:09 UTC
37. Fix mounting on boot via fstab. Optio...

Author: Jason Robinson
Revision Date: 2014-08-01 19:25:44 UTC

Fix mounting on boot via fstab.
Options should be "defaults", not "default" for fstab.

lp:~lazypower/charms/trusty/storage/trunk 1 Development 2014-06-26 23:12:35 UTC
36. Add section in README.md talking abou...

Author: David Britton
Revision Date: 2014-05-16 14:40:47 UTC

Add section in README.md talking about provider-specific limitations [r=andreas]

lp:~dpb/charms/precise/storage/trunk bug 1 Development 2014-05-16 14:40:47 UTC
36. Add section in README.md talking abou...

Author: David Britton
Revision Date: 2014-05-16 14:40:47 UTC

Add section in README.md talking about provider-specific limitations [r=andreas]

lp:~chad.smith/charms/precise/storage/storage-volume-label-availability-zone (Has a merge proposal) 1 Development 2014-03-21 22:53:22 UTC
42. lint

Author: Chad Smith
Revision Date: 2014-03-21 22:53:22 UTC

lint

lp:~chad.smith/charms/precise/storage/storage-fix-nfs-relation-ordering (Has a merge proposal) 1 Development 2014-03-20 21:20:01 UTC
38. use lsof -b

Author: Chad Smith
Revision Date: 2014-03-20 21:20:01 UTC

use lsof -b

lp:~chad.smith/charms/precise/storage/storage-ec2-support (Has a merge proposal) 1 Development 2014-02-25 23:09:20 UTC
36. support attached devices that are alr...

Author: Chad Smith
Revision Date: 2014-02-25 23:09:20 UTC

support attached devices that are already partitioned, such as old postgresql charm upgrade_charm path

lp:~jseutter/charms/precise/storage/storage-with-broker-provider (Has a merge proposal) 1 Development 2014-02-14 00:22:23 UTC
46. Unmounting the volume upon data-relat...

Author: Jerry Seutter
Revision Date: 2014-02-14 00:22:23 UTC

Unmounting the volume upon data-relation-departed.

lp:~jseutter/charms/precise/storage/trunk 1 Development 2014-02-07 04:15:48 UTC
30. merging chad's python/nfs additions

Author: David Britton
Revision Date: 2014-02-05 20:46:42 UTC

merging chad's python/nfs additions

lp:~chad.smith/charms/precise/storage/storage-nfs-python-provider (Has a merge proposal) 1 Development 2014-02-05 16:40:11 UTC
115. resolve dpb's comments. simplify hook...

Author: Chad Smith
Revision Date: 2014-02-05 16:40:11 UTC

resolve dpb's comments. simplify hookenv.log wrapper in common_util, drop comment about mount eclipsing existing files

lp:~fcorrea/charms/precise/storage/consume-principal-charm-mountpoint 1 Development 2014-01-21 01:13:13 UTC
37. - remove the nova device file upon de...

Author: Fernando Correa Neto
Revision Date: 2014-01-21 01:13:13 UTC

- remove the nova device file upon detaching the volume

lp:~chad.smith/charms/precise/storage/storage-nfs-provider-bash 1 Development 2014-01-14 00:28:05 UTC
47. relation-set should use instead of

Author: Chad Smith
Revision Date: 2014-01-14 00:23:48 UTC

relation-set should use instead of

128 of 28 results