diff options
author | Kiril Vladimiroff <kiril.vladimiroff@cloudsigma.com> | 2014-05-30 14:50:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-05-30 14:50:57 -0400 |
commit | 5067b44d18c1338520acd7ea7363371853edde6f (patch) | |
tree | df02ac7428c2fb813e3c2eb8c6535d8ea6fd0a1b /ChangeLog | |
parent | e0650257e1ef728304a0c7230c0a2d2710a8ac5f (diff) | |
parent | 2d36a7ce4a0ccec3bd2881dd99d6d5012a85fe3c (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |