On Wed, Apr 8, 2015 at 8:13 PM, Mario Splivalo <[email protected] > wrote:
> Hi! > > I'm trying to test upgrade path from 1.22 to current 1.23, especially > because of leader election feature. > > I know I can use that one by enabling leader-elections development flag. > I have tested that, and it works as advertised :) > > But when I run upgrade-juju, is there a way to force 'enablement' of > leadership elections? > > I tried doing it like this: > > JUJU_DEV_FEATURE_FLAGS=leader-election juju upgrade-juju --upload-tools > > but when I get to a previously deployed unit I don't see leader-get or > leader-set symlinks to jujud (inside /var/lib/juju/tools/... on the > deployed unit). > > Am I trying to upgrade in a wrong manner? > Development features can only be enabled at bootstrap time. The feature flag for leadership election will be gone in 1.23, so you'll be able to upgrade without any special syntax, and you'll get the feature. Cheers, Andrew
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
