From b2c3effa9e233ead382cabf46c371d6485b94b15 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 21 Mar 2011 21:35:54 -0400 Subject: 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 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.3