[06:22] tvansteenburgh: pong [12:19] stub: with the postgres-built charm, is it possible that i get all my relation info (including seeing my unit in allowed-units) before pg_hba.conf is updated and reloaded? [12:20] stub: b/c that's what i'm seeing. i get all my conn info, try to connect, and get a pg_hba rejection error [12:20] stub: eventually i'll be able to connect though [12:27] stub: i've got this fix to the interface pending (https://github.com/bcsaller/juju-relation-pgsql/pull/3/files), but i think i saw it happen even after patching that. will run some more tests and let you know [12:31] stub: of course now that i've mentioned it, the last two attempts i haven't been able to reproduce it. so maybe the interface was the culprit [16:03] hi folks, trying to run juju with maas and got this message when trying to bootstrap: ERROR MAAS 2 is not supported unless the 'maas2' feature flag is set any any clue how to set this right ? [17:27] Hello all, I'm a participant of GSoC this year and was wondering if setting up a local lxd setup via `juju bootstrap local lxd` requires I have an ssh key to log into the machines [17:28] I'm on Xenial, juju 2.0 [17:48] Hi, trying to bootstrap juju with maas, it manages to aquire my node but fails after that with these erroe messages, any idea why this doesn't work ? If I delpoy by hand the host is works. Running 2.0 and xenial - thanks 2016-04-30 17:45:20 INFO juju.provider.common destroy.go:33 destroying instances [17:48] 2016-04-30 17:45:20 ERROR juju.cmd.juju.commands bootstrap.go:686 error cleaning up: destroying instances: machine 0: blockdevice 5: blockdevice 2.0 schema check failed: model: expected string, got nothing [17:48] 2016-04-30 17:45:20 ERROR cmd supercommand.go:448 failed to bootstrap model: cannot start bootstrap instance: cannot run instances: cannot run instance: blockdevice 5: blockdevice 2.0 schema check failed: model: expected string, got nothing [17:51] Disregard my last question, had to use `juju ssh $unit_name` [20:43] DavidRama: in case you didn't get an answer yet: export JUJU_DEV_FEATURE_FLAGS=maas2 then try to bootstrap [20:43] DavidRama: maas2 support is still under development, so it's behind a feature flag [21:40] @cherlj thanks [21:40] Got it working now [21:41] Another question, how/where do I tell juju to initialise all the had drives of my machines ? and not only /dev/sda ? Thanks [21:42] hard drive sorry