Re: Unable to run a charm on KVM container

2016-04-04 Thread Andrew McDermott
I fixed a bug last week where KVM containers were using the wrong parent device: https://bugs.launchpad.net/juju-core/+bug/1563853 This would definitely have been a problem if you were using more than one NIC. On 3 April 2016 at 08:19, John Meinel wrote: > My initial thought is that we aren'

Re: Unable to kill-controller

2016-04-04 Thread John Meinel
... > > kill-controller will first try to kill via the API; if that fails, it does > the equivalent of "destroy-environment --force". I don't think there's much > else we can do, is there? > > We currently need one of two things: valid API connection details, or the > bootstrap configuration. In

Re: Unable to kill-controller

2016-04-04 Thread Rick Harding
On Sun, Apr 3, 2016 at 6:56 PM Andrew Wilkins wrote: > In a non-beta release we would make sure that the config changes aren't > backwards incompatible. > I think this is the key thing. I think that kill-controller is an exception to this rule. I think we should always at least give the user the

Re: Unable to kill-controller

2016-04-04 Thread Nate Finch
This just happened to me, too. Kill-controller needs to work if at all possible. That's the whole point. And yes, users may not hit specific problems, but devs do, and that wastes our time trying to figure out how to manually clean up the garbage. On Mon, Apr 4, 2016 at 8:33 AM Rick Harding wr

Re: Unable to kill-controller

2016-04-04 Thread Cheryl Jennings
Relevant bug: https://bugs.launchpad.net/juju-core/+bug/1553059 We should provide a way to clean up controllers without making the user manually edit juju's files. On Mon, Apr 4, 2016 at 7:05 AM, Nate Finch wrote: > This just happened to me, too. Kill-controller needs to work if at all > poss

Re: Unable to kill-controller

2016-04-04 Thread Andrew Wilkins
On Mon, Apr 4, 2016 at 8:32 PM Rick Harding wrote: > On Sun, Apr 3, 2016 at 6:56 PM Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > >> In a non-beta release we would make sure that the config changes aren't >> backwards incompatible. >> > > I think this is the key thing. I think that ki

Re: Unable to kill-controller

2016-04-04 Thread Ian Booth
On 05/04/16 11:12, Andrew Wilkins wrote: > On Mon, Apr 4, 2016 at 8:32 PM Rick Harding > wrote: > >> On Sun, Apr 3, 2016 at 6:56 PM Andrew Wilkins < >> andrew.wilk...@canonical.com> wrote: >> >>> In a non-beta release we would make sure that the config changes aren't >>> backwards incompatible.