Re: [ovirt-users] How to import a qcow2 disk into ovirt

Hi, I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts. Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening. I'll appreciate any help! Thank you in advance! Regards Martin On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can do both, Through the database, the table is "vdc_options". change "option_value" where "option_name" = 'ImageProxyAddress' .
On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com
wrote:
On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can just replace this value in the DB and change it to the right FQDN, it is a config value named "ImageProxyAddress". replace "localhost" with the right address (notice that the port is there too).
If this will keep happen after users will have the latest version, we will have to open a bug and fix whatever causes the URL to be "localhost".
Do you mean through "engine-config" or directly into database? In this second case which is the table involved?
Gianluca
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row) engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) engine=# engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) systemctl stop ovirt-engine (otherwise it remained localhost) systemctl start ovirt-engine systemctl start ovirt-imageio-proxy Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view. Gianluca _______________________________________________ Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users

Can you send a screenshot of your browser when the issue happens? Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com IRC : ydary On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier < martin.follonier@iquall.net> wrote:
Hi,
I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.
Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.
I'll appreciate any help! Thank you in advance!
Regards
Martin
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can do both, Through the database, the table is "vdc_options". change "option_value" where "option_name" = 'ImageProxyAddress' .
On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com
wrote:
On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can just replace this value in the DB and change it to the right FQDN, it is a config value named "ImageProxyAddress". replace "localhost" with the right address (notice that the port is there too).
If this will keep happen after users will have the latest version, we will have to open a bug and fix whatever causes the URL to be "localhost".
Do you mean through "engine-config" or directly into database? In this second case which is the table involved?
Gianluca
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row)
engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
engine=#
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
systemctl stop ovirt-engine (otherwise it remained localhost)
systemctl start ovirt-engine
systemctl start ovirt-imageio-proxy
Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view.
Gianluca
_______________________________________________ Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

hi, I tried to import qcow2 vm image (1.1) on ovirt. My version of ovirt is 4.1.6.2-1.el7.centos on centos. By admin portal I click on Disk-> Upload -> Start then I choose a file qcow2, I set the dimension and alias, but after inizialization the following message appears: Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser. The certificate can be fetched from https://<engine_url>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA I have registered the certificate in the browser but nothing not work. I tried with Firefox and Chromium browsers. I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl = false' but not work. I attach engine logs How can I solve? Thank very much Regards Nick Il 08/09/2016 09:00, Yaniv Dary ha scritto:
Can you send a screenshot of your browser when the issue happens?
Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com <mailto:ydary@redhat.com> IRC : ydary
On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier <martin.follonier@iquall.net <mailto:martin.follonier@iquall.net>> wrote:
Hi,
I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.
Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.
I'll appreciate any help! Thank you in advance!
Regards
Martin
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com <mailto:aavi...@redhat.com>> wrote:
> You can do both, > Through the database, the table is "vdc_options". change "option_value" > where "option_name" = 'ImageProxyAddress' . > > On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com <mailto:gianluca.cec...@gmail.com> > > wrote: > >> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com <mailto:aavi...@redhat.com>> wrote: >> >>> You can just replace this value in the DB and change it to the right >>> FQDN, it is a config value named "ImageProxyAddress". replace "localhost" >>> with the right address (notice that the port is there too). >>> >>> If this will keep happen after users will have the latest version, we >>> will have to open a bug and fix whatever causes the URL to be "localhost". >>> >>> >> Do you mean through "engine-config" or directly into database? >> In this second case which is the table involved? >> >> Gianluca >> > >
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row)
engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
engine=#
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
systemctl stop ovirt-engine (otherwise it remained localhost)
systemctl start ovirt-engine
systemctl start ovirt-imageio-proxy
Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view.
Gianluca
_______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <http://lists.ovirt.org/mailman/listinfo/users>
_______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <http://lists.ovirt.org/mailman/listinfo/users>
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

--_000_1FCF90EA06C342CD8C9B2787F2E2E472baicanadacom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey Nick, I had the same problem and in my case the engine firewall was blocking. I = tried disabling it temporarily and it worked. I think the specific port to= allow is 54322. Sent from my iPhone On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <nicola.gentile.to@gmail.com<= mailto:nicola.gentile.to@gmail.com>> wrote: hi, I tried to import qcow2 vm image (1.1) on ovirt. My version of ovirt is 4.1.6.2-1.el7.centos on centos. By admin portal I click on Disk-> Upload -> Start then I choose a file qcow2, I set the dimension and alias, but after inizia= lization the following message appears: Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to = a network error. Make sure ovirt-imageio-proxy service is installed and con= figured, and ovirt-engine's certificate is registered as a valid CA in the = browser. The certificate can be fetched from https://<engine_url>/ovirt-eng= ine/services/pki-resource?resource=3Dca-certificate&format=3DX509-PEM-CA I have registered the certificate in the browser but nothing not work. I tried with Firefox and Chromium browsers. I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl =3D fa= lse' but not work. I attach engine logs How can I solve? Thank very much Regards Nick Il 08/09/2016 09:00, Yaniv Dary ha scritto: Can you send a screenshot of your browser when the issue happens? Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com<mailto:ydary@redhat.com> IRC : ydary On Fri, Sep 2, 2016 at 11:10 PM, Mart=EDn Follonier <martin.follonier@iqual= l.net<mailto:martin.follonier@iquall.net>> wrote: Hi, I've done all the recommendations in this thread, and I'm still getting the= "Paused by System" message just after the transfer starts. Honestly I don't know were else to look at, cause I don't find any log entr= y or packet capture that give me a hint about what is happening. I'll appreciate any help! Thank you in advance! Regards Martin On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com<mailto:aavi= ...@redhat.com>> wrote:
You can do both, Through the database, the table is "vdc_options". change "option_value" where "option_name" =3D 'ImageProxyAddress' .
On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.co= m<mailto:gianluca.cec...@gmail.com>
wrote:
On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com<mailto:a= avi...@redhat.com>> wrote:
You can just replace this value in the DB and change it to the right FQDN, it is a config value named "ImageProxyAddress". replace "localhos= t" with the right address (notice that the port is there too).
If this will keep happen after users will have the latest version, we will have to open a bug and fix whatever causes the URL to be "localhos= t".
Do you mean through "engine-config" or directly into database? In this second case which is the table involved?
Gianluca
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= '; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row) engine=3D# update vdc_options set option_value=3D'ractorshe.mydomain:54323' where option_name=3D'ImageProxyAddress'; UPDATE 1 engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= '; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+----= ----- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) engine=3D# engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= '; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+----= ----- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) systemctl stop ovirt-engine (otherwise it remained localhost) systemctl start ovirt-engine systemctl start ovirt-imageio-proxy Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data= . I'm going to connect it to a VM and see if all is ok also from a contents point of view. Gianluca _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <engine.log> _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users --_000_1FCF90EA06C342CD8C9B2787F2E2E472baicanadacom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-= 1"> </head> <body dir=3D"auto"> Hey Nick, <div><br> </div> <div>I had the same problem and in my case the engine firewall was blocking= . I tried disabling it temporarily and it worked. I think the s= pecific port to allow is 54322. </div> <div><br> </div> <div><br> <div id=3D"AppleMailSignature">Sent from my iPhone</div> <div><br> On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <<a href=3D"mailto:nicola.= gentile.to@gmail.com">nicola.gentile.to@gmail.com</a>> wrote:<br> <br> </div> <blockquote type=3D"cite"> <div> <div class=3D"moz-cite-prefix">hi, <br> I tried to import qcow2 vm image (1.1) on ovirt.<br> My version of ovirt is <span class=3D"version-text">4.1.6.2-1.el7.centos on= centos.<br> <br> By admin portal I click on Disk-> Upload -> Start <br> then I choose a file qcow2, I set the dimension and alias, but after inizia= lization the following message appears:<br> <br> Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to = a network error. Make sure ovirt-imageio-proxy service is installed and con= figured, and ovirt-engine's certificate is registered as a valid CA in the = browser. The certificate can be fetched from <a class=3D"moz-txt-link-freetext" href=3D"https://">https://= </a><engine_url>/ovirt-engine/services/pki-resource?resource=3Dca-cer= tificate&format=3DX509-PEM-CA<br> <br> I have registered the certificate in the browser but nothing not work.<br> I tried with Firefox and Chromium browsers.<br> <br> I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl =3D fa= lse' but not work.<br> <br> I attach engine logs<br> <br> How can I solve? Thank very much<br> Regards<br> <br> Nick <br> </span><br> <br> Il 08/09/2016 09:00, Yaniv Dary ha scritto:<br> </div> <blockquote type=3D"cite" cite=3D"mid:CACKMAy_HL_YQS0tEp_rpofybgm09MBNsVmsf= bFUL1ZFeeF_U2w@mail.gmail.com"> <div dir=3D"ltr">Can you send a screenshot of your browser when the issue h= appens?</div> <div class=3D"gmail_extra"><br clear=3D"all"> <div> <div class=3D"gmail_signature" data-smartmail=3D"gmail_signature"> <div dir=3D"ltr"> <div> <div dir=3D"ltr"> <pre cols=3D"72"><span style=3D"font-family:arial,helvetica,sans-serif">Yan= iv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: <a href=3D"mailto:ydary@redhat.com" target=3D"_blank" moz-do-not-sen= d=3D"true">ydary@redhat.com</a> IRC : ydary</span></pre> </div> </div> </div> </div> </div> <br> <div class=3D"gmail_quote">On Fri, Sep 2, 2016 at 11:10 PM, Mart=EDn Follon= ier <span dir=3D"ltr"> <<a href=3D"mailto:martin.follonier@iquall.net" target=3D"_blank" moz-do= -not-send=3D"true">martin.follonier@iquall.net</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div dir=3D"ltr"><br clear=3D"all"> <div> <div data-smartmail=3D"gmail_signature"> <div dir=3D"ltr"> <div><span style=3D"font-family:monospace,monospace">Hi, </span><br> </div> </div> </div> </div> <div class=3D"gmail_quote"> <div dir=3D"ltr"> <div class=3D"gmail_extra"> <div> <div><font face=3D"monospace, monospace"><br> </font></div> <div><font face=3D"monospace, monospace">I've done all the recommendations = in this thread, and I'm still getting the "Paused by System" mess= age just after the transfer starts.</font></div> <div><font face=3D"monospace, monospace"><br> </font></div> <div><font face=3D"monospace, monospace">Honestly I don't know were else to= look at, cause I don't find any log entry or packet capture that give me a= hint about what is happening.</font></div> <div><font face=3D"monospace, monospace"><br> </font></div> <div><font face=3D"monospace, monospace">I'll appreciate any help! Thank yo= u in advance!</font></div> <div><font face=3D"monospace, monospace"><br> </font></div> <div><font face=3D"monospace, monospace">Regards</font></div> <div><font face=3D"monospace, monospace"><br> </font></div> <div><font face=3D"monospace, monospace">Martin</font></div> </div> <br> <div class=3D"gmail_quote"><span class=3D""> <pre style=3D"font-family:courier,"courier new",monospace;font-si= ze:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bot= tom:0px;color:rgb(0,0,0);line-height:19.6px">On Thu, Sep 1, 2016 at 5:01 PM= , Amit Aviram <<a href=3D"mailto:aavi...@redhat.com" target=3D"_blank" m= oz-do-not-send=3D"true">aavi...@redhat.com</a>> wrote:</pre> </span> <pre style=3D"font-family:courier,"courier new",monospace;font-si= ze:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bot= tom:0px;color:rgb(0,0,0);line-height:19.6px">> You can do both, > Through the database, the table is "vdc_options". change &qu= ot;option_value" > where "option_name" =3D 'ImageProxyAddress' . > > On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <<a href=3D"mailto:= gianluca.cec...@gmail.com" target=3D"_blank" moz-do-not-send=3D"true">gianl= uca.cec...@gmail.com</a> > > wrote: > >> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <<a href=3D"mailto:= aavi...@redhat.com" target=3D"_blank" moz-do-not-send=3D"true">aavi...@redh= at.com</a>> wrote: >> >>> You can just replace this value in the DB and change it to the= right >>> FQDN, it is a config value named "ImageProxyAddress"= . replace "localhost" >>> with the right address (notice that the port is there too). >>> >>> If this will keep happen after users will have the latest vers= ion, we >>> will have to open a bug and fix whatever causes the URL to be = "localhost". >>> >>> >> Do you mean through "engine-config" or directly into dat= abase? >> In this second case which is the table involved? >> >> Gianluca >> > > [root@ractorshe bin]# systemctl stop ovirt-imageio-proxy engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= <wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+-----------------+--------= - 950 | ImageProxyAddress | localhost:54323 | general (1 row) engine=3D# update vdc_options set option_value=3D'ractorshe.mydoma<wbr>in:5= 4323' where option_name=3D'ImageProxyAddress<wbr>'; UPDATE 1 engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= <wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+----------------------------<w= br>----------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) engine=3D# engine=3D# select * from vdc_options where option_name=3D'ImageProxyAddress= <wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+----------------------------<w= br>----------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) systemctl stop ovirt-engine (otherwise it remained localhost) systemctl start ovirt-engine systemctl start ovirt-imageio-proxy Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data= . I'm going to connect it to a VM and see if all is ok also from a contents point of view. Gianluca </pre> <span class=3D""> <pre style=3D"font-family:courier,"courier new",monospace;font-si= ze:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bot= tom:0px;color:rgb(0,0,0);line-height:19.6px">______________________________= <wbr>_________________ Users mailing list <a href=3D"mailto:Users@ovirt.org" target=3D"_blank" moz-do-not-send=3D"tru= e">Users@ovirt.org</a> <a rel=3D"nofollow" href=3D"http://lists.ovirt.org/mailman/listinfo/users" = style=3D"color:rgb(160,30,30)" target=3D"_blank" moz-do-not-send=3D"true">h= ttp://lists.ovirt.org/mailman<wbr>/listinfo/users</a></pre> </span></div> </div> </div> </div> <br> </div> <br> ______________________________<wbr>_________________<br> Users mailing list<br> <a href=3D"mailto:Users@ovirt.org" moz-do-not-send=3D"true">Users@ovirt.org= </a><br> <a href=3D"http://lists.ovirt.org/mailman/listinfo/users" rel=3D"noreferrer= " target=3D"_blank" moz-do-not-send=3D"true">http://lists.ovirt.org/<wbr>ma= ilman/listinfo/users</a><br> <br> </blockquote> </div> <br> </div> <br> <fieldset class=3D"mimeAttachmentHeader"></fieldset> <br> <pre wrap=3D"">_______________________________________________ Users mailing list <a class=3D"moz-txt-link-abbreviated" href=3D"mailto:Users@ovirt.org">Users= @ovirt.org</a> <a class=3D"moz-txt-link-freetext" href=3D"http://lists.ovirt.org/mailman/l= istinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </div> </blockquote> <blockquote type=3D"cite"> <div><engine.log></div> </blockquote> <blockquote type=3D"cite"> <div><span>_______________________________________________</span><br> <span>Users mailing list</span><br> <span><a href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a></span><br> <span><a href=3D"http://lists.ovirt.org/mailman/listinfo/users">http://list= s.ovirt.org/mailman/listinfo/users</a></span><br> </div> </blockquote> </div> </body> </html> --_000_1FCF90EA06C342CD8C9B2787F2E2E472baicanadacom_--

This is a multi-part message in MIME format. --------------2E28F917E54976110789B306 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Thanks Alexander, nothing not work always the same error.... any suggestions? thank Il 04/10/2017 14:12, Alexander Witte ha scritto:
Hey Nick,
I had the same problem and in my case the engine firewall was blocking. I tried disabling it temporarily and it worked. I think the specific port to allow is 54322.
Sent from my iPhone
On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <nicola.gentile.to@gmail.com <mailto:nicola.gentile.to@gmail.com>> wrote:
hi, I tried to import qcow2 vm image (1.1) on ovirt. My version of ovirt is 4.1.6.2-1.el7.centos on centos.
By admin portal I click on Disk-> Upload -> Start then I choose a file qcow2, I set the dimension and alias, but after inizialization the following message appears:
Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser. The certificate can be fetched from https://<engine_url>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA
I have registered the certificate in the browser but nothing not work. I tried with Firefox and Chromium browsers.
I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl = false' but not work.
I attach engine logs
How can I solve? Thank very much Regards
Nick
Il 08/09/2016 09:00, Yaniv Dary ha scritto:
Can you send a screenshot of your browser when the issue happens?
Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com <mailto:ydary@redhat.com> IRC : ydary
On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier <martin.follonier@iquall.net <mailto:martin.follonier@iquall.net>> wrote:
Hi,
I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.
Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.
I'll appreciate any help! Thank you in advance!
Regards
Martin
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com <mailto:aavi...@redhat.com>> wrote:
> You can do both, > Through the database, the table is "vdc_options". change "option_value" > where "option_name" = 'ImageProxyAddress' . > > On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com <mailto:gianluca.cec...@gmail.com> > > wrote: > >> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com <mailto:aavi...@redhat.com>> wrote: >> >>> You can just replace this value in the DB and change it to the right >>> FQDN, it is a config value named "ImageProxyAddress". replace "localhost" >>> with the right address (notice that the port is there too). >>> >>> If this will keep happen after users will have the latest version, we >>> will have to open a bug and fix whatever causes the URL to be "localhost". >>> >>> >> Do you mean through "engine-config" or directly into database? >> In this second case which is the table involved? >> >> Gianluca >> > >
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row)
engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
engine=#
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
systemctl stop ovirt-engine (otherwise it remained localhost)
systemctl start ovirt-engine
systemctl start ovirt-imageio-proxy
Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view.
Gianluca
_______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <http://lists.ovirt.org/mailman/listinfo/users>
_______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users <http://lists.ovirt.org/mailman/listinfo/users>
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
<engine.log> _______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users
--------------2E28F917E54976110789B306 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body text="#000000" bgcolor="#FFFFFF"> <div class="moz-cite-prefix">Thanks Alexander,<br> <br> nothing not work <br> always the same error....<br> any suggestions?<br> <br> thank <br> <br> <br> Il 04/10/2017 14:12, Alexander Witte ha scritto:<br> </div> <blockquote type="cite" cite="mid:1FCF90EA-06C3-42CD-8C9B-2787F2E2E472@baicanada.com"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Hey Nick, <div><br> </div> <div>I had the same problem and in my case the engine firewall was blocking. I tried disabling it temporarily and it worked. I think the specific port to allow is 54322. </div> <div><br> </div> <div><br> <div id="AppleMailSignature">Sent from my iPhone</div> <div><br> On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <<a href="mailto:nicola.gentile.to@gmail.com" moz-do-not-send="true">nicola.gentile.to@gmail.com</a>> wrote:<br> <br> </div> <blockquote type="cite"> <div> <div class="moz-cite-prefix">hi, <br> I tried to import qcow2 vm image (1.1) on ovirt.<br> My version of ovirt is <span class="version-text">4.1.6.2-1.el7.centos on centos.<br> <br> By admin portal I click on Disk-> Upload -> Start <br> then I choose a file qcow2, I set the dimension and alias, but after inizialization the following message appears:<br> <br> Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser. The certificate can be fetched from <a class="moz-txt-link-freetext" href="https://" moz-do-not-send="true">https://</a><engine_url>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA<br> <br> I have registered the certificate in the browser but nothing not work.<br> I tried with Firefox and Chromium browsers.<br> <br> I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl = false' but not work.<br> <br> I attach engine logs<br> <br> How can I solve? Thank very much<br> Regards<br> <br> Nick <br> </span><br> <br> Il 08/09/2016 09:00, Yaniv Dary ha scritto:<br> </div> <blockquote type="cite" cite="mid:CACKMAy_HL_YQS0tEp_rpofybgm09MBNsVmsfbFUL1ZFeeF_U2w@mail.gmail.com"> <div dir="ltr">Can you send a screenshot of your browser when the issue happens?</div> <div class="gmail_extra"><br clear="all"> <div> <div class="gmail_signature" data-smartmail="gmail_signature"> <div dir="ltr"> <div> <div dir="ltr"> <pre cols="72"><span style="font-family:arial,helvetica,sans-serif">Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: <a href="mailto:ydary@redhat.com" target="_blank" moz-do-not-send="true">ydary@redhat.com</a> IRC : ydary</span></pre> </div> </div> </div> </div> </div> <br> <div class="gmail_quote">On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier <span dir="ltr"> <<a href="mailto:martin.follonier@iquall.net" target="_blank" moz-do-not-send="true">martin.follonier@iquall.net</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div dir="ltr"><br clear="all"> <div> <div data-smartmail="gmail_signature"> <div dir="ltr"> <div><span style="font-family:monospace,monospace">Hi, </span><br> </div> </div> </div> </div> <div class="gmail_quote"> <div dir="ltr"> <div class="gmail_extra"> <div> <div><font face="monospace, monospace"><br> </font></div> <div><font face="monospace, monospace">I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.</font></div> <div><font face="monospace, monospace"><br> </font></div> <div><font face="monospace, monospace">Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.</font></div> <div><font face="monospace, monospace"><br> </font></div> <div><font face="monospace, monospace">I'll appreciate any help! Thank you in advance!</font></div> <div><font face="monospace, monospace"><br> </font></div> <div><font face="monospace, monospace">Regards</font></div> <div><font face="monospace, monospace"><br> </font></div> <div><font face="monospace, monospace">Martin</font></div> </div> <br> <div class="gmail_quote"><span class=""> <pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.6px">On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <<a href="mailto:aavi...@redhat.com" target="_blank" moz-do-not-send="true">aavi...@redhat.com</a>> wrote:</pre> </span> <pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.6px">> You can do both, > Through the database, the table is "vdc_options". change "option_value" > where "option_name" = 'ImageProxyAddress' . > > On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <<a href="mailto:gianluca.cec...@gmail.com" target="_blank" moz-do-not-send="true">gianluca.cec...@gmail.com</a> > > wrote: > >> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <<a href="mailto:aavi...@redhat.com" target="_blank" moz-do-not-send="true">aavi...@redhat.com</a>> wrote: >> >>> You can just replace this value in the DB and change it to the right >>> FQDN, it is a config value named "ImageProxyAddress". replace "localhost" >>> with the right address (notice that the port is there too). >>> >>> If this will keep happen after users will have the latest version, we >>> will have to open a bug and fix whatever causes the URL to be "localhost". >>> >>> >> Do you mean through "engine-config" or directly into database? >> In this second case which is the table involved? >> >> Gianluca >> > > [root@ractorshe bin]# systemctl stop ovirt-imageio-proxy engine=# select * from vdc_options where option_name='ImageProxyAddress<wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row) engine=# update vdc_options set option_value='ractorshe.mydoma<wbr>in:54323' where option_name='ImageProxyAddress<wbr>'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress<wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+----------------------------<wbr>----------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) engine=# engine=# select * from vdc_options where option_name='ImageProxyAddress<wbr>'; option_id | option_name | option_value | version -----------+------------------<wbr>-+----------------------------<wbr>----------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row) systemctl stop ovirt-engine (otherwise it remained localhost) systemctl start ovirt-engine systemctl start ovirt-imageio-proxy Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view. Gianluca </pre> <span class=""> <pre style="font-family:courier,"courier new",monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);line-height:19.6px">______________________________<wbr>_________________ Users mailing list <a href="mailto:Users@ovirt.org" target="_blank" moz-do-not-send="true">Users@ovirt.org</a> <a rel="nofollow" href="http://lists.ovirt.org/mailman/listinfo/users" style="color:rgb(160,30,30)" target="_blank" moz-do-not-send="true">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a></pre> </span></div> </div> </div> </div> <br> </div> <br> ______________________________<wbr>_________________<br> Users mailing list<br> <a href="mailto:Users@ovirt.org" moz-do-not-send="true">Users@ovirt.org</a><br> <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br> <br> </blockquote> </div> <br> </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org" moz-do-not-send="true">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </div> </blockquote> <blockquote type="cite"> <div><engine.log></div> </blockquote> <blockquote type="cite"> <div><span>_______________________________________________</span><br> <span>Users mailing list</span><br> <span><a href="mailto:Users@ovirt.org" moz-do-not-send="true">Users@ovirt.org</a></span><br> <span><a href="http://lists.ovirt.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.ovirt.org/mailman/listinfo/users</a></span><br> </div> </blockquote> </div> </blockquote> <br> </body> </html> --------------2E28F917E54976110789B306--

Check this log file on engine machine: /var/log/ovirt-imageio-proxy/image-proxy.log And this on the host which is used to upload: /var/log/ovirt-imageio-daemon/daemon.log Any errors there? On Wed, Oct 4, 2017 at 2:38 PM, nicola.gentile.to <nicola.gentile.to@gmail.com> wrote:
Thanks Alexander,
nothing not work always the same error.... any suggestions?
thank
Il 04/10/2017 14:12, Alexander Witte ha scritto:
Hey Nick,
I had the same problem and in my case the engine firewall was blocking. I tried disabling it temporarily and it worked. I think the specific port to allow is 54322.
Sent from my iPhone
On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <nicola.gentile.to@gmail.com> wrote:
hi, I tried to import qcow2 vm image (1.1) on ovirt. My version of ovirt is 4.1.6.2-1.el7.centos on centos.
By admin portal I click on Disk-> Upload -> Start then I choose a file qcow2, I set the dimension and alias, but after inizialization the following message appears:
Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser. The certificate can be fetched from https://<engine_url>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA
I have registered the certificate in the browser but nothing not work. I tried with Firefox and Chromium browsers.
I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl = false' but not work.
I attach engine logs
How can I solve? Thank very much Regards
Nick
Il 08/09/2016 09:00, Yaniv Dary ha scritto:
Can you send a screenshot of your browser when the issue happens?
Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109
Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com IRC : ydary
On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier <martin.follonier@iquall.net> wrote:
Hi,
I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.
Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.
I'll appreciate any help! Thank you in advance!
Regards
Martin
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can do both, Through the database, the table is "vdc_options". change "option_value" where "option_name" = 'ImageProxyAddress' .
On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com
wrote:
On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can just replace this value in the DB and change it to the right FQDN, it is a config value named "ImageProxyAddress". replace "localhost" with the right address (notice that the port is there too).
If this will keep happen after users will have the latest version, we will have to open a bug and fix whatever causes the URL to be "localhost".
Do you mean through "engine-config" or directly into database? In this second case which is the table involved?
Gianluca
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row)
engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version
-----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
engine=#
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version
-----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
systemctl stop ovirt-engine (otherwise it remained localhost)
systemctl start ovirt-engine
systemctl start ovirt-imageio-proxy
Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view.
Gianluca
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
<engine.log>
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

