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.
Reviewed: https:/ /review. openstack. org/435901 /git.openstack. org/cgit/ openstack/ fuel-agent/ commit/ ?id=b9842ce714f 9369f4881fcefd1 e96f0e458d3644
Committed: https:/
Submitter: Jenkins
Branch: master
commit b9842ce714f9369 f4881fcefd1e96f 0e458d3644
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: Ib3efb4f517a5cf 86dbf91ee53ac00 108d4624dcd
Closes-Bug: #1652002