#61 instance: call qemu-img in quiet mode
Merged 4 years ago by lbrabec. Opened 4 years ago by mvadkert.
mvadkert/testcloud dev  into  master

file modified
+1 -1
@@ -320,7 +320,7 @@ 

  

          imgcreate_command = ['qemu-img',

                               'create',

-                              '-f',

+                              '-qf',

                               'qcow2',

                               '-b',

                               self.image.local_path,

We are trying to use testcloud as a library in tmt and without
quiet mode this command prints:

Formatting '/var/lib/testcloud/instances/kSjGfKLDHtEKnckp/kSjGfKLDHtEKnckp-local.qcow2', fmt=qcow2 size=10737418240 backing_file=/var/lib/testcloud/backingstores/Fedora-Cloud-Base-Rawhide-20200226.n.0.x86_64.qcow2 cluster_size=65536 lazy_refcounts=off refcount_bits=16

Which is not desired :)

Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com

Metadata Update from @lbrabec:
- Request assigned

4 years ago

Pull-Request has been merged by lbrabec

4 years ago
Metadata