summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-10-07 20:08:13 -0400
committerScott Moser <smoser@ubuntu.com>2013-10-07 20:08:13 -0400
commit16a2bff998f6553ac13b7f0acaf6c0f24feecc83 (patch)
tree9e81053b6bebbbb67c853d573593635fecf02b07 /ChangeLog
parent5ae77733c75776b59cb75a5aa634e2965d97339f (diff)
parent92b196693410b57e7d1f94eb557513b1aad177ff (diff)
downloadvyos-cloud-init-16a2bff998f6553ac13b7f0acaf6c0f24feecc83.tar.gz
vyos-cloud-init-16a2bff998f6553ac13b7f0acaf6c0f24feecc83.zip
fix bug mounting first partition of a alias'd name.
The expected behavior was that 'ephemeral0' in a mount device entry and ephemeral0 mapped to /dev/xvdb that /dev/xvdb1 or /dev/xvdb would be substituted. Explicitly setting 'ephemeral0.0' would mean only xvdb in this case. LP: #1236594
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc39d5f2..29ada343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
0.7.4:
- -
+ - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
+ partitioned block device with target filesystem on ephemeral0.1.
+ (LP: #1236594)
0.7.3:
- fix omnibus chef installer (LP: #1182265) [Chris Wing]
- small fix for OVF datasource for iso transport on non-iso9660 filesystem