diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-03-21 21:35:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-03-21 21:35:54 -0400 |
commit | b2c3effa9e233ead382cabf46c371d6485b94b15 (patch) | |
tree | dd0f7a17dbd339016aedc7c79dab932862968e28 /ChangeLog | |
parent | 46631c678531500ff5685644874a1ae56ac90055 (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |