[ovirt-users] Clarifications on support@

2019-10-15 Thread Duck
Quack,

We do as a community provide help on the MLs and reply to JIRA tickets
but there is no customer support as it is not a product but a community
project.

Historically, probably for some other purpose, support@ was created, but
noone remembers why. Anyway, the alias redirected to postmaster so it
was not very useful. There was also a ML which could not receive mails
because of the alias but probably got noticed in the new ML UI when we
migrated. Recently more people subscribed and posted requests using the UI.

After discussing with the infra team, and to avoid confusion and
unreplied requests on this channel, we decided to remove it. I thus
unsubscribed people from the list so that they would notice it and then
purged the list and alias.

Regards.
\_o<



signature.asc
Description: OpenPGP digital signature
___
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/NEKOYB3MJ4GCGECWFJYRU6NQO3MAZJ2Z/


[ovirt-users] Re: Upload ISO with ovirt-imageio-proxy

2019-10-15 Thread Fabrice SOLER

Hello Markus,

Thanks for your answer.

I have no password in the private key file 
/etc/pki/ovirt-engine/keys/apache.key.nopass. So, I have tried to 
specify the imageio-proxy certificate (without the password).


This certificate have the same date as the others files : 
imageio-proxy.cer , engine.cer and ca.pem.


/ssl_key_file = /etc/pki/ovirt-engine/keys/imageio-proxy.key.nopass//
//ssl_cert_file = /etc/pki/ovirt-engine/certs/imageio-proxy.cer//
//engine_cert_file = /etc/pki/ovirt-engine/certs/engine.cer//
//engine_ca_cert_file = /etc/pki/ovirt-engine/ca.pem/

Now there is no certificate error in the logs, but others are presents :

/2019-10-15 08:02:14,460-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-3) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] START, 
GetImageTicketVDSCommand(HostName = lp-ducharmoy, 
GetImageTicketVDSCommandParameters:{hostId='44ce60fc-e4ff-45c2-8b70-3c4cb176f845', 
ticketId='149988fd-e67b-4e1d-9c50-edccda82a5f9', timeout='null'}), log 
id: 3ddc0edd//
//2019-10-15 08:02:14,472-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-3) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] FINISH, GetImageTicketVDSCommand, 
return: 
org.ovirt.engine.core.common.businessentities.storage.ImageTicketInformation@83515f85, 
log id: 3ddc0edd//
//2019-10-15 08:02:17,300-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [186d1211-3e68-4e4c-8e61-9543957d01fe] *Running 
command: TransferImageStatusCommand internal: false*. Entities affected 
:  ID: aaa0----123456789aaa Type: *SystemAction group 
CREATE_DISK with role type USER*//
//2019-10-15 08:02:21,302-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [7ef3ae94-34a2-4854-bf96-7bdae2d390a4] *Running 
command: TransferImageStatusCommand internal: false*. Entities affected 
:  ID: aaa0----123456789aaa Type: SystemAction group 
CREATE_DISK with role type USER//
//2019-10-15 08:02:22,522-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-1) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] START, 
GetImageTicketVDSCommand(HostName = lp-ducharmoy, 
GetImageTicketVDSCommandParameters:{hostId='44ce60fc-e4ff-45c2-8b70-3c4cb176f845', 
ticketId='149988fd-e67b-4e1d-9c50-edccda82a5f9', timeout='null'}), log 
id: 1592e796//
//2019-10-15 08:02:22,534-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-1) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] FINISH, GetImageTicketVDSCommand, 
return: 
org.ovirt.engine.core.common.businessentities.storage.ImageTicketInformation@83515f8d, 
log id: 1592e796//
//2019-10-15 08:02:25,316-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [2fcccd92-1472-4e5e-87f8-e78ce4752270] *Running 
command: TransferImageStatusCommand internal*:*false*. Entities affected 
:  ID: aaa0----123456789aaa Type: SystemAction group 
CREATE_DISK with role type USER/


and it finish with the "Paused by system" :-( :

2019-10-15 08:03:12,898-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedThreadFactory-engineScheduled-Thread-83) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by 
system. Reason: timeout due to transfer inactivity.


It seems the engine try to create a disk with the role type USER while I 
am using the admin USER.


Sincerely,

Fabrice

Le 15/10/2019 à 02:52, Markus Schaufler a écrit :

Had the same problem  - was my fault: had to remove password from private key (hence the 
name "apache.key.NOPASS")
Maybe you'll double check that.
___
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/SII64AEDKSK7HSBBHJZFXBVBKJLZBA2L/



___
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/GJ32EKPS2KVM2MI7H6NM7R4FCUDYN7E3/


[ovirt-users] Re: Host "install failed"

2019-10-15 Thread Jess Zanne Uy
Hi Martin,

Thanks for the verification. I'll try to install on supported physical
hardware.

On Tue, Oct 15, 2019, 19:33 Martin Perina,  wrote:

>
>
> On Tue, Oct 15, 2019 at 1:13 PM Jess Zanne Uy  wrote:
>
>> Hi Ma'am Lucie,
>>
>> Please see attached of my
>> ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log.
>>
>>  ovirtlog1.txt
>> 
>>
>>
>> Thanks,
>> Jess
>>
>
> Hi,
>
> looking at the log you can see very clear error, which is also visible in
> webadmin UI in Events tab:
>
> RuntimeError: Hardware does not support virtualization
>
> So please make sure that kvm_intel or kvm_amd (depending on the processor
> you have) is loaded to you host kernel
>
>
> Regards,
> M.
>
>
>> On Tue, Oct 15, 2019 at 5:47 PM Lucie Leistnerova 
>> wrote:
>>
>>> Hi Jess,
>>>
>>> please send the host deploy log, e.g.
>>> ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log
>>>
>>> Thanks.
>>> On 10/15/19 10:34 AM, Jess Zanne Uy wrote:
>>>
>>> Hi Sir/Madaam,
>>> I'm trying to search for hours now but still no luck
>>> I can already access the oVirt engine web port via IP address. I'm
>>> running via Virtualbox machine.
>>> Configured data center, cluster. Then after adding new host. Error occur
>>> "Install failed".
>>> Tried to check the engine log. It says "EVENT ID: VDS
>>> INSTALL_FAILED(505), Host ovirt host installation failed. Command returned
>>> failure code 1 during SSH session"
>>> My IP address and password is exact. And edited the /etc/host IP_ADDRESS
>>> localhost.localdomain
>>> My hostname is default, BTW
>>> Any help what's wrong with the configuration.
>>> Please see attached logs
>>>  ovirtlog.txt
>>> 
>>>
>>> ___
>>> 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/M26BAA6V7JRIYGAZ5WPL5K77K4GFLZ6C/
>>>
>>> --
>>> Lucie Leistnerova
>>> Senior Quality Engineer, QE Cloud, RHVM
>>> Red Hat EMEA
>>>
>>> IRC: lleistne @ #rhev-qe
>>>
>>> ___
>> 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/I3BGQ3J57O64QMAIP2I4VBS3VP3CXCOJ/
>>
>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
>
___
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/M454FNXYUEQ6IPTFK3VBX7BEIUDBNPLK/


[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
I updated to 4.3.6 and tried again with admin@internal - this time it works...

But got into another trouble: our servers are only allowed to use internal 
repositories and gitlab. After deployment of the "ovirt-metrics-installer" VM 
that installer VM tries to load from external repositories. I manually 
connected to the vm and redirected the URL's of the repofiles to our internal 
repo - but of course the ansible installer scripts replace the repofiles and 
the installation script fails.

Anybody else through this?
___
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/ADQ6ZZSE3M337DEBLYBHB644C55H3B76/


[ovirt-users] Re: Upload ISO with ovirt-imageio-proxy

2019-10-15 Thread Fabrice SOLER

Hello Markus,

Thanks for your answer.

I have no password in the private key file 
/etc/pki/ovirt-engine/keys/apache.key.nopass. So, I have tried to 
specify the imageio-proxy certificate (without the password).


This certificate have the same date as the others files : 
imageio-proxy.cer , engine.cer and ca.pem.


/ssl_key_file = /etc/pki/ovirt-engine/keys/imageio-proxy.key.nopass//
//ssl_cert_file = /etc/pki/ovirt-engine/certs/imageio-proxy.cer//
//engine_cert_file = /etc/pki/ovirt-engine/certs/engine.cer//
//engine_ca_cert_file = /etc/pki/ovirt-engine/ca.pem/

Now there is no certificate error in the logs, but others are presents :

/2019-10-15 08:02:14,460-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-3) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] START, 
GetImageTicketVDSCommand(HostName = lp-ducharmoy, 
GetImageTicketVDSCommandParameters:{hostId='44ce60fc-e4ff-45c2-8b70-3c4cb176f845', 
ticketId='149988fd-e67b-4e1d-9c50-edccda82a5f9', timeout='null'}), log 
id: 3ddc0edd//
//2019-10-15 08:02:14,472-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-3) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] FINISH, GetImageTicketVDSCommand, 
return: 
org.ovirt.engine.core.common.businessentities.storage.ImageTicketInformation@83515f85, 
log id: 3ddc0edd//
//2019-10-15 08:02:17,300-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [186d1211-3e68-4e4c-8e61-9543957d01fe] *Running 
command: TransferImageStatusCommand internal: false*. Entities affected 
:  ID: aaa0----123456789aaa Type: *SystemAction group 
CREATE_DISK with role type USER*//
//2019-10-15 08:02:21,302-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [7ef3ae94-34a2-4854-bf96-7bdae2d390a4] *Running 
command: TransferImageStatusCommand internal: false*. Entities affected 
:  ID: aaa0----123456789aaa Type: SystemAction group 
CREATE_DISK with role type USER//
//2019-10-15 08:02:22,522-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-1) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] START, 
GetImageTicketVDSCommand(HostName = lp-ducharmoy, 
GetImageTicketVDSCommandParameters:{hostId='44ce60fc-e4ff-45c2-8b70-3c4cb176f845', 
ticketId='149988fd-e67b-4e1d-9c50-edccda82a5f9', timeout='null'}), log 
id: 1592e796//
//2019-10-15 08:02:22,534-04 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetImageTicketVDSCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-1) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] FINISH, GetImageTicketVDSCommand, 
return: 
org.ovirt.engine.core.common.businessentities.storage.ImageTicketInformation@83515f8d, 
log id: 1592e796//
//2019-10-15 08:02:25,316-04 INFO 
[org.ovirt.engine.core.bll.storage.disk.image.TransferImageStatusCommand] 
(default task-4) [2fcccd92-1472-4e5e-87f8-e78ce4752270] *Running 
command: TransferImageStatusCommand internal*:*false*. Entities affected 
:  ID: aaa0----123456789aaa Type: SystemAction group 
CREATE_DISK with role type USER/


and it finish with the "Paused by system" :-( :

2019-10-15 08:03:12,898-04 ERROR 
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedThreadFactory-engineScheduled-Thread-83) 
[b0cfc1c4-2cd4-49ba-96f3-de7983eae70e] EVENT_ID: 
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by 
system. Reason: timeout due to transfer inactivity.


It seems the engine try to create a disk with the role type USER while I 
am using the admin USER.


Sincerely,

Fabrice

Le 15/10/2019 à 02:52, Markus Schaufler a écrit :

Had the same problem  - was my fault: had to remove password from private key (hence the 
name "apache.key.NOPASS")
Maybe you'll double check that.
___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/SII64AEDKSK7HSBBHJZFXBVBKJLZBA2L/



--
___
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/A355KD5FDC4SL4PBT64XL7A3SCJVMZ5P/


[ovirt-users] Re: Host "install failed"

2019-10-15 Thread Martin Perina
On Tue, Oct 15, 2019 at 1:13 PM Jess Zanne Uy  wrote:

> Hi Ma'am Lucie,
>
> Please see attached of my
> ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log.
>
>  ovirtlog1.txt
> 
>
>
> Thanks,
> Jess
>

Hi,

looking at the log you can see very clear error, which is also visible in
webadmin UI in Events tab:

