summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-03-21 21:35:54 -0400
committerScott Moser <smoser@ubuntu.com>2011-03-21 21:35:54 -0400
commitb2c3effa9e233ead382cabf46c371d6485b94b15 (patch)
treedd0f7a17dbd339016aedc7c79dab932862968e28 /ChangeLog
parent46631c678531500ff5685644874a1ae56ac90055 (diff)
downloadvyos-cloud-init-b2c3effa9e233ead382cabf46c371d6485b94b15.tar.gz
vyos-cloud-init-b2c3effa9e233ead382cabf46c371d6485b94b15.zip
fix bug with resizefs module
instead of using blkid on /dev/root, create a device node ourselves with the correct device number of '/', then use blkid and resize2fs on that. I believe the problem was that /dev/root was occasionally not being present due to race. LP: #726938
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61cb6e70..aac22ff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
It would not be run if 'upgrade' or packages were set to be installed
- fix bug in part-handler code, that prevented working part-handlers
(LP: #739694)
+ - fix bug in resizefs cloud-config that would cause trace based on
+ failure of 'blkid /dev/root' (LP: #726938)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf