Skip to content

Commit

Permalink
fix(volumes): qcow2 format required for libvirt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 7, 2020
1 parent 3be3a9a commit 3efea1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Ravada/Volume/QCOW2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ sub clone($self, $file_clone) {
}
my @cmd = ($QEMU_IMG,'create'
,'-f','qcow2'
,'-F','qcow2'
,"-b", $self->file
,$file_clone
);
Expand Down

0 comments on commit 3efea1c

Please sign in to comment.