mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 14:14:35 +00:00
import: clarify when we are unpacking the qcow2 device
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user