<div dir="ltr">This has now landed - and at the moment only in master so it will be out in 1.25</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 27, 2015 at 5:44 PM, Casey Marshall <span dir="ltr"><<a href="mailto:casey.marshall@canonical.com" target="_blank">casey.marshall@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just a friendly heads-up.. a fix for this longstanding bug will be<br>
landing into master shortly:<br>
<br>
LP: #1174610, unit ids should be unique<br>
<br>
What this fix essentially does is assign each deployed workload a<br>
distinct unit ID (incrementing sequentially) within the scope of an<br>
environment. Example:<br>
<br>
1. juju deploy mysql<br>
   Deployed workload gets an ID, mysql/0<br>
<br>
2. juju destroy-service mysql<br>
<br>
3. juju deploy mysql<br>
   Deployed workload gets a distinct ID, mysql/1<br>
<br>
I do not anticipate any negative impact to normal Juju usage from this<br>
bugfix, but I'd like to raise awareness here proactively, in the event<br>
that there is potential breakage in scripts that invoke juju with<br>
hard-coded assumptions on how Juju assigns unit IDs -- instead of<br>
retrieving actual assigned unit IDs from status.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Casey<br>
<br>
</font></span><br>--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
<br></blockquote></div><br></div>