RuntimeError: Hardware does not support virtualization

So please make sure that kvm_intel or kvm_amd (depending on the processor
you have) is loaded to you host kernel


Regards,
M.


> On Tue, Oct 15, 2019 at 5:47 PM Lucie Leistnerova 
> wrote:
>
>> Hi Jess,
>>
>> please send the host deploy log, e.g.
>> ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log
>>
>> Thanks.
>> On 10/15/19 10:34 AM, Jess Zanne Uy wrote:
>>
>> Hi Sir/Madaam,
>> I'm trying to search for hours now but still no luck
>> I can already access the oVirt engine web port via IP address. I'm
>> running via Virtualbox machine.
>> Configured data center, cluster. Then after adding new host. Error occur
>> "Install failed".
>> Tried to check the engine log. It says "EVENT ID: VDS
>> INSTALL_FAILED(505), Host ovirt host installation failed. Command returned
>> failure code 1 during SSH session"
>> My IP address and password is exact. And edited the /etc/host IP_ADDRESS
>> localhost.localdomain
>> My hostname is default, BTW
>> Any help what's wrong with the configuration.
>> Please see attached logs
>>  ovirtlog.txt
>> 
>>
>> ___
>> 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/M26BAA6V7JRIYGAZ5WPL5K77K4GFLZ6C/
>>
>> --
>> Lucie Leistnerova
>> Senior Quality Engineer, QE Cloud, RHVM
>> Red Hat EMEA
>>
>> IRC: lleistne @ #rhev-qe
>>
>> ___
> 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/I3BGQ3J57O64QMAIP2I4VBS3VP3CXCOJ/
>


-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
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/XEPLXAILHDVXB2TWHSQ2PCR6ZE723VBO/


[ovirt-users] Re: Host "install failed"

2019-10-15 Thread Jess Zanne Uy
Hi Ma'am Lucie,

Please see attached of my
ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log.

 ovirtlog1.txt



Thanks,
Jess

On Tue, Oct 15, 2019 at 5:47 PM Lucie Leistnerova 
wrote:

> Hi Jess,
>
> please send the host deploy log, e.g.
> ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log
>
> Thanks.
> On 10/15/19 10:34 AM, Jess Zanne Uy wrote:
>
> Hi Sir/Madaam,
> I'm trying to search for hours now but still no luck
> I can already access the oVirt engine web port via IP address. I'm running
> via Virtualbox machine.
> Configured data center, cluster. Then after adding new host. Error occur
> "Install failed".
> Tried to check the engine log. It says "EVENT ID: VDS
> INSTALL_FAILED(505), Host ovirt host installation failed. Command returned
> failure code 1 during SSH session"
> My IP address and password is exact. And edited the /etc/host IP_ADDRESS
> localhost.localdomain
> My hostname is default, BTW
> Any help what's wrong with the configuration.
> Please see attached logs
>  ovirtlog.txt
> 
>
> ___
> 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/M26BAA6V7JRIYGAZ5WPL5K77K4GFLZ6C/
>
> --
> Lucie Leistnerova
> Senior Quality Engineer, QE Cloud, RHVM
> Red Hat EMEA
>
> IRC: lleistne @ #rhev-qe
>
>
___
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/I3BGQ3J57O64QMAIP2I4VBS3VP3CXCOJ/


