Re: Coming in 2.3: storage improvements

2017-07-13 Thread Ian Booth
Indeed. And just landing today is support for btrfs as well. So there'll be a
choice of:
lxd (the default, directory based)
lxd-zfs
lxd-btrfs

On 14/07/17 13:46, Menno Smits wrote:
> Nice work Andrew! These changes make Juju's storage support much more
> powerful.
> 
> 
> 
> On 13 July 2017 at 20:56, Andrew Wilkins 
> wrote:
> 
>> Hi folks,
>>
>> I've just published https://awilkins.id.au/post/juju-2.3-storage/, which
>> highlights some of the new bits added around storage that's coming to Juju
>> 2.3. I particularly wanted to highlight that a new LXD storage provider has
>> just landed on develop today. It should be available in the edge snap soon.
>>
>> The LXD storage provider will enable you to attach LXD storage volumes to
>> your containers, and use that for a charm's storage requirements. e.g.
>>
>> $ juju deploy postgresql --storage pgdata=1G,lxd-zfs
>>
>> This will create a LXD storage pool backed by a ZFS pool, create a 1GiB
>> ZFS volume and attach that to the container.
>>
>> I'd appreciate feedback on the new provider, and the attach/detach changes
>> described in the blog post, preferably before 2.3 comes around. In
>> particular, UX warts or functionality that you're missing or anything you
>> find broken-by-design -- stuff that can't easily be fixed after we release.
>>
>> Thanks!
>>
>> Cheers,
>> Andrew
>>
>> --
>> Juju mailing list
>> Juju@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/
>> mailman/listinfo/juju
>>
>>
> 
> 
> 

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: Coming in 2.3: storage improvements

2017-07-13 Thread Menno Smits
Nice work Andrew! These changes make Juju's storage support much more
powerful.



On 13 July 2017 at 20:56, Andrew Wilkins 
wrote:

> Hi folks,
>
> I've just published https://awilkins.id.au/post/juju-2.3-storage/, which
> highlights some of the new bits added around storage that's coming to Juju
> 2.3. I particularly wanted to highlight that a new LXD storage provider has
> just landed on develop today. It should be available in the edge snap soon.
>
> The LXD storage provider will enable you to attach LXD storage volumes to
> your containers, and use that for a charm's storage requirements. e.g.
>
> $ juju deploy postgresql --storage pgdata=1G,lxd-zfs
>
> This will create a LXD storage pool backed by a ZFS pool, create a 1GiB
> ZFS volume and attach that to the container.
>
> I'd appreciate feedback on the new provider, and the attach/detach changes
> described in the blog post, preferably before 2.3 comes around. In
> particular, UX warts or functionality that you're missing or anything you
> find broken-by-design -- stuff that can't easily be fixed after we release.
>
> Thanks!
>
> Cheers,
> Andrew
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju
>
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


We are excited to announce the release of Juju 2.2.2!

2017-07-13 Thread Heather Lanigan
This release fixes some bugs that missed the cut for 2.2.1. Notable
inclusions are:

* juju debug-log will no longer stop prematurely

* missing credentials will no longer stop upgrades

* reduced log spam in many places

* added datastore selector for vSphere provider

* agents will no longer falsely report as lost

* relationships between subordinate charms will now work correctly

For a list of all bugs fixed in this release, see
https://launchpad.net/juju/+milestone/2.2.2

## New and Improved

--


### vSphere Datastore selection

To select a specific datastore when bootstrapping a vSphere environment,
use the "datastore" model config attribute, eg

$ juju bootstrap vsphere --config datastore=

## How can I get it?

The best way to get your hands on this release of Juju is to install it as
a snap package (see https://snapcraft.io/ for more info on snaps).

snap install juju --classic

Other packages are available for a variety of platforms. Please see the
online documentation at https://jujucharms.com/docs/stable/reference-install.
Those subscribed to a snap channel should be automatically upgraded. If
you’re using the ppa/homebrew, you should see an upgrade available.

For highlights of this release, please see the documentation at
https://jujucharms.com/docs/2.2/whats-new.
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


We are excited to announce the release of Juju 2.2.2!

2017-07-13 Thread Heather Lanigan
This release fixes some bugs that missed the cut for 2.2.1. Notable
inclusions are:

* juju debug-log will no longer stop prematurely

* missing credentials will no longer stop upgrades

* reduced log spam in many places

* added datastore selector for vSphere provider

* agents will no longer falsely report as lost

* relationships between subordinate charms will now work correctly

For a list of all bugs fixed in this release, see
https://launchpad.net/juju/+milestone/2.2.2

## New and Improved

--


### vSphere Datastore selection

To select a specific datastore when bootstrapping a vSphere environment,
use the "datastore" model config attribute, eg

$ juju bootstrap vsphere --config datastore=

## How can I get it?

The best way to get your hands on this release of Juju is to install it as
a snap package (see https://snapcraft.io/ for more info on snaps).

snap install juju --classic

Other packages are available for a variety of platforms. Please see the
online documentation at https://jujucharms.com/docs/stable/reference-install.
Those subscribed to a snap channel should be automatically upgraded. If
you’re using the ppa/homebrew, you should see an upgrade available.

For highlights of this release, please see the documentation at
https://jujucharms.com/docs/2.2/whats-new.
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Coming in 2.3: storage improvements

2017-07-13 Thread Andrew Wilkins
Hi folks,

I've just published https://awilkins.id.au/post/juju-2.3-storage/, which
highlights some of the new bits added around storage that's coming to Juju
2.3. I particularly wanted to highlight that a new LXD storage provider has
just landed on develop today. It should be available in the edge snap soon.

The LXD storage provider will enable you to attach LXD storage volumes to
your containers, and use that for a charm's storage requirements. e.g.

$ juju deploy postgresql --storage pgdata=1G,lxd-zfs

This will create a LXD storage pool backed by a ZFS pool, create a 1GiB ZFS
volume and attach that to the container.

I'd appreciate feedback on the new provider, and the attach/detach changes
described in the blog post, preferably before 2.3 comes around. In
particular, UX warts or functionality that you're missing or anything you
find broken-by-design -- stuff that can't easily be fixed after we release.

Thanks!

Cheers,
Andrew
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju