import: clarify when we are unpacking the qcow2 device

This commit is contained in:
Lennart Poettering
2015-01-19 20:24:10 +01:00
parent 2fbe4296c5
commit ec5cb56ee1
+2
View File
@@ -264,6 +264,8 @@ static int raw_import_maybe_convert_qcow2(RawImportFile *f) {
if (converted_fd < 0)
return log_error_errno(errno, "Failed to create %s: %m", t);
log_info("Unpacking QCOW2 file.");
r = qcow2_convert(f->disk_fd, converted_fd);
if (r < 0) {
unlink(t);