<div dir="ltr"><div>Sorry... Sometimes I do that.... <br><br></div>Thanks<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-26 5:20 GMT-03:00 Dietmar Maurer <span dir="ltr"><<a href="mailto:dietmar@proxmox.com" target="_blank">dietmar@proxmox.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gilberto,<br>
<br>
first, please do not send private mail. (use the mailing list instead)<br>
<br>
> On September 25, 2015 at 10:26 PM Gilberto Nunes <<a href="mailto:gilberto.nunes32@gmail.com">gilberto.nunes32@gmail.com</a>><br>
<span class="">> wrote:<br>
><br>
><br>
> Hi Dietmar<br>
><br>
> Is there any file or script where I can change to deploy such feature?<br>
> I meant, Proxmox must call some command to create VM file by qemu-img...<br>
> If you can point me the path, perhaps aI can change it by myself...<br>
><br>
<br>
</span>for example:<br>
<br>
diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm<br>
index 6a1d6b6..bf98342 100644<br>
--- a/PVE/Storage/Plugin.pm<br>
+++ b/PVE/Storage/Plugin.pm<br>
@@ -567,7 +567,8 @@ sub alloc_image {<br>
     } else {<br>
        my $cmd = ['/usr/bin/qemu-img', 'create'];<br>
<br>
-       push @$cmd, '-o', 'preallocation=metadata' if $fmt eq 'qcow2';<br>
+       push @$cmd, '-o', 'preallocation=metadata'<br>
+           if ($fmt eq 'qcow2') && ($size < 200*1024*1024);<br>
<br>
        push @$cmd, '-f', $fmt, $path, "${size}K";<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br></div><div>Gilberto Ferreira<br>+55 (47) 9676-7530<br>Skype: gilberto.nunes36<br></div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div>