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

2017-10-04 Thread nicola.gentile.to

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
 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 
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:///ovirt-engine/services/pki-resource?resource=ca-certificate=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: yd...@redhat.com
IRC : ydary


On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier
 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  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
 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


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

2017-10-04 Thread Ondra Machacek
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
 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 
> 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:///ovirt-engine/services/pki-resource?resource=ca-certificate=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: yd...@redhat.com
> IRC : ydary
>
>
> On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier
>  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  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
>> > > > > wrote:
>> >
>> >> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram  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 

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

2017-10-04 Thread nicola.gentile.to

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 
> 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:///ovirt-engine/services/pki-resource?resource=ca-certificate=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: yd...@redhat.com 
 IRC : ydary


On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier 
> 
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 > 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 
> > wrote:
>
>> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram > 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 

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

2017-10-04 Thread Alexander Witte
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 
> 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:///ovirt-engine/services/pki-resource?resource=ca-certificate=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: yd...@redhat.com
IRC : ydary

On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier 
> 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 
> 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 
> 
> > wrote:
>
>> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram 
>> > 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



___
Users mailing list

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

2017-10-04 Thread nicola.gentile.to

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:///ovirt-engine/services/pki-resource?resource=ca-certificate=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: yd...@redhat.com  IRC 
: ydary


On Fri, Sep 2, 2016 at 11:10 PM, Martín Follonier 
> 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 > 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 
> > wrote:
>
>> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram > 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


2017-10-04 10:42:19,526+02 

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

2016-09-02 Thread Martín Follonier
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  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  > wrote:
>
>> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram  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


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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 5:01 PM, Amit Aviram  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  > wrote:
>
>> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram  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


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

2016-09-01 Thread Amit Aviram
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 
wrote:

> On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram  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
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 3:53 PM, Amit Aviram  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
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-09-01 Thread Amit Aviram
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".

On Thu, Sep 1, 2016 at 4:30 PM, Gianluca Cecchi 
wrote:

>
>
> On Thu, Sep 1, 2016 at 3:18 PM, Gianluca Cecchi  > wrote:
>
>> On Thu, Sep 1, 2016 at 3:12 PM, Gianluca Cecchi <
>> gianluca.cec...@gmail.com> wrote:
>>
>>> On Thu, Sep 1, 2016 at 2:53 PM, Amit Aviram  wrote:
>>>
 Can you please run engine-setup again and check if the URL of the POST
 request is still localhost? bug https://bugzilla.redhat.com/sh
 ow_bug.cgi?id=1365744 was about running the setup twice in order to
 install this feature to work.



