diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-03-19 13:49:44 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-03-19 13:49:44 -0400 |
commit | baf72e94417245c97df2e7e562c6976ef420124d (patch) | |
tree | 27d592503131d680a6cbdaaff3b3a6949089627d /ChangeLog | |
parent | d9661a8ef4c6003ef48757715965ebb5c071c80b (diff) | |
parent | 47019b77b23c72cd2e71098c01c4d86b06d1de8c (diff) | |
download | vyos-cloud-init-baf72e94417245c97df2e7e562c6976ef420124d.tar.gz vyos-cloud-init-baf72e94417245c97df2e7e562c6976ef420124d.zip |
Azure: re-format ephemeral disk if necessary
On azure, the ephemeral disk may be destroyed and replaced with a fresh
ephemeral disk on any reboot or stop and start cycle.
This makes the datasource able to detect that by presence of an unformatted
and specifically labeled NTFS filesystem with no files on it.
LP: #1292648
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ (LP: #1286316) [Dustin Kirkland] - Write status to /run/cloud-init/status.json for consumption by other programs (LP: #1284439) + - Azure: if a reboot causes ephemeral storage to be re-provisioned + Then we need to re-format it. (LP: #1292648) 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |