Comment 0 for bug 1080985

Revision history for this message
Scott Moser (smoser) wrote :

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