<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>It’s not taking V4 it has to be V4.1. I just copied the mount command used by vdsm “mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=4 172.16.6.7:/ovirt-NFS /mnt/test/” that’s not working and added “minorversion=1” to the options and it works. How can I pass that extra option to vdsm through the gui ? <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>This is from the vdsm.log <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>Thread-6658229::DEBUG::2016-06-22 06:30:00,185::mount::227::Storage.Misc.excCmd::(_runcmd) /usr/bin/sudo -n /usr/bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=4 172.16.6.7:/ovirt-NFS /rhev/data-center/mnt/172.16.6.7:_ovirt-NFS (cwd None)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>Thread-6658229::ERROR::2016-06-22 06:30:00,205::storageServer::213::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: Protocol not supported\n')<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>Traceback (most recent call last):<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/storageServer.py&quot;, line 211, in connect<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    self._mount.mount(self.options, self._vfsType)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/mount.py&quot;, line 223, in mount<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    return self._runcmd(cmd, timeout)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/mount.py&quot;, line 239, in _runcmd<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    raise MountError(rc, &quot;;&quot;.join((out, err)))<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>MountError: (32, ';mount.nfs: Protocol not supported\n')<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>Thread-6658229::ERROR::2016-06-22 06:30:00,206::hsm::2449::Storage.HSM::(connectStorageServer) Could not connect to storageServer<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>Traceback (most recent call last):<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/hsm.py&quot;, line 2446, in connectStorageServer<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    conObj.connect()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/storageServer.py&quot;, line 330, in connect<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    return self._mountCon.connect()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>  File &quot;/usr/share/vdsm/storage/storageServer.py&quot;, line 219, in connect<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>    raise e<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'>MountError: (32, ';mount.nfs: Protocol not supported\n')<o:p></o:p></span></p><div style='mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt;padding:0cm 0cm 1.0pt 0cm'><p class=MsoNormal style='border:none;padding:0cm'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p></div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><a name="_MailEndCompose"><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></a></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Von:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Yaniv Kaul [mailto:ykaul@redhat.com] <br><b>Gesendet:</b> Mittwoch, 22. Juni 2016 14:32<br><b>An:</b> Sven Achtelik &lt;Sven.Achtelik@mailpool.us&gt;<br><b>Cc:</b> Vinzenz Feenstra &lt;vfeenstr@redhat.com&gt;; Christophe TREFOIS &lt;christophe.trefois@uni.lu&gt;; users@ovirt.org<br><b>Betreff:</b> Re: [ovirt-users] Slow Export Domain<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal><span lang=EN-US>You can change the mount options of the storage domain to v4.<o:p></o:p></span></p><div><p class=MsoNormal><span lang=EN-US>Y.<o:p></o:p></span></p><div><div><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><div><p class=MsoNormal><span lang=EN-US>On Wed, Jun 22, 2016 at 3:26 PM, Sven Achtelik &lt;</span><a href="mailto:Sven.Achtelik@mailpool.us" target="_blank"><span lang=EN-US>Sven.Achtelik@mailpool.us</span></a><span lang=EN-US>&gt; wrote:<o:p></o:p></span></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt'><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Hi, </span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>I’ve done some testing and it turns out that my NFS-Server seems to be the limiting factor in combination with the used NFS version. The Server is a Windows Server 2012 R2 with “Service for Network File System” installed. I mounted the share from ovrit with the default nfs version 3 and it work but not more than 100Mbit/s and I don’t know why. When mounting the share on the host manually like so “mount –t nfs4 –o minorversion=1 172.16.6.7:/test /mnt/test/” I was able to get to about 400Mbit/s. It’s still far away from full speed &nbsp;but that’s ok for me. I tried to change the NFS version in ovirt to V4, but with these settings the mount fails. It has to be NFS4.1 – can that be done over the GUI somehow or are there any other options ? </span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Thank you, </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Sven </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><a name="m_-3381599702483527719__MailEndCompose"><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span></a><o:p></o:p></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Von:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Vinzenz Feenstra [mailto:</span><a href="mailto:vfeenstr@redhat.com" target="_blank"><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>vfeenstr@redhat.com</span></a><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>] <br><b>Gesendet:</b> Mittwoch, 22. </span><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Juni 2016 12:40<br><b>An:</b> Christophe TREFOIS &lt;</span><a href="mailto:christophe.trefois@uni.lu" target="_blank"><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>christophe.trefois@uni.lu</span></a><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&gt;<br><b>Cc:</b> Sven Achtelik &lt;</span><a href="mailto:Sven.Achtelik@mailpool.us" target="_blank"><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Sven.Achtelik@mailpool.us</span></a><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&gt;; </span><a href="mailto:users@ovirt.org" target="_blank"><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>users@ovirt.org</span></a><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'><br><b>Betreff:</b> Re: [ovirt-users] Slow Export Domain</span><span lang=EN-US><o:p></o:p></span></p></div></div><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>On Jun 22, 2016, at 12:31 PM, Christophe TREFOIS &lt;</span><a href="mailto:christophe.trefois@uni.lu" target="_blank"><span lang=EN-US>christophe.trefois@uni.lu</span></a><span lang=EN-US>&gt; wrote:<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Not true, we have seen significant slowness because of the way oVirt exports the VMs, as well as I/O. <o:p></o:p></span></p></div></div></blockquote><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Well all I wanted to say with this is, that there is no artificial limitation of the speed. At least not that I know of, if there’s an issue with the speed which is caused by a software issue on our side please do report a bug.<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'><span lang=EN-US><o:p>&nbsp;</o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>Best,<o:p></o:p></span></p><div><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt'><b><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#3D3B3B'>Dr Christophe Trefois, Dipl.-Ing.</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#212121'>&nbsp;&nbsp;<br></span><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif;color:#3D3B3B'>Technical Specialist / Post-Doc</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt'><b><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif;color:#3D3B3B'>UNIVERSITÉ DU LUXEMBOURG</span></b><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif'><br><br><b><span style='color:#3D3B3B'>LUXEMBOURG CENTRE FOR SYSTEMS BIOMEDICINE</span></b><br><span style='color:#3D3B3B'>Campus Belval | House of Biomedicine&nbsp;&nbsp;<br>6, avenue du Swing&nbsp;<br>L-4367 Belvaux&nbsp;&nbsp;</span><br><span style='color:#3D3B3B'>T:&nbsp;</span></span><a href="tel:%2B352%2046%2066%2044%206124" target="_blank"><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif'>+352 46 66 44 6124</span></a><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif'>&nbsp;<br><span style='color:#3D3B3B'>F:&nbsp;</span></span><a href="tel:%2B352%2046%2066%2044%206949" target="_blank"><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif'>+352 46 66 44 6949</span></a><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif'>&nbsp;&nbsp;<br></span><a href="http://www.uni.lu/lcsb" target="_blank"><span lang=EN-US style='font-size:7.5pt;font-family:"Arial",sans-serif;color:#006DBD'>http://www.uni.lu/lcsb</span></a><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt'><a href="https://www.facebook.com/trefex" target="_blank"><span style='font-size:10.5pt;font-family:"Arial",sans-serif;border:solid windowtext 1.0pt;padding:0cm;text-decoration:none'><img border=0 width=24 height=24 id="Bild_x0020_1" src="cid:image001.jpg@01D1CC95.23A0CFF0" alt="Das Bild wurde vom Absender entfernt. Facebook"></span></a><span lang=EN-US style='font-size:10.5pt;font-family:"Arial",sans-serif'>&nbsp;&nbsp;</span><a href="https://twitter.com/Trefex" target="_blank"><span style='font-size:10.5pt;font-family:"Arial",sans-serif;border:solid windowtext 1.0pt;padding:0cm;text-decoration:none'><img border=0 width=24 height=24 id="Bild_x0020_2" src="cid:image001.jpg@01D1CC95.23A0CFF0" alt="Das Bild wurde vom Absender entfernt. Twitter"></span></a><span lang=EN-US style='font-size:10.5pt;font-family:"Arial",sans-serif'>&nbsp;&nbsp;</span><a href="https://plus.google.com/+ChristopheTrefois/" target="_blank"><span style='font-size:10.5pt;font-family:"Arial",sans-serif;border:solid windowtext 1.0pt;padding:0cm;text-decoration:none'><img border=0 width=24 height=24 id="Bild_x0020_3" src="cid:image001.jpg@01D1CC95.23A0CFF0" alt="Das Bild wurde vom Absender entfernt. Google Plus"></span></a><span lang=EN-US style='font-size:10.5pt;font-family:"Arial",sans-serif'>&nbsp;&nbsp;</span><a href="https://www.linkedin.com/in/trefoischristophe" target="_blank"><span style='font-size:10.5pt;font-family:"Arial",sans-serif;border:solid windowtext 1.0pt;padding:0cm;text-decoration:none'><img border=0 width=24 height=24 id="Bild_x0020_4" src="cid:image001.jpg@01D1CC95.23A0CFF0" alt="Das Bild wurde vom Absender entfernt. Linkedin"></span></a><span lang=EN-US style='font-size:10.5pt;font-family:"Arial",sans-serif'>&nbsp;&nbsp;</span><a href="http://skype:Trefex?call" target="_blank"><span style='font-size:10.5pt;font-family:"Arial",sans-serif;border:solid windowtext 1.0pt;padding:0cm;text-decoration:none'><img border=0 width=24 height=24 id="Bild_x0020_5" src="cid:image001.jpg@01D1CC95.23A0CFF0" alt="Das Bild wurde vom Absender entfernt. skype"></span></a><span lang=EN-US><o:p></o:p></span></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt'><span lang=EN-US style='font-size:10.5pt;font-family:"Arial",sans-serif'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt'><span lang=EN-US style='font-size:7.0pt;font-family:"Arial",sans-serif;color:#3D3B3B'>----<br>This message is confidential and may contain privileged information.&nbsp;<br>It is intended for the named recipient only.&nbsp;<br>If you receive it in error please notify me and permanently delete the original message and any copies.&nbsp;<br>----</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;&nbsp;<o:p></o:p></span></p></div></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>On 22 Jun 2016, at 10:07, Vinzenz Feenstra &lt;</span><a href="mailto:vfeenstr@redhat.com" target="_blank"><span lang=EN-US>vfeenstr@redhat.com</span></a><span lang=EN-US>&gt; wrote:<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>On Jun 22, 2016, at 9:39 AM, Sven Achtelik &lt;</span><a href="mailto:Sven.Achtelik@mailpool.us" target="_blank"><span lang=EN-US>Sven.Achtelik@mailpool.us</span></a><span lang=EN-US>&gt; wrote:<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Hi Everyone,&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>I’m trying to export VMs to an Export Domain for Backup and noticed that all of this is running at max 100Mbit/s. Is this some limitation that comes with the Export Domain ? I’ve checked all network connections and all of them report at least 1000Mbits/s.&nbsp; Am I missing something ?&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div></div></blockquote><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>So from our side there’s no limitation. So there might be a router, switch or anything in between that does not support 1 GBit on your network. You’re really just limited here by Storage and/or Network bandwith.<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'><span lang=EN-US><o:p>&nbsp;</o:p></span></p><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Thank you,&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Sven &nbsp;</span><span lang=EN-US><o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:9.0pt;font-family:"Helvetica",sans-serif'>_______________________________________________<br>Users mailing list<br></span><a href="mailto:Users@ovirt.org" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Helvetica",sans-serif;color:#954F72'>Users@ovirt.org</span></a><span lang=EN-US style='font-size:9.0pt;font-family:"Helvetica",sans-serif'><br></span><a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank"><span lang=EN-US style='font-size:9.0pt;font-family:"Helvetica",sans-serif;color:#954F72'>http://lists.ovirt.org/mailman/listinfo/users</span></a><span lang=EN-US><o:p></o:p></span></p></div></blockquote></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>_______________________________________________<br>Users mailing list<br></span><a href="mailto:Users@ovirt.org" target="_blank"><span lang=EN-US>Users@ovirt.org</span></a><span lang=EN-US><br></span><a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank"><span lang=EN-US>http://lists.ovirt.org/mailman/listinfo/users</span></a><span lang=EN-US><o:p></o:p></span></p></div></blockquote></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div></div></div></div></blockquote></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US>&nbsp;<o:p></o:p></span></p></div></div></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><span lang=EN-US><br>_______________________________________________<br>Users mailing list<br></span><a href="mailto:Users@ovirt.org"><span lang=EN-US>Users@ovirt.org</span></a><span lang=EN-US><br></span><a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank"><span lang=EN-US>http://lists.ovirt.org/mailman/listinfo/users</span></a><span lang=EN-US><o:p></o:p></span></p></blockquote></div><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p></div></div></div></div></div></body></html>