[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
The curl command was just a try - I need to configure the authentication 
information in "metrics-store-config.yml" and
"secure_vars.yaml". Somehow I've got to select the authentication profile - eg. 
"internal" for "admin@internal" or "Domain" for auth with AD User.

But this is only an assumption, since during the installation there's an 
according error message:
"Error during SSO authentication access_denied : Cannot authenticate user 
'xxx@x.LOCAL': No valid profile found in credentials.."

That error message corresponds to the error when I try to authenticate with 
curl.
The login on the webinterface however works - but there's an dedicated option 
(drop down menu) for selecting the profile. 
___
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/5RXW5AEUHVM3KROJPFWPJHIMWSIW6NGO/


[ovirt-users] Re: Host "install failed"

2019-10-15 Thread Lucie Leistnerova

Hi Jess,

please send the host deploy log, e.g. 
ovirt-host-deploy-20191014174056-10.8.105.116-54aeb232.log


Thanks.

On 10/15/19 10:34 AM, Jess Zanne Uy wrote:

Hi Sir/Madaam,
I'm trying to search for hours now but still no luck
I can already access the oVirt engine web port via IP address. I'm 
running via Virtualbox machine.
Configured data center, cluster. Then after adding new host. Error 
occur "Install failed".
Tried to check the engine log. It says "EVENT ID: VDS 
INSTALL_FAILED(505), Host ovirt host installation failed. Command 
returned failure code 1 during SSH session"
My IP address and password is exact. And edited the /etc/host 
IP_ADDRESS localhost.localdomain

My hostname is default, BTW
Any help what's wrong with the configuration.
Please see attached logs
ovirtlog.txt 



___
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/M26BAA6V7JRIYGAZ5WPL5K77K4GFLZ6C/


--
Lucie Leistnerova
Senior Quality Engineer, QE Cloud, RHVM
Red Hat EMEA

IRC: lleistne @ #rhev-qe

___
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/MSKBACVFFIDGVN74VUM3X3QDONC632LE/


[ovirt-users] Host "install failed"

2019-10-15 Thread Jess Zanne Uy
Hi Sir/Madaam,

I'm trying to search for hours now but still no luck
I can already access the oVirt engine web port via IP address. I'm running
via Virtualbox machine.
Configured data center, cluster. Then after adding new host. Error occur
"Install failed".

Tried to check the engine log. It says "EVENT ID: VDS INSTALL_FAILED(505),
Host ovirt host installation failed. Command returned failure code 1 during
SSH session"

My IP address and password is exact. And edited the /etc/host IP_ADDRESS
localhost.localdomain
My hostname is default, BTW

Any help what's wrong with the configuration.

Please see attached logs

 ovirtlog.txt

___
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/M26BAA6V7JRIYGAZ5WPL5K77K4GFLZ6C/


[ovirt-users] Re: disk locked after export as OVA

2019-10-15 Thread Arsène Gschwind
Hi,

I'm having exactly the same problem after exporting a VM as OVA, the duplicated 
Disk stays as "locked" even if no unfinished or zombie task is there.
Any idea how to get that disk removed?
I did try taskcleaner.sh and unlock_entity.sh without success since there is no 
task available.

I'm running oVirt: 4.2.8.2-1.el7

Thanks a lot,
Arsene

On Mon, 2018-09-17 at 17:04 +0800, adam...@adagene.com.cn wrote:
Hello, everyone. I tried to export a vm as OVA. I got a error in webui:
VDSM ovirt1.ntbaobei.com command HSMGetAllTasksStatusesVDS failed: Volume Group 
not big enough: (u'Not enough free extents for extending LV 
d9f2378f-92f0-4bc1-96a8-20a0f2c575cb/c515a3f9-0590-4ebe-81c5-9d0993f1fec9 
(free=848, needed=872)',)

seems no enough space in the storage domain.
I deleted the vm which i wanted to export as OVA before, but I saw a disk with 
id 8140d2e7-6908-438e-a646-23e58a33913e left in the storage and the status is 
locked.

here's some log in the engine.log:
2018-09-17 14:27:03,467+08 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-107849) 
[a407f6a9-445d-4ccc-b998-f9dfc6dc67ec] START, CopyImageVDSCommand( 
CopyImageVDSCommandParameters:{storagePoolId='79432500-ad45-11e8-98f3-00163e188641',
 ignoreFailoverLimit='false', 
storageDomainId='d9f2378f-92f0-4bc1-96a8-20a0f2c575cb', 
imageGroupId='ee55bbe7-8001-4c82-b1a6-0cac7710704b', 
imageId='701a7472-8c00-4b9f-aa87-4837eb128695', 
dstImageGroupId='8140d2e7-6908-438e-a646-23e58a33913e', 
vmId='b3aa623e-3072-430e-87d6-b81a3b07f466', 
dstImageId='c515a3f9-0590-4ebe-81c5-9d0993f1fec9', imageDescription='', 
dstStorageDomainId='d9f2378f-92f0-4bc1-96a8-20a0f2c575cb', 
copyVolumeType='LeafVol', volumeFormat='COW', preallocate='Sparse', 
postZero='false', discard='false', force='true'}), log id: 164e3046
2018-09-17 14:27:03,467+08 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-107849) 
[a407f6a9-445d-4ccc-b998-f9dfc6dc67ec] ++ 
dstImageGUID=8140d2e7-6908-438e-a646-23e58a33913e

I think maybe some command did not been excuted after I export the vm as OVA. I 
can find the similar case here:
https://access.redhat.com/solutions/1298893

I have used the tool  unlock_entity.sh but cannot find any disk that is locked.
So what should I do to delete the disk that is been locked?




yours Adam

___

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/BCB7FFCGA5CTTC44K3V766N4OSXEGBGE/

___
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/ZVURSG5YF2H6MFY5UY6Y2BQYI6LOYQ7Y/


[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Strahil
This one worked for me:
curl --cacert ~/API/ca-cert -X GET -H "Accept: application/xml"   -u 
'admin@internal'  'https://engine.localdomain/ovirt-engine/api/URL-more'

So, try without the password...

Best Regards,
Strahil NikolovOn Oct 15, 2019 10:54, Markus Schaufler 
 wrote:
>
> I also cannot authenticate e.g. with 
>
> curl -u admin@internal:pass https://.at/ovirt-engine/api 
>
> access_denied: Cannot authenticate user 'ADMIN@INTERNAL': No valid profile 
> found in credentials. 
>
> How can I specify the profile?
> ___
> 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/FRUQZ3S63EZCJG5GT73RMOIIMRE22E7B/
___
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/P2HKA632VAOJBDYCM2WF7PCVSKGACGSC/


[ovirt-users] Re: oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
I also cannot authenticate e.g. with 

curl -u admin@internal:pass https://.at/ovirt-engine/api

access_denied: Cannot authenticate user 'ADMIN@INTERNAL': No valid profile 
found in credentials.

How can I specify the profile?
___
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/FRUQZ3S63EZCJG5GT73RMOIIMRE22E7B/


[ovirt-users] Re: Clean up engine database?

2019-10-15 Thread Lucie Leistnerova


On 10/15/19 5:54 AM, Strahil wrote:

Can someonw clarify whether the DB will grow forever , if we never do a vacuum  
(either with these commands or via the engine-upgrade)?


The postgres database runs autovacuum regularly by default and engine 
defines some vacuum variables in postgresql.conf to be more efficient. 
Autovacuum runs standard vacuum (not FULL) and this can reclaim less space.
When you have smaller environment the grow of dwh database is not to 
significant but with big setup it can be different. So is good to run 
full vacuum in some time to reclaim more space. The thing is that this 
takes a lot of time and tables are locked, so engine/dwh can't work with 
them properly and need to be stopped.



Best Regards,
Strahil NikolovOn Oct 14, 2019 17:03, Lucie Leistnerova  
wrote:


On 10/14/19 3:36 PM, Chris Adams wrote:

Once upon a time, Lucie Leistnerova  said:

Ah, you are right. dwh-vacuum was added in 4.2.

Just for interest, I tried this on my 4.3.6 dev setup, and it just
gives:

[root@engine ~]# dwh-vacuum
/usr/bin/dwh-vacuum: line 47: vacuumdb: command not found

Looks like it needs the SCL enablement that engine-vacuum has.

My mistake, I thought it was fixed already but it was only for
engine-vacuum.
I've created new BZ https://bugzilla.redhat.com/show_bug.cgi?id=1761494

Thanks for catching this!

--
Lucie Leistnerova
Senior Quality Engineer, QE Cloud, RHVM
Red Hat EMEA

IRC: lleistne @ #rhev-qe
___
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/5WGD552G3GKGSIIJ5IAXFBUMI7MM4KXP/


--
Lucie Leistnerova
Senior Quality Engineer, QE Cloud, RHVM
Red Hat EMEA

IRC: lleistne @ #rhev-qe
___
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/GJFBGMEB226LACDMTTY6GGAENVWUXEOY/


[ovirt-users] Re: Upload ISO with ovirt-imageio-proxy

2019-10-15 Thread Markus Schaufler
Had the same problem  - was my fault: had to remove password from private key 
(hence the name "apache.key.NOPASS")
Maybe you'll double check that.
___
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/SII64AEDKSK7HSBBHJZFXBVBKJLZBA2L/


[ovirt-users] oVirt Metrics Store Installation - Error during SSO authentication

2019-10-15 Thread Markus Schaufler
Hi,

oVirt 4.3.5
changed certificate to one from an official CA
configured active directory auth
no kerberos / no ldapS

as per: 
https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html-single/metrics_store_installation_guide/index#Installing_metrics_store

ANSIBLE_JINJA2_EXTENSIONS="jinja2.ext.do" 
./configure_ovirt_machines_for_metrics.sh 
--playbook=ovirt-metrics-store-installation.yml --ask-vault-pass -


During installation of the metrics store following error appears:

TASK [oVirt.image-template : Login to oVirt] 
*
task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:41
 ESTABLISH LOCAL CONNECTION FOR USER: root
 EXEC /bin/sh -c 'echo ~root && sleep 0'
 EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944 `" && echo 
ansible-tmp-1571121133.7-63276692983944="` echo 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944 `" ) && sleep 0'
Using module file 
/usr/lib/python2.7/site-packages/ansible/modules/cloud/ovirt/ovirt_auth.py
 PUT /root/.ansible/tmp/ansible-local-32046wbKds4/tmpyM5Ro2 TO 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 EXEC /bin/sh -c 'chmod u+x 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/ 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 && sleep 0'
 EXEC /bin/sh -c '/usr/bin/python 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/AnsiballZ_ovirt_auth.py
 && sleep 0'
 EXEC /bin/sh -c 'rm -f -r 
/root/.ansible/tmp/ansible-tmp-1571121133.7-63276692983944/ > /dev/null 2>&1 && 
sleep 0'
The full traceback is:
Traceback (most recent call last):
  File "/tmp/ansible_ovirt_auth_payload_2cmBY9/__main__.py", line 276, in main
token = connection.authenticate()
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 382, in 
authenticate
self._sso_token = self._get_access_token()
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 628, in 
_get_access_token
sso_error[1]
AuthError: Error during SSO authentication access_denied : Cannot authenticate 
user 'xxx@.LOCAL': No valid profile found in credentials..

fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"ca_file": "/etc/pki/ovirt-engine/apache-ca.pem",
"compress": true,
"headers": null,
"hostname": "ovirt-poc..at",
"insecure": false,
"kerberos": false,
"ovirt_auth": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"state": "present",
"timeout": 0,
"token": null,
"url": "https://ovirt-poc..at/ovirt-engine/api;,
"username": "xxx@xxx.LOCAL"
}
},
"msg": "Error during SSO authentication access_denied : Cannot authenticate 
user 'xxx@xxx.LOCAL': No valid profile found in credentials.."
}

TASK [oVirt.image-template : Remove downloaded image] 

task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:210
skipping: [localhost] => {
"changed": false,
"skip_reason": "Conditional result was False"
}

TASK [oVirt.image-template : Remove vm] 
**
task path: 
/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml:216
fatal: [localhost]: FAILED! => {
"msg": "The conditional check 'ovirt_templates | length == 0' failed. The 
error was: error while evaluating conditional (ovirt_templates | length == 0): 
'ovirt_templates' is undefined\n\nThe error appears to be in 
'/usr/share/ansible/roles/ovirt.image-template/tasks/qcow2_image.yml': line 
216, column 7, but may\nbe elsewhere in the file depending on the exact syntax 
problem.\n\nThe offending line appears to be:\n\n\n- name: Remove vm\n  
^ here\n"
}

###


Double-checked the credentials in "metrics-store-config.yml" and 
"secure_vars.yaml" and tried with admin@internal with same error. 

Any hints on this?
___
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/TN72E7YVV3EGO2UKYAIU35KSA6QEA5QO/