diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-27 10:51:22 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-27 10:51:22 -0500 |
commit | 53794c0cf2cf66868f5bf528883edaa375793dcf (patch) | |
tree | ac88db4e000e1e5c9605a1492f330e33a6b3ac86 /ChangeLog | |
parent | 21fc25fbc0e73e15710d2f0333f7d3ba13eb3739 (diff) | |
parent | 516bba11344c7c22aa23e09793a6cdf53faebf01 (diff) | |
download | vyos-cloud-init-53794c0cf2cf66868f5bf528883edaa375793dcf.tar.gz vyos-cloud-init-53794c0cf2cf66868f5bf528883edaa375793dcf.zip |
AltCloud: to not run dmidecode on arm systems.
As with SmartOS change earlier, running dmidecode on arm will crash kvm.
So instead of doing that, just return UNKNOWN which will cause this
data source to not activate.
LP: #1285686
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ - Add GCE datasource [Vaidas Jablonskis] - Add native Openstack datasource which reads openstack metadata rather than relying on EC2 data in openstack metadata service. - - SmartOS: disable running on arm systems due to bug (LP: #1243287) + - SmartOS, AltCloud: disable running on arm systems due to bug + (LP: #1243287, #1285686) [Oleg Strikov] 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |