~go-bot/juju-core/trunk

« back to all changes in this revision

Viewing changes to cmd/jujud/machine.go

  • Committer: Tarmac
  • Author(s): Menno Smits
  • Date: 2014-06-02 21:46:17 UTC
  • mfrom: (2807.2.2 upgrade-comments)
  • Revision ID: tarmac-20140602214617-ol3o05x718vhc0aj
[r=menno.smits] Comment improvements relating to upgrades

A comment correction and a comment addition relating to different bits
of upgrade infrastructure (I've been learning how juju upgrades work).

https://codereview.appspot.com/92700043/

R=fwereade, wwitzel3

Show diffs side-by-side

added added

removed removed

Lines of Context:
693
693
                        return nil
694
694
                default:
695
695
                }
696
 
                // If the machine agent is a state server, open state before
697
 
                // running upgrade steps
 
696
                // If the machine agent is a state server, flag that state
 
697
                // needs to be opened before running upgrade steps
698
698
                needsState := false
699
699
                for _, job := range jobs {
700
700
                        if job == params.JobManageEnviron {