[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-11 Thread Ron Jerome
> On Fri, Feb 8, 2019 at 10:39 PM  wrote:
> 
> 
> For Hetz it was due to a missing foreign key constraints in image_transfers
> table.
> Can you please check if 'fk_image_transfers_command_enitites'[*] exists by
> executing the following sql command:
> SELECT COUNT(1) FROM information_schema.table_constraints WHERE
> constraint_name='fk_image_transfers_command_enitites' AND
> table_name='image_transfers';
> 
Looks like the same here...

engine=# SELECT COUNT(1) FROM information_schema.table_constraints WHERE 
constraint_name='fk_image_transfers_command_enitites' AND 
table_name='image_transfers';
 count
---
 0
(1 row)


> Also, can you please attach 'ovirt-engine-setup' log from after the upgrade
> to 4.3
> 
> [*] The constraint should be added by
> '04_03_0270_add_foreign_key_to_image_transfers.sql'

I see these in the engine-setup log which seem to be relevant...

D: erase  100644  1 (   0,   0)   472 
/usr/share/ovirt-engine/dbscripts/upgrade/04_02_1210_add_foreign_key_to_image_transfers.sql

Skipping upgrade script 
/usr/share/ovirt-engine/dbscripts/upgrade/04_03_0270_add_foreign_key_to_image_transfers.sql,
 already installed by 04021210
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7BPAAQVIAA2KZ43V77LPLVSJIC2AXUVX/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-09 Thread Daniel Erez
On Sun, Feb 10, 2019 at 9:11 AM Hetz Ben Hamo  wrote:

> I've reinstalled the system yesterday. Now it automatically switches from
> "complete" to OK.
> Daniel, did you commit/push anything?
>

No, it should be fine on a clean installation. I suspect it's related only
to upgrade.
But need to see the setup logs from upgrade to understand to exact scenario.


>
>
> On Sun, Feb 10, 2019 at 9:10 AM Daniel Erez  wrote:
>
>>
>>
>> On Fri, Feb 8, 2019 at 10:39 PM  wrote:
>>
>>> > On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
>>> >
>>> >
>>> > Where do you see this status? In REST-API?
>>> > What is the status of the disk? ('Disks' tab in the WebAdmin)
>>>
>>> I am also seeing the same thing on a system I just upgraded from 4.2.8
>>> to 4.3.  After the upgrade, I uploaded a qcow2 image and it remains in the
>>> "Completed" state in the Disks tab of the WebAdmin.
>>>
>>> The image itself works fine, I attached it to a new vm and it is running
>>> fine.
>>>
>>
>> For Hetz it was due to a missing foreign key constraints in
>> image_transfers table.
>> Can you please check if 'fk_image_transfers_command_enitites'[*] exists
>> by executing the following sql command:
>> SELECT COUNT(1) FROM information_schema.table_constraints WHERE
>> constraint_name='fk_image_transfers_command_enitites' AND
>> table_name='image_transfers';
>>
>> Also, can you please attach 'ovirt-engine-setup' log from after the
>> upgrade to 4.3
>>
>> [*] The constraint should be added by
>> '04_03_0270_add_foreign_key_to_image_transfers.sql'
>>
>>
>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L2EKJ6LYFCODW4YP73NNBKNIFWMFXETR/
>>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/DRULD23ZP5SOCSXIC5LXIVXXONFEVGN2/
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LGRYJ6T6SUNS3ZJZKYWWPD4GOUKTF4JJ/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-09 Thread Hetz Ben Hamo
I've reinstalled the system yesterday. Now it automatically switches from
"complete" to OK.
Daniel, did you commit/push anything?


On Sun, Feb 10, 2019 at 9:10 AM Daniel Erez  wrote:

>
>
> On Fri, Feb 8, 2019 at 10:39 PM  wrote:
>
>> > On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
>> >
>> >
>> > Where do you see this status? In REST-API?
>> > What is the status of the disk? ('Disks' tab in the WebAdmin)
>>
>> I am also seeing the same thing on a system I just upgraded from 4.2.8 to
>> 4.3.  After the upgrade, I uploaded a qcow2 image and it remains in the
>> "Completed" state in the Disks tab of the WebAdmin.
>>
>> The image itself works fine, I attached it to a new vm and it is running
>> fine.
>>
>
> For Hetz it was due to a missing foreign key constraints in
> image_transfers table.
> Can you please check if 'fk_image_transfers_command_enitites'[*] exists by
> executing the following sql command:
> SELECT COUNT(1) FROM information_schema.table_constraints WHERE
> constraint_name='fk_image_transfers_command_enitites' AND
> table_name='image_transfers';
>
> Also, can you please attach 'ovirt-engine-setup' log from after the
> upgrade to 4.3
>
> [*] The constraint should be added by
> '04_03_0270_add_foreign_key_to_image_transfers.sql'
>
>
>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L2EKJ6LYFCODW4YP73NNBKNIFWMFXETR/
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/DRULD23ZP5SOCSXIC5LXIVXXONFEVGN2/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6R6WMMQQH2AXWKBZMBDDRQDC64MPPATT/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-09 Thread Daniel Erez
On Fri, Feb 8, 2019 at 10:39 PM  wrote:

> > On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
> >
> >
> > Where do you see this status? In REST-API?
> > What is the status of the disk? ('Disks' tab in the WebAdmin)
>
> I am also seeing the same thing on a system I just upgraded from 4.2.8 to
> 4.3.  After the upgrade, I uploaded a qcow2 image and it remains in the
> "Completed" state in the Disks tab of the WebAdmin.
>
> The image itself works fine, I attached it to a new vm and it is running
> fine.
>

For Hetz it was due to a missing foreign key constraints in image_transfers
table.
Can you please check if 'fk_image_transfers_command_enitites'[*] exists by
executing the following sql command:
SELECT COUNT(1) FROM information_schema.table_constraints WHERE
constraint_name='fk_image_transfers_command_enitites' AND
table_name='image_transfers';

Also, can you please attach 'ovirt-engine-setup' log from after the upgrade
to 4.3

[*] The constraint should be added by
'04_03_0270_add_foreign_key_to_image_transfers.sql'



> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/L2EKJ6LYFCODW4YP73NNBKNIFWMFXETR/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DRULD23ZP5SOCSXIC5LXIVXXONFEVGN2/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-08 Thread ronjero
> On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
> 
> 
> Where do you see this status? In REST-API?
> What is the status of the disk? ('Disks' tab in the WebAdmin)

I am also seeing the same thing on a system I just upgraded from 4.2.8 to 4.3.  
After the upgrade, I uploaded a qcow2 image and it remains in the "Completed" 
state in the Disks tab of the WebAdmin.

The image itself works fine, I attached it to a new vm and it is running fine.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/L2EKJ6LYFCODW4YP73NNBKNIFWMFXETR/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Daniel Erez
On Thu, Feb 7, 2019 at 3:32 PM Hetz Ben Hamo  wrote:

> Sure, care to tell me the locations of those files? (I assume they are on
> the HE?)
>

Yes, should be on /var/log folder.
If you just want to unlock the disk in the mean time, you can use the
'unlock_entity' utility:
https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity


>
> Thanks
>
>
> On Thu, Feb 7, 2019 at 3:30 PM Daniel Erez  wrote:
>
>>
>>
>> On Thu, Feb 7, 2019 at 3:25 PM Hetz Ben Hamo  wrote:
>>
>>> see this screenshot: https://imgur.com/a/Mzpn6qY
>>>
>>
>> ok, so maybe there was a failure in the finalizing step that should
>> unlock the disk as well.
>> Can you please attach the relevant engine/vdsm/proxy/daemon logs?
>>
>>
>>>
>>> תודה,
>>> *חץ בן חמו*
>>> אתם מוזמנים לבקר בבלוג היעוץ  או בבלוג הפרטי
>>> שלי 
>>>
>>>
>>> On Thu, Feb 7, 2019 at 3:21 PM Daniel Erez  wrote:
>>>


 On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:

> Hi Daniel,
>
> There is no failure when uploading the ISO. I tried to upload it both
> to NFS and to iSCSI. In both cases it completes the upload and the status
> remains "completed".
> I can use the ISO from the storage domain without any problems so
> there are no errors.
>

 Where do you see this status? In REST-API?
 What is the status of the disk? ('Disks' tab in the WebAdmin)


>
>
> On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:
>
>>
>>
>> On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
>> wrote:
>>
>>>
>>>
>>> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo 
>>> ha scritto:
>>>
 Hi,

 I've just uploaded the CentOS 1810 ISO to a domain. It worked.
 However, the status in the UI is "stuck" in the "complete" in the
 status column. Does it change to "OK" as others images in the domain?

>>>
>> Hi Hetz,
>>
>> The disk should move back to 'OK' status after completing the
>> operation.
>> In case of a failure during the operation, the disk moves to 'PAUSED'
>> state, in which it can be either resumes or cancelled.
>>
>> * What is the current status of the disk?
>> * Any failure message in the events tab?
>> * Can you please attach engine/vdsm/proxy/daemon logs?
>> * If the upload can't be cancelled or resumed, the disk can be
>> manually unlocked using the 'unlock_entity' utility:
>>
>> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity
>>
>>
>>>
>>> Daniel, Tal, do we have page data refresh issue there?
>>>
>>>
 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/

>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>>
>>> Red Hat EMEA 
>>>
>>> sbona...@redhat.com
>>> 
>>>
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GUHPSXO6EISTSV2GZLVYVN6E32FLF342/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Hetz Ben Hamo
Sure, care to tell me the locations of those files? (I assume they are on
the HE?)

Thanks


On Thu, Feb 7, 2019 at 3:30 PM Daniel Erez  wrote:

>
>
> On Thu, Feb 7, 2019 at 3:25 PM Hetz Ben Hamo  wrote:
>
>> see this screenshot: https://imgur.com/a/Mzpn6qY
>>
>
> ok, so maybe there was a failure in the finalizing step that should unlock
> the disk as well.
> Can you please attach the relevant engine/vdsm/proxy/daemon logs?
>
>
>>
>> תודה,
>> *חץ בן חמו*
>> אתם מוזמנים לבקר בבלוג היעוץ  או בבלוג הפרטי שלי
>> 
>>
>>
>> On Thu, Feb 7, 2019 at 3:21 PM Daniel Erez  wrote:
>>
>>>
>>>
>>> On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
>>>
 Hi Daniel,

 There is no failure when uploading the ISO. I tried to upload it both
 to NFS and to iSCSI. In both cases it completes the upload and the status
 remains "completed".
 I can use the ISO from the storage domain without any problems so there
 are no errors.

>>>
>>> Where do you see this status? In REST-API?
>>> What is the status of the disk? ('Disks' tab in the WebAdmin)
>>>
>>>


 On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:

>
>
> On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
> wrote:
>
>>
>>
>> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo 
>> ha scritto:
>>
>>> Hi,
>>>
>>> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
>>> However, the status in the UI is "stuck" in the "complete" in the
>>> status column. Does it change to "OK" as others images in the domain?
>>>
>>
> Hi Hetz,
>
> The disk should move back to 'OK' status after completing the
> operation.
> In case of a failure during the operation, the disk moves to 'PAUSED'
> state, in which it can be either resumes or cancelled.
>
> * What is the current status of the disk?
> * Any failure message in the events tab?
> * Can you please attach engine/vdsm/proxy/daemon logs?
> * If the upload can't be cancelled or resumed, the disk can be
> manually unlocked using the 'unlock_entity' utility:
>
> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity
>
>
>>
>> Daniel, Tal, do we have page data refresh issue there?
>>
>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>
>> Red Hat EMEA 
>>
>> sbona...@redhat.com
>> 
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I7SUAJSZ2EENKUUVX6SAOPV3AU7NCYM6/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Daniel Erez
On Thu, Feb 7, 2019 at 3:25 PM Hetz Ben Hamo  wrote:

> see this screenshot: https://imgur.com/a/Mzpn6qY
>

ok, so maybe there was a failure in the finalizing step that should unlock
the disk as well.
Can you please attach the relevant engine/vdsm/proxy/daemon logs?


>
> תודה,
> *חץ בן חמו*
> אתם מוזמנים לבקר בבלוג היעוץ  או בבלוג הפרטי שלי
> 
>
>
> On Thu, Feb 7, 2019 at 3:21 PM Daniel Erez  wrote:
>
>>
>>
>> On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
>>
>>> Hi Daniel,
>>>
>>> There is no failure when uploading the ISO. I tried to upload it both to
>>> NFS and to iSCSI. In both cases it completes the upload and the status
>>> remains "completed".
>>> I can use the ISO from the storage domain without any problems so there
>>> are no errors.
>>>
>>
>> Where do you see this status? In REST-API?
>> What is the status of the disk? ('Disks' tab in the WebAdmin)
>>
>>
>>>
>>>
>>> On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:
>>>


 On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
 wrote:

>
>
> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo 
> ha scritto:
>
>> Hi,
>>
>> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
>> However, the status in the UI is "stuck" in the "complete" in the
>> status column. Does it change to "OK" as others images in the domain?
>>
>
 Hi Hetz,

 The disk should move back to 'OK' status after completing the operation.
 In case of a failure during the operation, the disk moves to 'PAUSED'
 state, in which it can be either resumes or cancelled.

 * What is the current status of the disk?
 * Any failure message in the events tab?
 * Can you please attach engine/vdsm/proxy/daemon logs?
 * If the upload can't be cancelled or resumed, the disk can be manually
 unlocked using the 'unlock_entity' utility:

 https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity


>
> Daniel, Tal, do we have page data refresh issue there?
>
>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>>
>
>
> --
>
> SANDRO BONAZZOLA
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
>

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HREIHW3GIO6GOARII5FQUPTSO3HZMPOR/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Hetz Ben Hamo
see this screenshot: https://imgur.com/a/Mzpn6qY
תודה,
*חץ בן חמו*
אתם מוזמנים לבקר בבלוג היעוץ  או בבלוג הפרטי שלי



On Thu, Feb 7, 2019 at 3:21 PM Daniel Erez  wrote:

>
>
> On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:
>
>> Hi Daniel,
>>
>> There is no failure when uploading the ISO. I tried to upload it both to
>> NFS and to iSCSI. In both cases it completes the upload and the status
>> remains "completed".
>> I can use the ISO from the storage domain without any problems so there
>> are no errors.
>>
>
> Where do you see this status? In REST-API?
> What is the status of the disk? ('Disks' tab in the WebAdmin)
>
>
>>
>>
>> On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:
>>
>>>
>>>
>>> On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
>>> wrote:
>>>


 Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo 
 ha scritto:

> Hi,
>
> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
> However, the status in the UI is "stuck" in the "complete" in the
> status column. Does it change to "OK" as others images in the domain?
>

>>> Hi Hetz,
>>>
>>> The disk should move back to 'OK' status after completing the operation.
>>> In case of a failure during the operation, the disk moves to 'PAUSED'
>>> state, in which it can be either resumes or cancelled.
>>>
>>> * What is the current status of the disk?
>>> * Any failure message in the events tab?
>>> * Can you please attach engine/vdsm/proxy/daemon logs?
>>> * If the upload can't be cancelled or resumed, the disk can be manually
>>> unlocked using the 'unlock_entity' utility:
>>>
>>> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity
>>>
>>>

 Daniel, Tal, do we have page data refresh issue there?


> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>


 --

 SANDRO BONAZZOLA

 MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

 Red Hat EMEA 

 sbona...@redhat.com
 

>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/F2K3V7R4QCAIA3JWBQNF4OKPJJ4TN32F/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Daniel Erez
On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo  wrote:

> Hi Daniel,
>
> There is no failure when uploading the ISO. I tried to upload it both to
> NFS and to iSCSI. In both cases it completes the upload and the status
> remains "completed".
> I can use the ISO from the storage domain without any problems so there
> are no errors.
>

Where do you see this status? In REST-API?
What is the status of the disk? ('Disks' tab in the WebAdmin)


>
>
> On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:
>
>>
>>
>> On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
>> wrote:
>>
>>>
>>>
>>> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo 
>>> ha scritto:
>>>
 Hi,

 I've just uploaded the CentOS 1810 ISO to a domain. It worked.
 However, the status in the UI is "stuck" in the "complete" in the
 status column. Does it change to "OK" as others images in the domain?

>>>
>> Hi Hetz,
>>
>> The disk should move back to 'OK' status after completing the operation.
>> In case of a failure during the operation, the disk moves to 'PAUSED'
>> state, in which it can be either resumes or cancelled.
>>
>> * What is the current status of the disk?
>> * Any failure message in the events tab?
>> * Can you please attach engine/vdsm/proxy/daemon logs?
>> * If the upload can't be cancelled or resumed, the disk can be manually
>> unlocked using the 'unlock_entity' utility:
>>
>> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity
>>
>>
>>>
>>> Daniel, Tal, do we have page data refresh issue there?
>>>
>>>
 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/

>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>>
>>> Red Hat EMEA 
>>>
>>> sbona...@redhat.com
>>> 
>>>
>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3N644Q2N3AQ5TTSII6746WDKRWNP24KU/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Hetz Ben Hamo
Hi Daniel,

There is no failure when uploading the ISO. I tried to upload it both to
NFS and to iSCSI. In both cases it completes the upload and the status
remains "completed".
I can use the ISO from the storage domain without any problems so there are
no errors.


On Thu, Feb 7, 2019 at 3:04 PM Daniel Erez  wrote:

>
>
> On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola 
> wrote:
>
>>
>>
>> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo  ha
>> scritto:
>>
>>> Hi,
>>>
>>> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
>>> However, the status in the UI is "stuck" in the "complete" in the status
>>> column. Does it change to "OK" as others images in the domain?
>>>
>>
> Hi Hetz,
>
> The disk should move back to 'OK' status after completing the operation.
> In case of a failure during the operation, the disk moves to 'PAUSED'
> state, in which it can be either resumes or cancelled.
>
> * What is the current status of the disk?
> * Any failure message in the events tab?
> * Can you please attach engine/vdsm/proxy/daemon logs?
> * If the upload can't be cancelled or resumed, the disk can be manually
> unlocked using the 'unlock_entity' utility:
>
> https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity
>
>
>>
>> Daniel, Tal, do we have page data refresh issue there?
>>
>>
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>
>> Red Hat EMEA 
>>
>> sbona...@redhat.com
>> 
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SO6HLN5KVZDRNRPHJPVZJXVGC6JGWEPD/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-07 Thread Daniel Erez
On Thu, Feb 7, 2019 at 9:26 AM Sandro Bonazzola  wrote:

>
>
> Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo  ha
> scritto:
>
>> Hi,
>>
>> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
>> However, the status in the UI is "stuck" in the "complete" in the status
>> column. Does it change to "OK" as others images in the domain?
>>
>
Hi Hetz,

The disk should move back to 'OK' status after completing the operation.
In case of a failure during the operation, the disk moves to 'PAUSED'
state, in which it can be either resumes or cancelled.

* What is the current status of the disk?
* Any failure message in the events tab?
* Can you please attach engine/vdsm/proxy/daemon logs?
* If the upload can't be cancelled or resumed, the disk can be manually
unlocked using the 'unlock_entity' utility:
https://www.ovirt.org/develop/developer-guide/db-issues/helperutilities.html#unlock_entity


>
> Daniel, Tal, do we have page data refresh issue there?
>
>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>>
>
>
> --
>
> SANDRO BONAZZOLA
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YEGI6ZKIXYUTHVKLP2BGLX4SSAI45BVO/


[ovirt-users] Re: ovirt-imageio-proxy upload and status

2019-02-06 Thread Sandro Bonazzola
Il giorno gio 7 feb 2019 alle ore 01:12 Hetz Ben Hamo  ha
scritto:

> Hi,
>
> I've just uploaded the CentOS 1810 ISO to a domain. It worked.
> However, the status in the UI is "stuck" in the "complete" in the status
> column. Does it change to "OK" as others images in the domain?
>

Daniel, Tal, do we have page data refresh issue there?


> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/K5FEKILG2D7PO3QPTB5RRX3RR6RXWNII/
>


-- 

SANDRO BONAZZOLA

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/B6AKM6MQVNYLVBEXYXENLYY325OVEJMD/