hi, I tried to "cancel" operation and do again without firewall but always the same error Il 04/10/2017 14:42, Ondra Machacek ha scritto:
Check this log file on engine machine:
/var/log/ovirt-imageio-proxy/image-proxy.log
there are no errors
And this on the host which is used to upload:
/var/log/ovirt-imageio-daemon/daemon.log
this file log there isn't
Any errors there?
On Wed, Oct 4, 2017 at 2:38 PM, nicola.gentile.to <nicola.gentile.to@gmail.com> wrote:
Thanks Alexander,
nothing not work always the same error.... any suggestions?
thank
Il 04/10/2017 14:12, Alexander Witte ha scritto:
Hey Nick,
I had the same problem and in my case the engine firewall was blocking. I tried disabling it temporarily and it worked. I think the specific port to allow is 54322.
Sent from my iPhone
On Oct 4, 2017, at 5:50 AM, nicola.gentile.to <nicola.gentile.to@gmail.com> wrote:
hi, I tried to import qcow2 vm image (1.1) on ovirt. My version of ovirt is 4.1.6.2-1.el7.centos on centos.
By admin portal I click on Disk-> Upload -> Start then I choose a file qcow2, I set the dimension and alias, but after inizialization the following message appears:
Unable to upload image to disk a8c878e2-8255-4aa1-8954-a76e0bdf3b88 due to a network error. Make sure ovirt-imageio-proxy service is installed and configured, and ovirt-engine's certificate is registered as a valid CA in the browser. The certificate can be fetched from https://<engine_url>/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA
I have registered the certificate in the browser but nothing not work. I tried with Firefox and Chromium browsers.
I tried to modify the ovirt-imageio-proxy.conf with setting 'use_ssl = false' but not work.
I attach engine logs
How can I solve? Thank very much Regards
Nick
Il 08/09/2016 09:00, Yaniv Dary ha scritto:
Can you send a screenshot of your browser when the issue happens?
Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109
Tel : +972 (9) 7692306 8272306 Email: ydary@redhat.com IRC : ydary
On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier <martin.follonier@iquall.net> wrote:
Hi,
I've done all the recommendations in this thread, and I'm still getting the "Paused by System" message just after the transfer starts.ssfully stopped image transfer session for ticket 'b746787a-dfe8-46c3-b9ec-2b1aebb69c77'
Honestly I don't know were else to look at, cause I don't find any log entry or packet capture that give me a hint about what is happening.
I'll appreciate any help! Thank you in advance!
Regards
Martin
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can do both, Through the database, the table is "vdc_options". change "option_value" where "option_name" = 'ImageProxyAddress' .
On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <gianluca.cec...@gmail.com
wrote: On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <aavi...@redhat.com> wrote:
You can just replace this value in the DB and change it to the right FQDN, it is a config value named "ImageProxyAddress". replace "localhost" with the right address (notice that the port is there too).
If this will keep happen after users will have the latest version, we will have to open a bug and fix whatever causes the URL to be "localhost".
Do you mean through "engine-config" or directly into database? In this second case which is the table involved?
Gianlucassfully stopped image transfer session for ticket 'b746787a-dfe8-46c3-b9ec-2b1aebb69c77'
[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version -----------+-------------------+-----------------+--------- 950 | ImageProxyAddress | localhost:54323 | general (1 row)
engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress'; UPDATE 1 engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version
-----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
engine=#
engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version
-----------+-------------------+--------------------------------------+--------- 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general (1 row)
systemctl stop ovirt-engine (otherwise it remained localhost)
systemctl start ovirt-engine
systemctl start ovirt-imageio-proxy
Now transfer is ok. I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data. I'm going to connect it to a VM and see if all is ok also from a contents point of view.
Gianluca
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
<engine.log>
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (5)
-
Alexander Witte
-
Martín Follonier
-
nicola.gentile.to
-
Ondra Machacek
-
Yaniv Dary