<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Luis,</p>
<p>growing qcow2 virtual disks can take some time. If you use qcow2, you could try to grow it before copying via network with</p>
<p>dd if=/dev/zero of=100M.img bs=1M count=100  (generates 100 MB file)</p>
<p>... and remove the file before copying - just to see if file system growth has an impact.</p>
<p>Also make sure you have unique MAC identifiers for all network interfaces involved.</p>
<p>Best,</p>
<p>Kai</p>
<p> </p>
<div> </div>
<p>Am 2015-06-02 16:16, schrieb Luis G. Coralle:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Yes, I try with scp -c arcfour -o Compression=no</div>
<div class="gmail_extra"><br />
<div class="gmail_quote">2015-06-02 10:20 GMT-03:00 <span><<a href="mailto:mir@miras.org">mir@miras.org</a>></span>:<br />
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><span><span>On 2015-06-02 14:25, Luis G. Coralle wrote:<br /></span></span>
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><br /> While running scp, I monitor the CPU and read/write disk of the host<br /> and guests and was completely normal.<br /> Is there some kind of priority for such operations? Is there anything<br /> else I can try?<br /><br /></blockquote>
scp uses ssh to copy files which means the traffic is encrypted. To speed up the transfer you could choose a weak cipher like arcfour. scp -c arcfour src dest.<br /><br /> ----<br /><br /> This mail was virus scanned and spam checked before delivery.<br /> This mail is also DKIM signed. See header dkim-signature.<br /><br /></blockquote>
</div>
<br /><br clear="all" />
<div> </div>
-- <br />
<div class="gmail_signature">Luis G. Coralle</div>
</div>
<br />
<pre>_______________________________________________
pve-user mailing list
<a href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user" rel="noreferrer">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
</pre>
</blockquote>
</body></html>