diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-10-07 20:08:13 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-10-07 20:08:13 -0400 |
commit | 16a2bff998f6553ac13b7f0acaf6c0f24feecc83 (patch) | |
tree | 9e81053b6bebbbb67c853d573593635fecf02b07 /ChangeLog | |
parent | 5ae77733c75776b59cb75a5aa634e2965d97339f (diff) | |
parent | 92b196693410b57e7d1f94eb557513b1aad177ff (diff) | |
download | vyos-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |