=== lifeless_ is now known as lifeless === rbasak_ is now known as rbasak === Guest6907 is now known as CyberJacob [21:25] What's the replacement for juju set? The ceph-osd charm documentation mentions that I can use juju set to add additional OSD devices to a unit but juju set is no longer a recognised command in 2.x [21:31] KingJ, `juju config`, see the docs! https://docs.jujucharms.com/2.3/en/charms-config [21:31] evilnick: From what I saw of that though, I can only use that to edit the application's config, not an individual unit's config? [21:33] Ah hold on. I've just found the juju add-storage command. This might be what I need - as I need to attach different disks to each ceph-osd unit. [21:37] Kingj, yeah, you can attach storage to a unit with `add-storage`. Sorry, I didn't see what it was you were trying to do [21:37] Yeah, my bad - I didn't explain what I was trying to do too well [22:06] Aha, i've now run in to https://bugs.launchpad.net/juju/+bug/1691694 . Going to have to think about the best way to work around this. [22:06] Bug #1691694: Support for MAAS storage binding in bundles [22:07] Likely avoid defining the machines in the bundle, ensure that ceph-osd is the first definied entity in the bundle and deploy to all machines.