summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKiril Vladimiroff <kiril.vladimiroff@cloudsigma.com>2014-05-30 14:50:57 -0400
committerScott Moser <smoser@ubuntu.com>2014-05-30 14:50:57 -0400
commit5067b44d18c1338520acd7ea7363371853edde6f (patch)
treedf02ac7428c2fb813e3c2eb8c6535d8ea6fd0a1b /ChangeLog
parente0650257e1ef728304a0c7230c0a2d2710a8ac5f (diff)
parent2d36a7ce4a0ccec3bd2881dd99d6d5012a85fe3c (diff)
downloadvyos-cloud-init-5067b44d18c1338520acd7ea7363371853edde6f.tar.gz
vyos-cloud-init-5067b44d18c1338520acd7ea7363371853edde6f.zip
CloudSigma: only poll on serial device after dmidecode check.
On systems with a ttyS1 and nothing attached, the read attempts that the cloud sigma datasource would do would block. Also, Add timeouts for reading/writting from/to the serial console LP: #1316475
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ff20c26..2dee548e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)
+ - Poll on /dev/ttyS1 in CloudSigma datasource only if dmidecode says
+ we're running on cloudsigma (LP: #1316475) [Kiril Vladimiroff]
0.7.5:
- open 0.7.5
- Add a debug log message around import failures