Comment 7 for bug 1070539

Revision history for this message
Erica Windisch (ewindisch) wrote : Re: create_lvm_image allocates dirty blocks

Michael: imagebackend.py only overwrites up to the size of the base image. Nothing outside of imagebackend.py currently seems to use utils.py's create_lvm_image function.

We could enforce this at utils.py's function, protective of future code, but then the dd will take unnecessary long. Or, we can just do this from imagebackend.py, where it is used, somewhat better optimized.