Comment 15 for bug 1652002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (master)

Reviewed: https://review.openstack.org/435901
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=b9842ce714f9369f4881fcefd1e96f0e458d3644
Submitter: Jenkins
Branch: master

commit b9842ce714f9369f4881fcefd1e96f0e458d3644
Author: Georgy Kibardin <email address hidden>
Date: Mon Feb 20 12:29:05 2017 +0300

    Do not use separate partition for cloudinit configuration

    In our usecases the separate partition is not needed. It is enough just
    to put cloudinit configuration into the root filesystem.
    This also allows to avoid a race condition which sometimes happens: some
    process deletes the folder in tmp where the configuration partition is
    mounted resulting in cloudinit failure to read its configuration.

    Change-Id: Ib3efb4f517a5cf86dbf91ee53ac00108d4624dcd
    Closes-Bug: #1652002