Comment 10 for bug 1585938

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-octane (stable/8.0)

Reviewed: https://review.openstack.org/332832
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=a35313d561c2b66b9c7576ec0d9ff8e3425f94ed
Submitter: Jenkins
Branch: stable/8.0

commit a35313d561c2b66b9c7576ec0d9ff8e3425f94ed
Author: Oleg Gelbukh <email address hidden>
Date: Thu May 26 13:07:52 2016 +0000

    Improve partitions and disk metadata handling

    Partitions schema and disk metadata at nodes must be updated only
    if they are scheduled for reprovisioning, and the provisioning
    method has changed to incompatible (i.e. from 'cobbler' to 'image')
    due to the shift of release version.

    Move logic that manages partitions from upgrade handlers to function
    that actually initiates the re-provisioning of node. This ensures
    that for every node this is applied only once and only if necessary.

    Change-Id: I28718564543e3ccd92d985bd79c76e509e8eae1f
    Closes-bug: 1585938
    Closes-bug: 1575054
    (cherry picked from commit 46586a62df962b2ce00b5d8a63f6fd34c920a1f4)