Code review comment for lp:~thumper/juju-core/consolidate-bootstrap-initial-check

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

An historical note on why MAAS skips the verification step. When we were implementing Bootstrap() in the MAAS provider, we were told that this verification step was needed specifically to deal with lazily-consistent storage — and since MAAS storage is immediately consistent, it wasn't needed in that case.

So that's why we did not duplicate this bit of code in the MAAS provider. Replacing the duplicated code with a generic function that applies to all cases makes it a whole different ballgame, of course.

« Back to merge proposal