>>> I seem to remember that I already did it, but I can do again.
>>> Currently I'm on 4.0.2.
>>> Is there any way to run engine-setup but without updating it to 4.0.3?
>>> ANy command line switch?
>>>
>>>
>> Found.. I forgot it "--offline"
>> I'm going to do and verify, even if another post seems to confirm if
>> doesn't change behavior...
>>
>>
>
> Closed firefox from client and run engine-setup again:
>
> Full output
> [root@ractorshe tmp]# engine-setup --offline
> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>   Configuration files: ['/etc/ovirt-engine-setup.
> conf.d/10-packaging-jboss.conf', 
> '/etc/ovirt-engine-setup.conf.d/10-packaging.conf',
> '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
>   Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-
> 20160901151651-n77p09.log
>   Version: otopi-1.5.1 (otopi-1.5.1-1.el7.centos)
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup
> [ INFO  ] Stage: Environment customization
>
>   --== PRODUCT OPTIONS ==--
>
>
>   --== PACKAGES ==--
>
>
>   --== NETWORK CONFIGURATION ==--
>
> [WARNING] Failed to resolve ractorshe.mydomain using DNS, it can be
> resolved only locally
>   Setup can automatically configure the firewall on this system.
>   Note: automatic configuration of the firewall may overwrite
> current settings.
>   Do you want Setup to configure the firewall? (Yes, No) [Yes]:
> [ INFO  ] firewalld will be configured as firewall manager.
>
>   --== DATABASE CONFIGURATION ==--
>
>   The detected DWH database size is 177 MB.
>   Setup can backup the existing database. The time and space
> required for the database backup depend on its size. This process takes
> time, and in some cases (for instance, when the size is few GBs) may take
> several hours to complete.
>   If you choose to not back up the database, and Setup later fails
> for some reason, it will not be able to restore the database and all DWH
> data will be lost.
>   Would you like to backup the existing database before upgrading
> it? (Yes, No) [Yes]:
>
>   --== OVIRT ENGINE CONFIGURATION ==--
>
>
>   --== STORAGE CONFIGURATION ==--
>
>
>   --== PKI CONFIGURATION ==--
>
>
>   --== APACHE CONFIGURATION ==--
>
>
>   --== SYSTEM CONFIGURATION ==--
>
>
>   --== MISC CONFIGURATION ==--
>
>
>   --== END OF CONFIGURATION ==--
>
> [ INFO  ] Stage: Setup validation
>   During execution engine service will be stopped (OK, Cancel)
> [OK]:
> [ INFO  ] Hosted Engine HA is in Global Maintenance mode.
> [ INFO  ] Cleaning stale zombie tasks and commands
>
>   --== CONFIGURATION PREVIEW ==--
>
>   Default SAN wipe after delete   : False
>   Firewall manager: firewalld
>   Update Firewall : True
>   Host FQDN   : ractorshe.mydomain
>   Engine database secured connection  : False
>   Engine database host: localhost
>   Engine database user name   : engine
>   Engine database name: engine
>   Engine database port: 5432
>   Engine database host name validation: False
>   DWH database secured connection : False
>   DWH database host   : localhost
>   DWH database user name  : ovirt_engine_history
>   DWH database name   : ovirt_engine_history
>   DWH database port   : 5432
>   DWH database host name validation   : False
>   Engine installation : True
>   PKI organization: mydomain
>   DWH installation: True
>

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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 3:18 PM, Gianluca Cecchi 
wrote:

> On Thu, Sep 1, 2016 at 3:12 PM, Gianluca Cecchi  > wrote:
>
>> On Thu, Sep 1, 2016 at 2:53 PM, Amit Aviram  wrote:
>>
>>> Can you please run engine-setup again and check if the URL of the POST
>>> request is still localhost? bug https://bugzilla.redhat.com/sh
>>> ow_bug.cgi?id=1365744 was about running the setup twice in order to
>>> install this feature to work.
>>>
>>>
>>>
>> I seem to remember that I already did it, but I can do again.
>> Currently I'm on 4.0.2.
>> Is there any way to run engine-setup but without updating it to 4.0.3?
>> ANy command line switch?
>>
>>
> Found.. I forgot it "--offline"
> I'm going to do and verify, even if another post seems to confirm if
> doesn't change behavior...
>
>

Closed firefox from client and run engine-setup again:

Full output
[root@ractorshe tmp]# engine-setup --offline
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files:
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf',
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf',
'/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
  Log file:
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160901151651-n77p09.log
  Version: otopi-1.5.1 (otopi-1.5.1-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization

  --== PRODUCT OPTIONS ==--


  --== PACKAGES ==--


  --== NETWORK CONFIGURATION ==--

[WARNING] Failed to resolve ractorshe.mydomain using DNS, it can be
resolved only locally
  Setup can automatically configure the firewall on this system.
  Note: automatic configuration of the firewall may overwrite
current settings.
  Do you want Setup to configure the firewall? (Yes, No) [Yes]:
[ INFO  ] firewalld will be configured as firewall manager.

  --== DATABASE CONFIGURATION ==--

  The detected DWH database size is 177 MB.
  Setup can backup the existing database. The time and space
required for the database backup depend on its size. This process takes
time, and in some cases (for instance, when the size is few GBs) may take
several hours to complete.
  If you choose to not back up the database, and Setup later fails
for some reason, it will not be able to restore the database and all DWH
data will be lost.
  Would you like to backup the existing database before upgrading
it? (Yes, No) [Yes]:

  --== OVIRT ENGINE CONFIGURATION ==--


  --== STORAGE CONFIGURATION ==--


  --== PKI CONFIGURATION ==--


  --== APACHE CONFIGURATION ==--


  --== SYSTEM CONFIGURATION ==--


  --== MISC CONFIGURATION ==--


  --== END OF CONFIGURATION ==--

[ INFO  ] Stage: Setup validation
  During execution engine service will be stopped (OK, Cancel)
[OK]:
[ INFO  ] Hosted Engine HA is in Global Maintenance mode.
[ INFO  ] Cleaning stale zombie tasks and commands

  --== CONFIGURATION PREVIEW ==--

  Default SAN wipe after delete   : False
  Firewall manager: firewalld
  Update Firewall : True
  Host FQDN   : ractorshe.mydomain
  Engine database secured connection  : False
  Engine database host: localhost
  Engine database user name   : engine
  Engine database name: engine
  Engine database port: 5432
  Engine database host name validation: False
  DWH database secured connection : False
  DWH database host   : localhost
  DWH database user name  : ovirt_engine_history
  DWH database name   : ovirt_engine_history
  DWH database port   : 5432
  DWH database host name validation   : False
  Engine installation : True
  PKI organization: mydomain
  DWH installation: True
  Backup DWH database : True
  Engine Host FQDN: ractorshe.mydomain
  Configure Image I/O Proxy   : True
  Configure VMConsole Proxy   : True
  Configure WebSocket Proxy   : True

  Please confirm installation settings (OK, Cancel) [OK]:
[ INFO  ] Cleaning async tasks and compensations
[ INFO  ] Unlocking existing entities
[ INFO  ] Checking the Engine database consistency
[ INFO  ] Stage: Transaction setup
[ INFO  ] Stopping engine service
[ INFO  ] Stopping ovirt-fence-kdump-listener service
[ INFO  ] 

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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 3:12 PM, Gianluca Cecchi 
wrote:

> On Thu, Sep 1, 2016 at 2:53 PM, Amit Aviram  wrote:
>
>> Can you please run engine-setup again and check if the URL of the POST
>> request is still localhost? bug https://bugzilla.redhat.com/sh
>> ow_bug.cgi?id=1365744 was about running the setup twice in order to
>> install this feature to work.
>>
>>
>>
> I seem to remember that I already did it, but I can do again.
> Currently I'm on 4.0.2.
> Is there any way to run engine-setup but without updating it to 4.0.3? ANy
> command line switch?
>
>
Found.. I forgot it "--offline"
I'm going to do and verify, even if another post seems to confirm if
doesn't change behavior...
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 2:53 PM, Amit Aviram  wrote:

> Can you please run engine-setup again and check if the URL of the POST
> request is still localhost? bug https://bugzilla.redhat.com/
> show_bug.cgi?id=1365744 was about running the setup twice in order to
> install this feature to work.
>
>
>
I seem to remember that I already did it, but I can do again.
Currently I'm on 4.0.2.
Is there any way to run engine-setup but without updating it to 4.0.3? ANy
command line switch?

[root@ractorshe tmp]# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files:
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf',
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf',
'/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
  Log file:
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160901150612-t7mj3s.log
  Version: otopi-1.5.1 (otopi-1.5.1-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization

  --== PRODUCT OPTIONS ==--


  --== PACKAGES ==--

[ INFO  ] Checking for product updates...
  Setup has found updates for some packages:
  PACKAGE: [updated] otopi-1.5.1-1.el7.centos.noarch
  PACKAGE: [update] otopi-1.5.2-1.el7.centos.noarch
  PACKAGE: [updated] otopi-java-1.5.1-1.el7.centos.noarch
  PACKAGE: [update] otopi-java-1.5.2-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-backend-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-backend-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-dashboard-1.0.2-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-dashboard-1.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-dbscripts-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-dbscripts-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-extensions-api-impl-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-extensions-api-impl-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-lib-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-lib-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-restapi-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-restapi-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-setup-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-setup-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-setup-base-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-setup-base-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-setup-plugin-ovirt-engine-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-setup-plugin-ovirt-engine-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-setup-plugin-ovirt-engine-common-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-setup-plugin-ovirt-engine-common-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-setup-plugin-websocket-proxy-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-setup-plugin-websocket-proxy-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated] ovirt-engine-tools-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update] ovirt-engine-tools-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-tools-backup-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-tools-backup-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-userportal-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-userportal-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-vmconsole-proxy-helper-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-vmconsole-proxy-helper-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-webadmin-portal-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-webadmin-portal-4.0.3-1.el7.centos.noarch
  PACKAGE: [updated]
ovirt-engine-websocket-proxy-4.0.2.7-1.el7.centos.noarch
  PACKAGE: [update]
ovirt-engine-websocket-proxy-4.0.3-1.el7.centos.noarch
  do you wish to update them now? (Yes, No) [Yes]: No
[ ERROR ] Failed to execute stage 'Environment customization': Aborted,
packages must be updated
[ INFO  ] Stage: Clean up
  Log file is located at
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160901150612-t7mj3s.log
[ INFO 

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

2016-09-01 Thread Стаценко Константин Юрьевич
Run engine-setup again.
In browser logs URL is still localhost and same thing happens – “Paused by 
system”.

From: Amit Aviram [mailto:aavi...@redhat.com]
Sent: Thursday, September 1, 2016 3:54 PM
To: Gianluca Cecchi <gianluca.cec...@gmail.com>
Cc: Стаценко Константин Юрьевич <statsenko...@interrao.ru>; users 
<users@ovirt.org>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Can you please run engine-setup again and check if the URL of the POST request 
is still localhost? bug https://bugzilla.redhat.com/show_bug.cgi?id=1365744 was 
about running the setup twice in order to install this feature to work.

On Thu, Sep 1, 2016 at 3:38 PM, Gianluca Cecchi 
<gianluca.cec...@gmail.com<mailto:gianluca.cec...@gmail.com>> wrote:
On Thu, Sep 1, 2016 at 10:49 AM, Gianluca Cecchi 
<gianluca.cec...@gmail.com<mailto:gianluca.cec...@gmail.com>> wrote:
On Thu, Sep 1, 2016 at 10:41 AM, Amit Aviram 
<aavi...@redhat.com<mailto:aavi...@redhat.com>> wrote:
When installing the engine, what FQDN did you set? because I see in the logs 
that the browser is trying to send the disk to localhost. this is taken from 
the FQDN set during setup.

On Thu, Sep 1, 2016 at 9:49 AM, Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>> wrote:
No, engine is running on another host.

From: Amit Aviram [mailto:aavi...@redhat.com<mailto:aavi...@redhat.com>]
Sent: Wednesday, August 31, 2016 6:53 PM

To: Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>>
Cc: lifuqiong <lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>>; 
users <users@ovirt.org<mailto:users@ovirt.org>>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Does your engine runs where your browser is? (do you connect to localhost in 
order to connect to the engine?)



How to create browser.log?
So that I can send also mine, bacuase I also still have the problem (4.0.2 with 
workaround fixes) and also in my case engine is on another host and an FQDN was 
set...
Thanks,
Gianluca


found...

Also in my case I get the "localhost" thing:



Thu Sep 01 14:33:08 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:08 GMT+200 2016
INFO: Upload phase: Initializingwebadmin:1:12954
Thu Sep 01 14:33:12 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:15 GMT+200 2016
INFO: Upload phase: Initializingwebadmin:1:12954
Thu Sep 01 14:33:19 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:20 GMT+200 2016
INFO: Upload phase: Transferringwebadmin:1:12954
"Thu Sep 01 14:33:20 GMT+200 2016
INFO: Starting upload to https://localhost:54323/images
With imaged ticket: 87c0a98e-96c4-4244-bc55-605539b005f4
With proxy ticket: 
eyJzYWx0IjoiOU1oaHUzdmlRTzA9IiwiZGF0YSI6IntcbiAgXCJuYmZcIiA6IDE0NzI3MzMxOTQsXG4gIFwiZXhwXCIgOiAxNDcyNzM2Nzk0LFxuICBcImlhdFwiIDogMTQ3MjczMzE5NCxcbiAgXCJ0cmFuc2Zlci10aWNrZXRcIiA6IFwiODdjMGE5OGUtOTZjNC00MjQ0LWJjNTUtNjA1NTM5YjAwNWY0XCIsXG4gIFwiaW1hZ2VkLXVyaVwiIDogXCJodHRwczovL3JhY3Rvci5kYXRhY2VudGVyLnBvbGltaS5pdDo1NDMyMlwiXG59Iiwic2lnbmF0dXJlIjoiVXhueWJaVG81Rmd6SFArTXdNcDZUalY2Wkx6RTdMaWtJNGpsM0QzblhWTzJMRUVZKzhFK2Q3bVQyK3BBR1NrQlJhUGxVbm1HZElURVBpcU5obUpRbFhSTFZBb3RXaFlEUnI5N0dHcmc3OUN0NW5NSTNwNUtPSGp6QzB3L1N5dlQ0RGxWeXZZMFBzZDgvakhnb3VJellLWDZzZzd0NzgwK0h4b1NRNCtZb3h2ZElZUTZBUFF6c0lEdlVFbkplb0lRMGQvd01LWVpMS0E2dmRRb2J3RzVIN3lwVTcvUFpyRUhKT1p4em1BT3F4STU1bm5JZ21ublpjQ3RWRzB1dUYyRVRLNFhpbGhEOFZQSDBGRGJCZkRwdjdEQllhblhENUhDbUMxcEx2UnBtL3hkNWcwbkFEbHpSMUJMVFYySVNQdUJVMmxKOXNHNlVZSloxRDQ2SmxwS0hRPT0iLCJkaWdlc3QiOiJzaGExIiwiY2VydGlmaWNhdGUiOiItLS0tLUJFR0lOIENFUlRJRklDQVRFLS0tLS1cbk1JSUVyVENDQTVXZ0F3SUJBZ0lDRUFFd0RRWUpLb1pJaHZjTkFRRUZCUUF3V3pFTE1Ba0dBMVVFQmhNQ1ZWTXhIVEFiQmdOVkJBb1RcclxuRkdSaGRHRmpaVzUwWlhJdWNHOXNhVzFwTG1sME1TMHdLd1lEVlFRREV5UnlZV04wYjNKemFHVXVaR0YwWVdObGJuUmxjaTV3YjJ4cFxyXG5iV2t1YVhRdU1UTTVPVGt3SGhjTk1UVXhNVEU0TVRRek16VTFXaGNOTWpBeE1ESXpNVFF6TXpVMVdqQlZNUXN3Q1FZRFZRUUdFd0pWXHJcblV6RWRNQnNHQTFVRUNoTVVaR0YwWVdObGJuUmxjaTV3YjJ4cGJXa3VhWFF4SnpBbEJnTlZCQU1USG5KaFkzUnZjbk5vWlM1a1lYUmhcclxuWTJWdWRHVnlMbkJ2YkdsdGFTNXBkRENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFOd0E5cmc4cGNCR1xyXG5zeGpMZSs3UzhFeU9aRnloN1FOQjBDNnpqNGdKeUd6N1FyVVNMcFEwTUNlSjdrWlBuRTBuM1hGazg1NDM0anJpMkh3UlBBcUkwcFM2XHJcbkg5VGR1MGNubDZRNDkrbllTSTdaVjFyR25SYXlTZU55ZWNQRTh1blhSVlVPWWhHVkltSXIxVmxKTzc0V2tsL1F1aHYwTzZKZzQ4RElcclxuL3pPSGllU2tXVGpJVWtKSE1waTRNU3QyU29YZ0xnMXVpcUptZkxsM0tONGVYeXcrcVRPaytKRjJrTER3UU1waTZJUXp5REx2eVJjTFxyXG5lbDBQaE1MTDlMTWVPMVlJTFZCTFRxTXorb2tWWjJJZ1dSaXRGNkMwWjBjd0pCeGcxb1RENXVtZnloWi9kVEY1V2x3Q2VOQWRtUUFyXHJcbnpPUjZoV0lMMURBTmNEamMvUGFJT2d3cEE1TUNBd0VBQWFPQ0FYOHdnZ0Y3TUIwR0ExVWREZ

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

2016-09-01 Thread Amit Aviram
Can you please run engine-setup again and check if the URL of the POST
request is still localhost? bug
https://bugzilla.redhat.com/show_bug.cgi?id=1365744 was about running the
setup twice in order to install this feature to work.

On Thu, Sep 1, 2016 at 3:38 PM, Gianluca Cecchi <gianluca.cec...@gmail.com>
wrote:

> On Thu, Sep 1, 2016 at 10:49 AM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>> On Thu, Sep 1, 2016 at 10:41 AM, Amit Aviram <aavi...@redhat.com> wrote:
>>
>>> When installing the engine, what FQDN did you set? because I see in the
>>> logs that the browser is trying to send the disk to localhost. this is
>>> taken from the FQDN set during setup.
>>>
>>> On Thu, Sep 1, 2016 at 9:49 AM, Стаценко Константин Юрьевич <
>>> statsenko...@interrao.ru> wrote:
>>>
>>>> No, engine is running on another host.
>>>>
>>>>
>>>>
>>>> *From:* Amit Aviram [mailto:aavi...@redhat.com]
>>>> *Sent:* Wednesday, August 31, 2016 6:53 PM
>>>>
>>>> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
>>>> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
>>>> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>>>>
>>>>
>>>>
>>>> Does your engine runs where your browser is? (do you connect to
>>>> localhost in order to connect to the engine?)
>>>>
>>>>
>>>>
>>>>
>>>>
>> How to create browser.log?
>> So that I can send also mine, bacuase I also still have the problem
>> (4.0.2 with workaround fixes) and also in my case engine is on another host
>> and an FQDN was set...
>> Thanks,
>> Gianluca
>>
>
>
> found...
>
> Also in my case I get the "localhost" thing:
>
>
>
> Thu Sep 01 14:33:08 GMT+200 2016
> INFO: Polling for statuswebadmin:1:12954
> Thu Sep 01 14:33:08 GMT+200 2016
> INFO: Upload phase: Initializingwebadmin:1:12954
> Thu Sep 01 14:33:12 GMT+200 2016
> INFO: Polling for statuswebadmin:1:12954
> Thu Sep 01 14:33:15 GMT+200 2016
> INFO: Upload phase: Initializingwebadmin:1:12954
> Thu Sep 01 14:33:19 GMT+200 2016
> INFO: Polling for statuswebadmin:1:12954
> Thu Sep 01 14:33:20 GMT+200 2016
> INFO: Upload phase: Transferringwebadmin:1:12954
> "Thu Sep 01 14:33:20 GMT+200 2016
> INFO: Starting upload to https://localhost:54323/images
> With imaged ticket: 87c0a98e-96c4-4244-bc55-605539b005f4
> With proxy ticket: eyJzYWx0IjoiOU1oaHUzdmlRTzA9Ii
> wiZGF0YSI6IntcbiAgXCJuYmZcIiA6IDE0NzI3MzMxOTQsXG4gIFwiZXhwXC
> IgOiAxNDcyNzM2Nzk0LFxuICBcImlhdFwiIDogMTQ3MjczMzE5NCxcbiAgXC
> J0cmFuc2Zlci10aWNrZXRcIiA6IFwiODdjMGE5OGUtOTZjNC00MjQ0LWJjNT
> UtNjA1NTM5YjAwNWY0XCIsXG4gIFwiaW1hZ2VkLXVyaVwiIDogXCJodHRwcz
> ovL3JhY3Rvci5kYXRhY2VudGVyLnBvbGltaS5pdDo1NDMyMlwiXG59Iiwic2
> lnbmF0dXJlIjoiVXhueWJaVG81Rmd6SFArTXdNcDZUalY2Wkx6RTdMaWtJNG
> psM0QzblhWTzJMRUVZKzhFK2Q3bVQyK3BBR1NrQlJhUGxVbm1HZElURVBpcU
> 5obUpRbFhSTFZBb3RXaFlEUnI5N0dHcmc3OUN0NW5NSTNwNUtPSGp6QzB3L1
> N5dlQ0RGxWeXZZMFBzZDgvakhnb3VJellLWDZzZzd0NzgwK0h4b1NRNCtZb3
> h2ZElZUTZBUFF6c0lEdlVFbkplb0lRMGQvd01LWVpMS0E2dmRRb2J3RzVIN3
> lwVTcvUFpyRUhKT1p4em1BT3F4STU1bm5JZ21ublpjQ3RWRzB1dUYyRVRLNF
> hpbGhEOFZQSDBGRGJCZkRwdjdEQllhblhENUhDbUMxcEx2UnBtL3hkNWcwbk
> FEbHpSMUJMVFYySVNQdUJVMmxKOXNHNlVZSloxRDQ2SmxwS0hRPT0iLCJkaW
> dlc3QiOiJzaGExIiwiY2VydGlmaWNhdGUiOiItLS0tLUJFR0lOIENFUlRJRk
> lDQVRFLS0tLS1cbk1JSUVyVENDQTVXZ0F3SUJBZ0lDRUFFd0RRWUpLb1pJaH
> ZjTkFRRUZCUUF3V3pFTE1Ba0dBMVVFQmhNQ1ZWTXhIVEFiQmdOVkJBb1Rccl
> xuRkdSaGRHRmpaVzUwWlhJdWNHOXNhVzFwTG1sME1TMHdLd1lEVlFRREV5Un
> lZV04wYjNKemFHVXVaR0YwWVdObGJuUmxjaTV3YjJ4cFxyXG5iV2t1YVhRdU
> 1UTTVPVGt3SGhjTk1UVXhNVEU0TVRRek16VTFXaGNOTWpBeE1ESXpNVFF6TX
> pVMVdqQlZNUXN3Q1FZRFZRUUdFd0pWXHJcblV6RWRNQnNHQTFVRUNoTVVaR0
> YwWVdObGJuUmxjaTV3YjJ4cGJXa3VhWFF4SnpBbEJnTlZCQU1USG5KaFkzUn
> Zjbk5vWlM1a1lYUmhcclxuWTJWdWRHVnlMbkJ2YkdsdGFTNXBkRENDQVNJd0
> RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFOd0E5cmc4cG
> NCR1xyXG5zeGpMZSs3UzhFeU9aRnloN1FOQjBDNnpqNGdKeUd6N1FyVVNMcF
> EwTUNlSjdrWlBuRTBuM1hGazg1NDM0anJpMkh3UlBBcUkwcFM2XHJcbkg5VG
> R1MGNubDZRNDkrbllTSTdaVjFyR25SYXlTZU55ZWNQRTh1blhSVlVPWWhHVk
> ltSXIxVmxKTzc0V2tsL1F1aHYwTzZKZzQ4RElcclxuL3pPSGllU2tXVGpJVW
> tKSE1waTRNU3QyU29YZ0xnMXVpcUptZkxsM0tONGVYeXcrcVRPaytKRjJrTE
> R3UU1waTZJUXp5REx2eVJjTFxyXG5lbDBQaE1MTDlMTWVPMVlJTFZCTFRxTX
> orb2tWWjJJZ1dSaXRGNkMwWjBjd0pCeGcxb1RENXVtZnloWi9kVEY1V2x3Q2
> VOQWRtUUFyXHJcbnpPUjZoV0lMMURBTmNEamMvUGFJT2d3cEE1TUNBd0VBQW
> FPQ0FYOHdnZ0Y3TUIwR0ExVWREZ1FXQkJTMUo5cm43Wjcramt6ZGl3MHpccl
> xuUnl4S0pRdFFoVENCbFFZSUt3WUJCUVV

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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 10:49 AM, Gianluca Cecchi <gianluca.cec...@gmail.com>
wrote:

> On Thu, Sep 1, 2016 at 10:41 AM, Amit Aviram <aavi...@redhat.com> wrote:
>
>> When installing the engine, what FQDN did you set? because I see in the
>> logs that the browser is trying to send the disk to localhost. this is
>> taken from the FQDN set during setup.
>>
>> On Thu, Sep 1, 2016 at 9:49 AM, Стаценко Константин Юрьевич <
>> statsenko...@interrao.ru> wrote:
>>
>>> No, engine is running on another host.
>>>
>>>
>>>
>>> *From:* Amit Aviram [mailto:aavi...@redhat.com]
>>> *Sent:* Wednesday, August 31, 2016 6:53 PM
>>>
>>> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
>>> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
>>> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>>>
>>>
>>>
>>> Does your engine runs where your browser is? (do you connect to
>>> localhost in order to connect to the engine?)
>>>
>>>
>>>
>>>
>>>
> How to create browser.log?
> So that I can send also mine, bacuase I also still have the problem (4.0.2
> with workaround fixes) and also in my case engine is on another host and an
> FQDN was set...
> Thanks,
> Gianluca
>


found...

Also in my case I get the "localhost" thing:



Thu Sep 01 14:33:08 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:08 GMT+200 2016
INFO: Upload phase: Initializingwebadmin:1:12954
Thu Sep 01 14:33:12 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:15 GMT+200 2016
INFO: Upload phase: Initializingwebadmin:1:12954
Thu Sep 01 14:33:19 GMT+200 2016
INFO: Polling for statuswebadmin:1:12954
Thu Sep 01 14:33:20 GMT+200 2016
INFO: Upload phase: Transferringwebadmin:1:12954
"Thu Sep 01 14:33:20 GMT+200 2016
INFO: Starting upload to https://localhost:54323/images
With imaged ticket: 87c0a98e-96c4-4244-bc55-605539b005f4
With proxy ticket:
eyJzYWx0IjoiOU1oaHUzdmlRTzA9IiwiZGF0YSI6IntcbiAgXCJuYmZcIiA6IDE0NzI3MzMxOTQsXG4gIFwiZXhwXCIgOiAxNDcyNzM2Nzk0LFxuICBcImlhdFwiIDogMTQ3MjczMzE5NCxcbiAgXCJ0cmFuc2Zlci10aWNrZXRcIiA6IFwiODdjMGE5OGUtOTZjNC00MjQ0LWJjNTUtNjA1NTM5YjAwNWY0XCIsXG4gIFwiaW1hZ2VkLXVyaVwiIDogXCJodHRwczovL3JhY3Rvci5kYXRhY2VudGVyLnBvbGltaS5pdDo1NDMyMlwiXG59Iiwic2lnbmF0dXJlIjoiVXhueWJaVG81Rmd6SFArTXdNcDZUalY2Wkx6RTdMaWtJNGpsM0QzblhWTzJMRUVZKzhFK2Q3bVQyK3BBR1NrQlJhUGxVbm1HZElURVBpcU5obUpRbFhSTFZBb3RXaFlEUnI5N0dHcmc3OUN0NW5NSTNwNUtPSGp6QzB3L1N5dlQ0RGxWeXZZMFBzZDgvakhnb3VJellLWDZzZzd0NzgwK0h4b1NRNCtZb3h2ZElZUTZBUFF6c0lEdlVFbkplb0lRMGQvd01LWVpMS0E2dmRRb2J3RzVIN3lwVTcvUFpyRUhKT1p4em1BT3F4STU1bm5JZ21ublpjQ3RWRzB1dUYyRVRLNFhpbGhEOFZQSDBGRGJCZkRwdjdEQllhblhENUhDbUMxcEx2UnBtL3hkNWcwbkFEbHpSMUJMVFYySVNQdUJVMmxKOXNHNlVZSloxRDQ2SmxwS0hRPT0iLCJkaWdlc3QiOiJzaGExIiwiY2VydGlmaWNhdGUiOiItLS0tLUJFR0lOIENFUlRJRklDQVRFLS0tLS1cbk1JSUVyVENDQTVXZ0F3SUJBZ0lDRUFFd0RRWUpLb1pJaHZjTkFRRUZCUUF3V3pFTE1Ba0dBMVVFQmhNQ1ZWTXhIVEFiQmdOVkJBb1RcclxuRkdSaGRHRmpaVzUwWlhJdWNHOXNhVzFwTG1sME1TMHdLd1lEVlFRREV5UnlZV04wYjNKemFHVXVaR0YwWVdObGJuUmxjaTV3YjJ4cFxyXG5iV2t1YVhRdU1UTTVPVGt3SGhjTk1UVXhNVEU0TVRRek16VTFXaGNOTWpBeE1ESXpNVFF6TXpVMVdqQlZNUXN3Q1FZRFZRUUdFd0pWXHJcblV6RWRNQnNHQTFVRUNoTVVaR0YwWVdObGJuUmxjaTV3YjJ4cGJXa3VhWFF4SnpBbEJnTlZCQU1USG5KaFkzUnZjbk5vWlM1a1lYUmhcclxuWTJWdWRHVnlMbkJ2YkdsdGFTNXBkRENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFOd0E5cmc4cGNCR1xyXG5zeGpMZSs3UzhFeU9aRnloN1FOQjBDNnpqNGdKeUd6N1FyVVNMcFEwTUNlSjdrWlBuRTBuM1hGazg1NDM0anJpMkh3UlBBcUkwcFM2XHJcbkg5VGR1MGNubDZRNDkrbllTSTdaVjFyR25SYXlTZU55ZWNQRTh1blhSVlVPWWhHVkltSXIxVmxKTzc0V2tsL1F1aHYwTzZKZzQ4RElcclxuL3pPSGllU2tXVGpJVWtKSE1waTRNU3QyU29YZ0xnMXVpcUptZkxsM0tONGVYeXcrcVRPaytKRjJrTER3UU1waTZJUXp5REx2eVJjTFxyXG5lbDBQaE1MTDlMTWVPMVlJTFZCTFRxTXorb2tWWjJJZ1dSaXRGNkMwWjBjd0pCeGcxb1RENXVtZnloWi9kVEY1V2x3Q2VOQWRtUUFyXHJcbnpPUjZoV0lMMURBTmNEamMvUGFJT2d3cEE1TUNBd0VBQWFPQ0FYOHdnZ0Y3TUIwR0ExVWREZ1FXQkJTMUo5cm43Wjcramt6ZGl3MHpcclxuUnl4S0pRdFFoVENCbFFZSUt3WUJCUVVIQVFFRWdZZ3dnWVV3Z1lJR0NDc0dBUVVGQnpBQ2huWm9kSFJ3T2k4dmNtRmpkRzl5YzJobFxyXG5MbVJoZEdGalpXNTBaWEl1Y0c5c2FXMXBMbWwwT2pnd0wyOTJhWEowTFdWdVoybHVaUzl6WlhKMmFXTmxjeTl3YTJrdGNtVnpiM1Z5XHJcblkyVS9jbVZ6YjNWeVkyVTlZMkV0WTJWeWRHbG1hV05oZEdVbVptOXliV0YwUFZnMU1Ea3RVRVZOTFVOQk1JR0VCZ05WSFNNRWZUQjdcclxuZ0JTUkF0VkRmM0tqZnRXcE5qTFJ1MEwwMnRxZ3pLRmZwRjB3V3pFTE1Ba0dBMVVFQmhNQ1ZWTXhIVEFiQmdOVkJBb1RGR1JoZEdGalxyXG5aVzUwWlhJdWNHOXNhVzFwTG1sME1TMHdLd1lEVlFRREV5UnlZV04wYjNKemFHVXVaR0YwWVdObGJuUmxjaTV3YjJ4cGJXa3VhWFF1XHJcbk1UTTVPVG1DQWhBQU1Ba0dBMVVkRXdRQ01BQXdEZ1lEVlIwUEFRSC9CQVFEQWdXZ01DQUdBMVVkSlFFQi93UVdNQlFHQ0NzR0FRVUZcclxuQndNQkJnZ3JCZ0VGQlFjREFqQU5CZ2txaGtpRzl3MEJBUVVGQUFPQ0FRRUFrTWJyR01wU3JJalpaS1FsejN3bVgxM0paalJtbk5rV1xyXG5zVU1pVE1pL2tUeDdid0VUWlFWenc2WDZ1bUhXcXJBM1hyaC9raEZQcTNCcHAr

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

2016-09-01 Thread Gianluca Cecchi
On Thu, Sep 1, 2016 at 10:41 AM, Amit Aviram <aavi...@redhat.com> wrote:

> When installing the engine, what FQDN did you set? because I see in the
> logs that the browser is trying to send the disk to localhost. this is
> taken from the FQDN set during setup.
>
> On Thu, Sep 1, 2016 at 9:49 AM, Стаценко Константин Юрьевич <
> statsenko...@interrao.ru> wrote:
>
>> No, engine is running on another host.
>>
>>
>>
>> *From:* Amit Aviram [mailto:aavi...@redhat.com]
>> *Sent:* Wednesday, August 31, 2016 6:53 PM
>>
>> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
>> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
>> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>>
>>
>>
>> Does your engine runs where your browser is? (do you connect to localhost
>> in order to connect to the engine?)
>>
>>
>>
>>
>>
How to create browser.log?
So that I can send also mine, bacuase I also still have the problem (4.0.2
with workaround fixes) and also in my case engine is on another host and an
FQDN was set...
Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-09-01 Thread Amit Aviram
When installing the engine, what FQDN did you set? because I see in the
logs that the browser is trying to send the disk to localhost. this is
taken from the FQDN set during setup.

On Thu, Sep 1, 2016 at 9:49 AM, Стаценко Константин Юрьевич <
statsenko...@interrao.ru> wrote:

> No, engine is running on another host.
>
>
>
> *From:* Amit Aviram [mailto:aavi...@redhat.com]
> *Sent:* Wednesday, August 31, 2016 6:53 PM
>
> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Does your engine runs where your browser is? (do you connect to localhost
> in order to connect to the engine?)
>
>
>
> On Wed, Aug 31, 2016 at 6:15 PM, Стаценко Константин Юрьевич <
> statsenko...@interrao.ru> wrote:
>
> ovirt-imageio-proxy is running.
>
> Logs attached.
>
> Nothing interesting in ovirt-imageio-proxy logs. Just start events.
>
>
>
> *From:* Amit Aviram [mailto:aavi...@redhat.com]
> *Sent:* Wednesday, August 31, 2016 5:39 PM
> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
>
>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Make sure ovirt-imageio-proxy runs in your engine's host.
>
>
>
> Can you please attach ovirt-imageio-proxy logs from
> /vat/ovirt-imageio-proxy, engine logs and your browser's console logs as
> well?
>
>
>
> On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич <
> statsenko...@interrao.ru> wrote:
>
> Same problem here…
>
> oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
>
> Already tried to import oVirt CA cert to trusted CA’s with no luck.
>
> Any solutions ?
>
>
>
> *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
> Behalf Of *lifuqiong
> *Sent:* Wednesday, August 31, 2016 9:34 AM
> *To:* 'Amit Aviram' <aavi...@redhat.com>
> *Cc:* 'users' <users@ovirt.org>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> My ovirt engine version is already 4.0.0.6,  which version should I
> upgrade for?
>
>
>
> Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’
> option in Image Type of Dilog ‘Upload Image’
>
>
>
> *发件人**:* Amit Aviram [mailto:aavi...@redhat.com <aavi...@redhat.com>]
> *发送时间**:* 2016年8月31日 14:00
> *收件人**:* lifuqiong
> *抄送**:* Maor Lipchuk; users
> *主**题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> lifuqiong, you need to update your oVirt version in order for this to
> succeed. Please dnf/yum update ovirt-engine.
>
>
>
> On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi Maor,
>
>
>
> I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s
> status keep ‘Paused by System’. What’s the reason?
>
>
>
> Thank you
>
>
>
> *发件人**:* Maor Lipchuk [mailto:mlipc...@redhat.com]
> *发送时间**:* 2016年8月29日 21:00
> *收件人**:* lifuqiong
> *抄送**:* users
> *主**题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Hi lifuqiong,
>
>
>
> There are several ways to import disks into oVirt
>
>
>
> Does the disk contains any snapshots?
>
> if not, the disk file can be copied to the storage domain and you can
> register it using the Register button (see https://bugzilla.redhat.
> com/show_bug.cgi?id=1138139)
>
>
>
> You can also take a look at the image-uploader, see
> http://www.ovirt.org/develop/release-management/features/
> storage/image-upload/
>
>
>
> What is the use case that you want to do? What is the origin of the disk
> (Was it an oVirt disk?), as asked before, does the disk includes any
> snapshots.
>
>
>
> Regards,
>
> Maor
>
>
>
>
>
> On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
>
> ___
> 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


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

2016-09-01 Thread Стаценко Константин Юрьевич
No, engine is running on another host.

From: Amit Aviram [mailto:aavi...@redhat.com]
Sent: Wednesday, August 31, 2016 6:53 PM
To: Стаценко Константин Юрьевич <statsenko...@interrao.ru>
Cc: lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Does your engine runs where your browser is? (do you connect to localhost in 
order to connect to the engine?)

On Wed, Aug 31, 2016 at 6:15 PM, Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>> wrote:
ovirt-imageio-proxy is running.
Logs attached.
Nothing interesting in ovirt-imageio-proxy logs. Just start events.

From: Amit Aviram [mailto:aavi...@redhat.com<mailto:aavi...@redhat.com>]
Sent: Wednesday, August 31, 2016 5:39 PM
To: Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>>
Cc: lifuqiong <lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>>; 
users <users@ovirt.org<mailto:users@ovirt.org>>

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

Make sure ovirt-imageio-proxy runs in your engine's host.

Can you please attach ovirt-imageio-proxy logs from /vat/ovirt-imageio-proxy, 
engine logs and your browser's console logs as well?

On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>> wrote:
Same problem here…
oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
Already tried to import oVirt CA cert to trusted CA’s with no luck.
Any solutions ?

From: users-boun...@ovirt.org<mailto:users-boun...@ovirt.org> 
[mailto:users-boun...@ovirt.org<mailto:users-boun...@ovirt.org>] On Behalf Of 
lifuqiong
Sent: Wednesday, August 31, 2016 9:34 AM
To: 'Amit Aviram' <aavi...@redhat.com<mailto:aavi...@redhat.com>>
Cc: 'users' <users@ovirt.org<mailto:users@ovirt.org>>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

My ovirt engine version is already 4.0.0.6,  which version should I upgrade for?

Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’ option in 
Image Type of Dilog ‘Upload Image’

发件人: Amit Aviram [mailto:aavi...@redhat.com]
发送时间: 2016年8月31日 14:00
收件人: lifuqiong
抄送: Maor Lipchuk; users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

lifuqiong, you need to update your oVirt version in order for this to succeed. 
Please dnf/yum update ovirt-engine.

On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi Maor,

I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s status 
keep ‘Paused by System’. What’s the reason?

Thank you

发件人: Maor Lipchuk [mailto:mlipc...@redhat.com<mailto:mlipc...@redhat.com>]
发送时间: 2016年8月29日 21:00
收件人: lifuqiong
抄送: users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Hi lifuqiong,

There are several ways to import disks into oVirt

Does the disk contains any snapshots?
if not, the disk file can be copied to the storage domain and you can register 
it using the Register button (see 
https://bugzilla.redhat.com/show_bug.cgi?id=1138139)

You can also take a look at the image-uploader, see 
http://www.ovirt.org/develop/release-management/features/storage/image-upload/

What is the use case that you want to do? What is the origin of the disk (Was 
it an oVirt disk?), as asked before, does the disk includes any snapshots.

Regards,
Maor


On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi,
 How to import a qcow2 disk file into ovirt? I search the Internet for 
a long time , but find no solution work.

Thank you


___
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
http://lists.ovirt.org/mailman/listinfo/users


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

2016-08-31 Thread Amit Aviram
Does your engine runs where your browser is? (do you connect to localhost
in order to connect to the engine?)

On Wed, Aug 31, 2016 at 6:15 PM, Стаценко Константин Юрьевич <
statsenko...@interrao.ru> wrote:

> ovirt-imageio-proxy is running.
>
> Logs attached.
>
> Nothing interesting in ovirt-imageio-proxy logs. Just start events.
>
>
>
> *From:* Amit Aviram [mailto:aavi...@redhat.com]
> *Sent:* Wednesday, August 31, 2016 5:39 PM
> *To:* Стаценко Константин Юрьевич <statsenko...@interrao.ru>
> *Cc:* lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Make sure ovirt-imageio-proxy runs in your engine's host.
>
>
>
> Can you please attach ovirt-imageio-proxy logs from
> /vat/ovirt-imageio-proxy, engine logs and your browser's console logs as
> well?
>
>
>
> On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич <
> statsenko...@interrao.ru> wrote:
>
> Same problem here…
>
> oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
>
> Already tried to import oVirt CA cert to trusted CA’s with no luck.
>
> Any solutions ?
>
>
>
> *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
> Behalf Of *lifuqiong
> *Sent:* Wednesday, August 31, 2016 9:34 AM
> *To:* 'Amit Aviram' <aavi...@redhat.com>
> *Cc:* 'users' <users@ovirt.org>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> My ovirt engine version is already 4.0.0.6,  which version should I
> upgrade for?
>
>
>
> Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’
> option in Image Type of Dilog ‘Upload Image’
>
>
>
> *发件人**:* Amit Aviram [mailto:aavi...@redhat.com <aavi...@redhat.com>]
> *发送时间**:* 2016年8月31日 14:00
> *收件人**:* lifuqiong
> *抄送**:* Maor Lipchuk; users
> *主**题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> lifuqiong, you need to update your oVirt version in order for this to
> succeed. Please dnf/yum update ovirt-engine.
>
>
>
> On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi Maor,
>
>
>
> I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s
> status keep ‘Paused by System’. What’s the reason?
>
>
>
> Thank you
>
>
>
> *发件人**:* Maor Lipchuk [mailto:mlipc...@redhat.com]
> *发送时间**:* 2016年8月29日 21:00
> *收件人**:* lifuqiong
> *抄送**:* users
> *主**题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Hi lifuqiong,
>
>
>
> There are several ways to import disks into oVirt
>
>
>
> Does the disk contains any snapshots?
>
> if not, the disk file can be copied to the storage domain and you can
> register it using the Register button (see https://bugzilla.redhat.
> com/show_bug.cgi?id=1138139)
>
>
>
> You can also take a look at the image-uploader, see
> http://www.ovirt.org/develop/release-management/features/
> storage/image-upload/
>
>
>
> What is the use case that you want to do? What is the origin of the disk
> (Was it an oVirt disk?), as asked before, does the disk includes any
> snapshots.
>
>
>
> Regards,
>
> Maor
>
>
>
>
>
> On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
>
> ___
> 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


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

2016-08-31 Thread Nir Soffer
On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич <
statsenko...@interrao.ru> wrote:

> Same problem here…
>
> oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
>
> Already tried to import oVirt CA cert to trusted CA’s with no luck.
>

Upload cannot work without importing the CA cert.

Can you explain how did you try to import it? which browser?
did you try another browser?

Nir


> Any solutions ?
>
>
>
> *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
> Behalf Of *lifuqiong
> *Sent:* Wednesday, August 31, 2016 9:34 AM
> *To:* 'Amit Aviram' <aavi...@redhat.com>
> *Cc:* 'users' <users@ovirt.org>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> My ovirt engine version is already 4.0.0.6,  which version should I
> upgrade for?
>
>
>
> Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’
> option in Image Type of Dilog ‘Upload Image’
>
>
>
> *发件人**:* Amit Aviram [mailto:aavi...@redhat.com <aavi...@redhat.com>]
> *发送时间**:* 2016年8月31日 14:00
> *收件人**:* lifuqiong
> *抄送**:* Maor Lipchuk; users
> *主题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> lifuqiong, you need to update your oVirt version in order for this to
> succeed. Please dnf/yum update ovirt-engine.
>
>
>
> On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi Maor,
>
>
>
> I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s
> status keep ‘Paused by System’. What’s the reason?
>
>
>
> Thank you
>
>
>
> *发件人**:* Maor Lipchuk [mailto:mlipc...@redhat.com]
> *发送时间**:* 2016年8月29日 21:00
> *收件人**:* lifuqiong
> *抄送**:* users
> *主题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Hi lifuqiong,
>
>
>
> There are several ways to import disks into oVirt
>
>
>
> Does the disk contains any snapshots?
>
> if not, the disk file can be copied to the storage domain and you can
> register it using the Register button (see https://bugzilla.redhat.
> com/show_bug.cgi?id=1138139)
>
>
>
> You can also take a look at the image-uploader, see
> http://www.ovirt.org/develop/release-management/features/
> storage/image-upload/
>
>
>
> What is the use case that you want to do? What is the origin of the disk
> (Was it an oVirt disk?), as asked before, does the disk includes any
> snapshots.
>
>
>
> Regards,
>
> Maor
>
>
>
>
>
> On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
>
> ___
> 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
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-08-31 Thread Стаценко Константин Юрьевич
ovirt-imageio-proxy is running.
Logs attached.
Nothing interesting in ovirt-imageio-proxy logs. Just start events.

From: Amit Aviram [mailto:aavi...@redhat.com]
Sent: Wednesday, August 31, 2016 5:39 PM
To: Стаценко Константин Юрьевич <statsenko...@interrao.ru>
Cc: lifuqiong <lifuqi...@cncloudsec.com>; users <users@ovirt.org>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Make sure ovirt-imageio-proxy runs in your engine's host.

Can you please attach ovirt-imageio-proxy logs from /vat/ovirt-imageio-proxy, 
engine logs and your browser's console logs as well?

On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич 
<statsenko...@interrao.ru<mailto:statsenko...@interrao.ru>> wrote:
Same problem here…
oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
Already tried to import oVirt CA cert to trusted CA’s with no luck.
Any solutions ?

From: users-boun...@ovirt.org<mailto:users-boun...@ovirt.org> 
[mailto:users-boun...@ovirt.org<mailto:users-boun...@ovirt.org>] On Behalf Of 
lifuqiong
Sent: Wednesday, August 31, 2016 9:34 AM
To: 'Amit Aviram' <aavi...@redhat.com<mailto:aavi...@redhat.com>>
Cc: 'users' <users@ovirt.org<mailto:users@ovirt.org>>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

My ovirt engine version is already 4.0.0.6,  which version should I upgrade for?

Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’ option in 
Image Type of Dilog ‘Upload Image’

发件人: Amit Aviram [mailto:aavi...@redhat.com]
发送时间: 2016年8月31日 14:00
收件人: lifuqiong
抄送: Maor Lipchuk; users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

lifuqiong, you need to update your oVirt version in order for this to succeed. 
Please dnf/yum update ovirt-engine.

On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi Maor,

I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s status 
keep ‘Paused by System’. What’s the reason?

Thank you

发件人: Maor Lipchuk [mailto:mlipc...@redhat.com<mailto:mlipc...@redhat.com>]
发送时间: 2016年8月29日 21:00
收件人: lifuqiong
抄送: users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Hi lifuqiong,

There are several ways to import disks into oVirt

Does the disk contains any snapshots?
if not, the disk file can be copied to the storage domain and you can register 
it using the Register button (see 
https://bugzilla.redhat.com/show_bug.cgi?id=1138139)

You can also take a look at the image-uploader, see 
http://www.ovirt.org/develop/release-management/features/storage/image-upload/

What is the use case that you want to do? What is the origin of the disk (Was 
it an oVirt disk?), as asked before, does the disk includes any snapshots.

Regards,
Maor


On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi,
 How to import a qcow2 disk file into ovirt? I search the Internet for 
a long time , but find no solution work.

Thank you


___
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




browser.log
Description: browser.log


engine.log
Description: engine.log
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2016-08-31 Thread Amit Aviram
Make sure ovirt-imageio-proxy runs in your engine's host.

Can you please attach ovirt-imageio-proxy logs from
/vat/ovirt-imageio-proxy, engine logs and your browser's console logs as
well?

On Wed, Aug 31, 2016 at 5:36 PM, Стаценко Константин Юрьевич <
statsenko...@interrao.ru> wrote:

> Same problem here…
>
> oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
>
> Already tried to import oVirt CA cert to trusted CA’s with no luck.
>
> Any solutions ?
>
>
>
> *From:* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On
> Behalf Of *lifuqiong
> *Sent:* Wednesday, August 31, 2016 9:34 AM
> *To:* 'Amit Aviram' <aavi...@redhat.com>
> *Cc:* 'users' <users@ovirt.org>
> *Subject:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> My ovirt engine version is already 4.0.0.6,  which version should I
> upgrade for?
>
>
>
> Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’
> option in Image Type of Dilog ‘Upload Image’
>
>
>
> *发件人**:* Amit Aviram [mailto:aavi...@redhat.com <aavi...@redhat.com>]
> *发送时间**:* 2016年8月31日 14:00
> *收件人**:* lifuqiong
> *抄送**:* Maor Lipchuk; users
> *主题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> lifuqiong, you need to update your oVirt version in order for this to
> succeed. Please dnf/yum update ovirt-engine.
>
>
>
> On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi Maor,
>
>
>
> I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s
> status keep ‘Paused by System’. What’s the reason?
>
>
>
> Thank you
>
>
>
> *发件人**:* Maor Lipchuk [mailto:mlipc...@redhat.com]
> *发送时间**:* 2016年8月29日 21:00
> *收件人**:* lifuqiong
> *抄送**:* users
> *主题**:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Hi lifuqiong,
>
>
>
> There are several ways to import disks into oVirt
>
>
>
> Does the disk contains any snapshots?
>
> if not, the disk file can be copied to the storage domain and you can
> register it using the Register button (see https://bugzilla.redhat.
> com/show_bug.cgi?id=1138139)
>
>
>
> You can also take a look at the image-uploader, see
> http://www.ovirt.org/develop/release-management/features/
> storage/image-upload/
>
>
>
> What is the use case that you want to do? What is the origin of the disk
> (Was it an oVirt disk?), as asked before, does the disk includes any
> snapshots.
>
>
>
> Regards,
>
> Maor
>
>
>
>
>
> On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
>
> ___
> 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


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

2016-08-31 Thread Стаценко Константин Юрьевич
Same problem here…
oVirt 4.0.3-1. Cannot upload image using GUI. “Paused by system”.
Already tried to import oVirt CA cert to trusted CA’s with no luck.
Any solutions ?

From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
lifuqiong
Sent: Wednesday, August 31, 2016 9:34 AM
To: 'Amit Aviram' <aavi...@redhat.com>
Cc: 'users' <users@ovirt.org>
Subject: Re: [ovirt-users] How to import a qcow2 disk into ovirt

My ovirt engine version is already 4.0.0.6,  which version should I upgrade for?

Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’ option in 
Image Type of Dilog ‘Upload Image’

发件人: Amit Aviram [mailto:aavi...@redhat.com]
发送时间: 2016年8月31日 14:00
收件人: lifuqiong
抄送: Maor Lipchuk; users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

lifuqiong, you need to update your oVirt version in order for this to succeed. 
Please dnf/yum update ovirt-engine.

On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi Maor,

I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s status 
keep ‘Paused by System’. What’s the reason?

Thank you

发件人: Maor Lipchuk [mailto:mlipc...@redhat.com<mailto:mlipc...@redhat.com>]
发送时间: 2016年8月29日 21:00
收件人: lifuqiong
抄送: users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

Hi lifuqiong,

There are several ways to import disks into oVirt

Does the disk contains any snapshots?
if not, the disk file can be copied to the storage domain and you can register 
it using the Register button (see 
https://bugzilla.redhat.com/show_bug.cgi?id=1138139)

You can also take a look at the image-uploader, see 
http://www.ovirt.org/develop/release-management/features/storage/image-upload/

What is the use case that you want to do? What is the origin of the disk (Was 
it an oVirt disk?), as asked before, does the disk includes any snapshots.

Regards,
Maor


On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong 
<lifuqi...@cncloudsec.com<mailto:lifuqi...@cncloudsec.com>> wrote:
Hi,
 How to import a qcow2 disk file into ovirt? I search the Internet for 
a long time , but find no solution work.

Thank you


___
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
http://lists.ovirt.org/mailman/listinfo/users


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

2016-08-31 Thread lifuqiong
My ovirt engine version is already 4.0.0.6,  which version should I upgrade for?

 

Another version of ovirt engine is 4.0.2.1, I can’t even find ‘qcow2’ option in 
Image Type of Dilog ‘Upload Image’

 

发件人: Amit Aviram [mailto:aavi...@redhat.com] 
发送时间: 2016年8月31日 14:00
收件人: lifuqiong
抄送: Maor Lipchuk; users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

 

lifuqiong, you need to update your oVirt version in order for this to succeed. 
Please dnf/yum update ovirt-engine.

 

On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com> wrote:

Hi Maor,

 

I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s status 
keep ‘Paused by System’. What’s the reason?

 

Thank you

 

发件人: Maor Lipchuk [mailto:mlipc...@redhat.com] 
发送时间: 2016年8月29日 21:00
收件人: lifuqiong
抄送: users
主题: Re: [ovirt-users] How to import a qcow2 disk into ovirt

 

Hi lifuqiong,

 

There are several ways to import disks into oVirt

 

Does the disk contains any snapshots? 

if not, the disk file can be copied to the storage domain and you can register 
it using the Register button (see 
https://bugzilla.redhat.com/show_bug.cgi?id=1138139)

 

You can also take a look at the image-uploader, see 
http://www.ovirt.org/develop/release-management/features/storage/image-upload/

 

What is the use case that you want to do? What is the origin of the disk (Was 
it an oVirt disk?), as asked before, does the disk includes any snapshots.

 

Regards,

Maor

 

 

On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com> wrote:

Hi,

 How to import a qcow2 disk file into ovirt? I search the Internet for 
a long time , but find no solution work.

 

Thank you

 


___
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


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

2016-08-31 Thread Amit Aviram
lifuqiong, you need to update your oVirt version in order for this to
succeed. Please dnf/yum update ovirt-engine.

On Wed, Aug 31, 2016 at 5:46 AM, lifuqiong <lifuqi...@cncloudsec.com> wrote:

> Hi Maor,
>
>
>
> I Upload qcow2 file in Storage Tab, but the qcow2 upload error, which’s
> status keep ‘Paused by System’. What’s the reason?
>
>
>
> Thank you
>
>
>
> *发件人:* Maor Lipchuk [mailto:mlipc...@redhat.com]
> *发送时间:* 2016年8月29日 21:00
> *收件人:* lifuqiong
> *抄送:* users
> *主题:* Re: [ovirt-users] How to import a qcow2 disk into ovirt
>
>
>
> Hi lifuqiong,
>
>
>
> There are several ways to import disks into oVirt
>
>
>
> Does the disk contains any snapshots?
>
> if not, the disk file can be copied to the storage domain and you can
> register it using the Register button (see https://bugzilla.redhat.
> com/show_bug.cgi?id=1138139)
>
>
>
> You can also take a look at the image-uploader, see
> http://www.ovirt.org/develop/release-management/features/
> storage/image-upload/
>
>
>
> What is the use case that you want to do? What is the origin of the disk
> (Was it an oVirt disk?), as asked before, does the disk includes any
> snapshots.
>
>
>
> Regards,
>
> Maor
>
>
>
>
>
> On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong <lifuqi...@cncloudsec.com>
> wrote:
>
> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
>
> ___
> 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


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

2016-08-30 Thread Amit Aviram
Hi
Actually, if you have the latest oVirt 4, you can just do that from the UI.
just go to disks tab and select "upload" -> "start".

Before doing that, make sure to make your browser trust oVirt's CA by
downloading its CA certificate from:
https://{your_engine's_URI}/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA


Let me know if that's works for you.

On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong  wrote:

> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
> ___
> 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


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

2016-08-29 Thread Maor Lipchuk
Hi lifuqiong,

There are several ways to import disks into oVirt

Does the disk contains any snapshots?
if not, the disk file can be copied to the storage domain and you can
register it using the Register button (see
https://bugzilla.redhat.com/show_bug.cgi?id=1138139)

You can also take a look at the image-uploader, see
http://www.ovirt.org/develop/release-management/features/storage/image-upload/

What is the use case that you want to do? What is the origin of the disk
(Was it an oVirt disk?), as asked before, does the disk includes any
snapshots.

Regards,
Maor


On Mon, Aug 29, 2016 at 3:40 PM, lifuqiong  wrote:

> Hi,
>
>  How to import a qcow2 disk file into ovirt? I search the Internet
> for a long time , but find no solution work.
>
>
>
> Thank you
>
>
>
> ___
> 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


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

2016-08-29 Thread lifuqiong
Hi,

 How to import a qcow2 disk file into ovirt? I search the Internet
for a long time , but find no solution work.

 

Thank you

 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users