<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram <span dir="ltr"><<a href="mailto:aaviram@redhat.com" target="_blank">aaviram@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-size:small">You can do both, </div><div style="font-size:small">Through the database, the table is "vdc_options". change "option_value" where "option_name" = 'ImageProxyAddress' .</div></div><div class="gmail-HOEnZb"><div class="gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 1, 2016 at 4:56 PM, Gianluca Cecchi <span dir="ltr"><<a href="mailto:gianluca.cecchi@gmail.com" target="_blank">gianluca.cecchi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram <span dir="ltr"><<a href="mailto:aaviram@redhat.com" target="_blank">aaviram@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-size:small">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).</div><div style="font-size:small"><br></div><div style="font-size:small">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".</div></div><div><div><div class="gmail_extra"><br></div></div></div></blockquote><div><br></div></span><div>Do you mean through "engine-config" or directly into database?</div><div>In this second case which is the table involved?</div><span><font color="#888888"><div><br></div><div>Gianluca </div></font></span></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">[root@ractorshe bin]# systemctl stop ovirt-imageio-proxy</div><div><br></div></div><div class="gmail_extra"><div class="gmail_extra">engine=# select * from vdc_options where option_name='ImageProxyAddress';</div><div class="gmail_extra"> option_id | option_name | option_value | version </div><div class="gmail_extra">-----------+-------------------+-----------------+---------</div><div class="gmail_extra"> 950 | ImageProxyAddress | localhost:54323 | general</div><div class="gmail_extra">(1 row)</div><div class="gmail_extra"><br></div><div class="gmail_extra">engine=# update vdc_options set option_value='ractorshe.mydomain:54323' where option_name='ImageProxyAddress';</div><div class="gmail_extra">UPDATE 1</div><div class="gmail_extra">engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version </div><div class="gmail_extra">-----------+-------------------+--------------------------------------+---------</div><div class="gmail_extra"> 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general</div><div class="gmail_extra">(1 row)</div><div class="gmail_extra"><br></div><div class="gmail_extra">engine=# </div><div><br></div><div><div>engine=# select * from vdc_options where option_name='ImageProxyAddress'; option_id | option_name | option_value | version </div><div>-----------+-------------------+--------------------------------------+---------</div><div> 950 | ImageProxyAddress | ractorshe.mydomain:54323 | general</div><div>(1 row)</div><div><br></div></div><div><br></div><div>systemctl stop ovirt-engine </div><div>(otherwise it remained localhost)</div><div><br></div><div>systemctl start ovirt-engine</div><div><br></div><div>systemctl start ovirt-imageio-proxy</div><div><br></div><div>Now transfer is ok.</div><div>I tried a qcow2 disck configured as 40Gb but containing about 1.6Gb of data.</div><div>I'm going to connect it to a VM and see if all is ok also from a contents point of view.</div><div><br></div><div>Gianluca</div></div></div>