Activity log for bug #1080985

Date Who What changed Old value New value Message
2012-11-20 05:04:03 Scott Moser bug added bug
2012-11-20 05:04:23 Scott Moser cloud-init: importance Undecided Medium
2012-11-20 05:04:23 Scott Moser cloud-init: status New Confirmed
2012-11-20 05:04:23 Scott Moser cloud-init: milestone 0.7.2
2012-11-20 05:04:47 Scott Moser bug task added cloud-init (Ubuntu)
2012-11-20 05:05:40 Scott Moser nominated for series Ubuntu Quantal
2012-11-20 05:05:40 Scott Moser bug task added cloud-init (Ubuntu Quantal)
2012-11-20 05:05:51 Scott Moser cloud-init (Ubuntu): status New Confirmed
2012-11-20 05:05:55 Scott Moser cloud-init (Ubuntu Quantal): status New Confirmed
2012-11-20 05:05:58 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2012-11-20 05:06:00 Scott Moser cloud-init (Ubuntu Quantal): importance Undecided Medium
2012-11-20 06:06:37 Launchpad Janitor branch linked lp:cloud-init
2012-11-20 06:06:50 Scott Moser cloud-init: status Confirmed Fix Committed
2012-11-29 15:29:52 Launchpad Janitor branch linked lp:~smoser/ubuntu/quantal/cloud-init/sru
2012-12-02 03:42:05 Scott Moser cloud-init (Ubuntu Quantal): status Confirmed In Progress
2012-12-02 03:42:08 Scott Moser cloud-init (Ubuntu Quantal): assignee Scott Moser (smoser)
2012-12-04 03:14:15 Launchpad Janitor cloud-init (Ubuntu): status Confirmed Fix Released
2012-12-04 03:19:39 Scott Moser description resize_rootfs: noblock should tell the resize to occur in the background, but it will currently result in: Nov 20 04:51:45 ubuntu [CLOUDINIT] cc_resizefs.py[DEBUG]: Skipping module named resizefs, resizing disabled The fix is simple, in cloudinit/config/cc_resizefs.py: log.warn("resize_root: %s" % resize_root) if not util.translate_bool(resize_root) and resize_root not in ("noblock"): log.debug("Skipping module named %s, resizing disabled", name) return == Begin SRU Information == [Impact] * Users who want to run filesystem resize without blocking first boot are not able to. This is admittedly small impact, but is clearly broken code. [TestCase] * launch an instance with userdata like: #cloud-config resize_rootfs: noblock * run 'df' in instance, see root filesystem is not resized * see /var/log/cloud-init.log showing that resizefs was ignored. [Regression Potential] * small chance for regression. Previous code checked a small list of values for a boolean value, and did nothing if it was not "true". The change extends the check to also consider 'noblock'. == End SRU Information == resize_rootfs: noblock should tell the resize to occur in the background, but it will currently result in: Nov 20 04:51:45 ubuntu [CLOUDINIT] cc_resizefs.py[DEBUG]: Skipping module named resizefs, resizing disabled The fix is simple, in cloudinit/config/cc_resizefs.py:     log.warn("resize_root: %s" % resize_root)     if not util.translate_bool(resize_root) and resize_root not in ("noblock"):         log.debug("Skipping module named %s, resizing disabled", name)         return
2012-12-04 13:28:09 Launchpad Janitor branch linked lp:ubuntu/cloud-init
2012-12-13 20:30:54 Clint Byrum cloud-init (Ubuntu Quantal): status In Progress Fix Committed
2012-12-13 20:30:57 Clint Byrum bug added subscriber Ubuntu Stable Release Updates Team
2012-12-13 20:30:59 Clint Byrum bug added subscriber SRU Verification
2012-12-13 20:31:07 Clint Byrum tags verification-needed
2013-01-09 00:52:45 Scott Moser tags verification-needed verification-done
2013-01-16 14:21:04 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2013-01-16 14:21:09 Launchpad Janitor cloud-init (Ubuntu Quantal): status Fix Committed Fix Released
2013-05-15 19:58:30 Scott Moser cloud-init: status Fix Committed Fix Released
2013-05-15 19:58:30 Scott Moser cloud-init: milestone 0.7.2
2013-08-28 11:33:11 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/cloud-init/quantal-proposed
2023-05-09 22:13:27 James Falcon bug watch added https://github.com/canonical/cloud-init/issues/2329