summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-03-19 13:49:44 -0400
committerScott Moser <smoser@ubuntu.com>2014-03-19 13:49:44 -0400
commitbaf72e94417245c97df2e7e562c6976ef420124d (patch)
tree27d592503131d680a6cbdaaff3b3a6949089627d /ChangeLog
parentd9661a8ef4c6003ef48757715965ebb5c071c80b (diff)
parent47019b77b23c72cd2e71098c01c4d86b06d1de8c (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7d42db4..2d89d30d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.