[ovirt-users] Re: Fw: Upgrade 4.2.6 to 4.3.x

2019-11-06 Thread Yedidyah Bar David
On Thu, Nov 7, 2019 at 8:37 AM Srivathsa Puliyala
 wrote:
>
> ++ users@ovirt.org
>
> 
> From: Srivathsa Puliyala
> Sent: Wednesday, November 6, 2019 11:38 AM
> To: users-ow...@ovirt.org 
> Subject: Upgrade 4.2.6 to 4.3.x
>
> Hi,
>
> I am trying to follow the documentation for the ovirt-engine upgrade 
> (https://www.ovirt.org/documentation/upgrade-guide/appe-Upgrading_to_oVirt_Engine_4.2_with_ovirt-fast-forward-upgrade.html)
>  but unable to find the package. Could anyone please help on this?
>
> #
> No package ovirt-fast-forward-upgrade available.
> Error: Nothing to do
> #
>
> FYI: ovirt engine is running on CentOS Linux 7 (Core)

I am pretty certain that this is a bug in the documentation - that it was
automatically converted from RHV docs, which include this content, and
whoever did that didn't notice that this section should be removed.

ovirt-fast-forward-upgrade was never released as part of oVirt.

The original RFE bug to create it is:

https://bugzilla.redhat.com/show_bug.cgi?id=1366900

You are welcome to go and read the entire discussion there.

It currently works only on RHV.

It should probably not be too hard to adapt it to work also on oVirt,
but no-one volunteered to work on this. It's an open-source project,
patches are welcome :-)

Personally, I do not think it's that useful. All this tool does it what the
documentation already tells you to do manually - Add repos, Update and run
Setup, yum update, repeat from current installed to latest released version.
I personally only do this manually anyway, even on the RHV installations I
use for development.

There is a slight complication with RHV compared to oVirt - it's slightly
more work to add handle repos (you have to make sure your system is
registered and update the channels). In oVirt that's just installing a
single release rpm. I guess this was the main reason that people wanted
this tool for RHV.

Best regards,
-- 
Didi
___
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/6DF4KBAOGWGJCMSJWV73TC6MNLUO6HOZ/


[ovirt-users] Fw: Upgrade 4.2.6 to 4.3.x

2019-11-06 Thread Srivathsa Puliyala
++ users@ovirt.org


From: Srivathsa Puliyala
Sent: Wednesday, November 6, 2019 11:38 AM
To: users-ow...@ovirt.org 
Subject: Upgrade 4.2.6 to 4.3.x

Hi,

I am trying to follow the documentation for the ovirt-engine upgrade 
(https://www.ovirt.org/documentation/upgrade-guide/appe-Upgrading_to_oVirt_Engine_4.2_with_ovirt-fast-forward-upgrade.html)
 but unable to find the package. Could anyone please help on this?

#
No package ovirt-fast-forward-upgrade available.
Error: Nothing to do
#

FYI: ovirt engine is running on CentOS Linux 7 (Core)

Thank you.
Srivathsa
___
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/XXU6QF5P4SZEAZL45LK4FMUR7LMY5EZ7/


[ovirt-users] Re: terraform integration

2019-11-06 Thread Roy Golan
On Thu, 7 Nov 2019 at 00:10, Nathanaël Blanchet  wrote:

>
> Le 05/11/2019 à 21:50, Roy Golan a écrit :
>
>
>
> On Tue, 5 Nov 2019 at 22:46, Roy Golan  wrote:
>
>>
>>
>> On Tue, 5 Nov 2019 at 20:28, Nathanaël Blanchet  wrote:
>>
>>>
>>> Le 05/11/2019 à 18:22, Roy Golan a écrit :
>>>
>>>
>>>
>>> On Tue, 5 Nov 2019 at 19:12, Nathanaël Blanchet 
>>> wrote:
>>>

 Le 05/11/2019 à 13:54, Roy Golan a écrit :



 On Tue, 5 Nov 2019 at 14:52, Nathanaël Blanchet 
 wrote:

> I tried openshift-install after compiling but no ovirt provider is
> available... So waht do you mean when you say "give a try"? Maybe only
> provisionning ovirt with the terraform module?
>
> [root@vm5 installer]# bin/openshift-install create cluster
> ? Platform  [Use arrows to move, space to select, type to filter, ?
> for more help]
> > aws
>   azure
>   gcp
>   openstack
>
>
>
 Its not merged yet. Please pull this image and work with it as a
 container
 quay.io/rgolangh/openshift-installer

 A little feedback as you asked:

 [root@openshift-installer ~]# docker run -it 56e5b667100f create
 cluster
 ? Platform ovirt
 ? Enter oVirt's api endpoint URL
 https://air-dev.v100.abes.fr/ovirt-engine/api
 ? Enter ovirt-engine username admin@internal
 ? Enter password **
 ? Pick the oVirt cluster Default
 ? Pick a VM template centos7.x
 ? Enter the internal API Virtual IP 10.34.212.200
 ? Enter the internal DNS Virtual IP 10.34.212.100
 ? Enter the ingress IP  10.34.212.50
 ? Base Domain oc4.localdomain
 ? Cluster Name test
 ? Pull Secret [? for help] *
 INFO Creating infrastructure resources...
 INFO Waiting up to 30m0s for the Kubernetes API at
 https://api.test.oc4.localdomain:6443...
 ERROR Attempted to gather ClusterOperator status after installation
 failure: listing ClusterOperator objects: Get
 https://api.test.oc4.localdomain:6443/apis/config.openshift.io/v1/clusteroperators:
 dial tcp: lookup api.test.oc4.localdomain on 10.34.212.100:53: no such
 host
 INFO Pulling debug logs from the bootstrap machine
 ERROR Attempted to gather debug logs after installation failure: failed
 to create SSH client, ensure the proper ssh key is in your keyring or
 specify with --key: failed to initialize the SSH agent: failed to read
 directory "/output/.ssh": open /output/.ssh: no such file or directory
 FATAL Bootstrap failed to complete: waiting for Kubernetes API: context
 deadline exceeded

- 6 vms are successfully created thin dependent from the template


- each vm is provisionned by cloud-init
- the step "INFO Waiting up to 30m0s for the Kubernetes API at
https://api.test.oc4.localdomain:6443..."; fails. It seems that the
DNS pod is not up at this time.
- Right this moment, there is no more visibility on what is done,
what goes wrong... what's happening there? supposing a kind of playbook
downloading a kind of images...
- The" pull secret step" is not clear: we must have a redhat
account to https://cloud.redhat.com/openshift/install/ to get a key
like
-
{"auths":{"cloud.openshift.com

 ":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K2V4cGxvaXRhYmVzZnIxdGN0ZnR0dmFnMHpuazMxd2IwMnIwenV1MDg6TE9XVzFQODM1NzNJWlI4MlZDSUEyTFdEVlJJS0U5VTVWM0NTSUdOWjJH==","email":
"expl...@abes.fr" },"quay.io

 ":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K2V4cGxvaXRhYmVzZnIxdGN0ZnR0dmFnMHpuazMxd2IwMnIwenV1MDg6TE9XVzFQODM1NzNJWlI4MlZDSUEyTFdEVlJJS0U5VTVWM0NTSUdOWjJH==","email":
"expl...@abes.fr" },"registry.connect.redhat.com

 ":{"auth":"NTI0MjkwMnx1aGMtMVRDVEZUVFZBRzBaTkszMXdCMDJSMFp1VTA4OmV5SmhiR2NpT2lKU1V6VXhNaUo5LmV5SnpkV0lpT2lJMk4ySTJNREV3WXpObE1HSTBNbVE0T1RGbVpUZGxa**","email":
"expl...@abes.fr" },"registry.redhat.io

 ":{"auth":"NTI0MjkwMnx1aGMtMVRDVEZUVFZBRzBaTkszMXdCMDJSMFp1VTA4OmV5SmhiR2NpT2lKU1V6VXhNaUo5LmV5SnpkV0lpT2lJMk4ySTJNREV3WXpObE1HSTBNbVE0T1RGbVpUZGxa**","email":
"expl...@abes.fr" }}}


 Can you tell me if I'm doing wrong?

>>>
>>> What is the template you are using? I don't think its RHCOS(Red Hat
>>> CoreOs) template, it looks like Centos?
>>>
>>> Use this gist to import the template
>>> https://gist.github.com/rgolangh/adccf6d6b5eaecaebe0b0aeba9d3331b
>>>
>>> Unfortunately, the result is the same with the RHCOS template...
>>>
>>
>> Make sure that:
>> - the IPs supplied are taken, and belong to the VM network of those
>> master VMs
>> - localdomain or local domain suffix shouldn't be used
>> - your ovirt-engine is version 4.3.7 or master
>>
>> I didn't mention that you can provide any domain name, even non-existing

[ovirt-users] Re: Cannot enable maintenance mode

2019-11-06 Thread Bruno Martins
Hello Martin,

Yeah, I did reboot the host multiple times without any improvement.
I was wondering if there’s a way to force the host getting into an “unmanaged” 
state so I can add it back to oVirt Manager afterwards.

Kind regards,

From: Martin Perina 
Sent: Tuesday, November 5, 2019 11:13 AM
To: Bruno Martins 
Cc: users@ovirt.org; Artur Socha 
Subject: Re: [ovirt-users] Re: Cannot enable maintenance mode

Hi Bruno,

how have you rebooted the host? Have you used Stop/Start/Restart functions from 
Power Management menu in host detail in webadmin?

Regards,
Martin

On Tue, Nov 5, 2019 at 2:29 AM Bruno Martins 
mailto:bruno.o.martins@gfi.world>> wrote:
Hi Lukas,

Thanks for your message!

In my cluster, I have all the VM's running under "HOST2".
The issue I'm having is that I can't enable maintenance mode on "HOST1", in 
order to re-add it to oVirt Manager (SSL certificate replacement stuff). I did 
it successfully on "HOST2", but the other one seems to ignore my actions, with 
that message in the logs...

Cheers,

Bruno

From: Lukas Svaty mailto:lsv...@redhat.com>>
Sent: 16 de outubro de 2019 10:49
To: Bruno Martins mailto:bruno.o.martins@gfi.world>>
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Cannot enable maintenance mode

Did you

"Consider manual intervention"

such as

"stopping" or "migrating Vms"

which are running on that host?

If you are trying to put host to maintenance, it will migrate all the VMs 
somewhere else, thus... you might have problem with migrations (try to migrate 
them to other destination host) or power them off.

On Wed, Oct 16, 2019 at 9:15 AM Bruno Martins 
> wrote:
Hey guys,

There are really no options left here? Is there something else I should check?

Thank you!

-Original Message-
From: Bruno Martins 
>
Sent: 3 de outubro de 2019 22:41
To: Benny Zlotnik >
Cc: mailto:users@ovirt.org
Subject: [ovirt-users] Re: Cannot enable maintenance mode

Hello Benny,

I did. No luck, still...

Cheers!

-Original Message-
From: Benny Zlotnik >
Sent: 2 de outubro de 2019 19:19
To: Bruno Martins 
>
Cc: mailto:users@ovirt.org
Subject: Re: [ovirt-users] Re: Cannot enable maintenance mode

Did you try the "Confirm Host has been rebooted" button?

On Wed, Oct 2, 2019 at 9:17 PM Bruno Martins 
> wrote:
>
> Hello guys,
>
> No ideas for this issue?
>
> Thanks for your cooperation!
>
> Kind regards,
>
> -Original Message-
> From: Bruno Martins 
> >
> Sent: 29 de setembro de 2019 16:16
> To: mailto:users@ovirt.org
> Subject: [ovirt-users] Cannot enable maintenance mode
>
> Hello guys,
>
> I am being unable to put a host from a two nodes cluster into maintenance 
> mode in order to remove it from the cluster afterwards.
>
> This is what I see in engine.log:
>
> 2019-09-27 16:20:58,364 INFO  
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
> (org.ovirt.thread.pool-6-thread-45) [4cc251c9] Correlation ID: 4cc251c9, Job 
> ID: 65731fbb-db34-49a9-ab56-9fba59bc0ee0, Call Stack: null, Custom Event ID: 
> -1, Message: Host CentOS-H1 cannot change into maintenance mode - not all Vms 
> have been migrated successfully. Consider manual intervention: 
> stopping/migrating Vms: Non interactive user (User: admin).
>
> Host has been rebooted multiple times. vdsClient shows no VM's running.
>
> What else can I do?
>
> Kind regards,
>
> Bruno Martins
> ___
> Users mailing list -- mailto:users@ovirt.org To 
> unsubscribe send an
> email to mailto: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/X5FJWFW7
> GXNW6YWRPFWOKA6VU3RH4WD3/
> ___
> Users mailing list -- mailto:users@ovirt.org To 
> unsubscribe send an
> email to mailto: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/DD5DW6KK
> OOHGL3WFEKIIIS57BN3VWMAQ/

___
Users mailing list -- mailto:users@ovirt.org To 
unsubs

[ovirt-users]Re: Can ovirt-node support multiple network cards ?

2019-11-06 Thread wangyu13476969128
What is the auth host name and the provider url of the ovirt-provider-ovn
in engine?

The provider url of ovirt-provider-ovn  in engine is :
https://ovirt-manager:9696/

When I  access  https://ovirt-manager:9696/ , it show :
{
  "error": {
"message": "Error during SSO authentication invalid_grant : The provided 
authorization grant for the auth code has expired.",
"code": 401,
"title": "Unauthorized"
  }
}

The hostname of  ovirt-engine  is  "ovirt-manager" 
___
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/OEXIJZ3QXPFC5M4VDVO6TNXCO2NAR5CV/


[ovirt-users]Re: Can ovirt-node support multiple network cards ?

2019-11-06 Thread wangyu13476969128
What kind of operation is needed to achieve this effect?
___
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/V6BMCUZT723TQTWUO5XCFVNE7CQMSS6F/


[ovirt-users] Re: DHCP Client in Guest VM does not work on ovirtmgmt

2019-11-06 Thread ccesario
> The output of  "tcpdump -i ovirtmgmt -pvn port 67 and port 68" in
> https://pastebin.com/a2DEyL0e looks like the DHCP reply does not reach the
> ovirtmgmt bridge.
> Is the ovirtmgmt bridge / network attachment on the host able to receive
> configuration by DHCP?
> 
Yes, it is able, it is on the same VLAN.
If I configure the ovirtmgmt interface as DHCP, it works. The DHCP delivery IP 
to ovirtmgmt interface.

The problem it seems with VMS using this network. 
> On Wed, Nov 6, 2019 at 7:08 PM 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/U6ITBSZ3ZWNVFST4MUU6URK5M6U65TS6/


[ovirt-users]Re: Can ovirt-node support multiple network cards ?

2019-11-06 Thread wangyu13476969128
What I hope to do is that the two NICs of the virtual machine are on the same 
network segment as the two NICs on the node. For example, the two IPs on node 
are 172.16.100.10 and 172.16.131.20 respectively. I hope the effect is  the IP 
of the virtual machine on node is also 172.16.100.* and 172.16.131.*
___
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/HECCFIC2IUBZ7DZWDJN5IGMCW4RLI324/


[ovirt-users]Re: Can ovirt-node support multiple network cards ?

2019-11-06 Thread wangyu13476969128
I check the status of  ovirt-provider-ovn.  It's inactive.

[root@ovirt-manager ~]# systemctl status ovirt-provider-ovn
● ovirt-provider-ovn.service - oVirt OVN provider
   Loaded: loaded (/usr/lib/systemd/system/ovirt-provider-ovn.service; 
disabled; vendor preset: disabled)
   Active: inactive (dead)

Then I start ovirt-provider-ovn  service.

[root@ovirt-manager ~]# systemctl start ovirt-provider-ovn

[root@ovirt-manager ~]# systemctl status ovirt-provider-ovn
● ovirt-provider-ovn.service - oVirt OVN provider
   Loaded: loaded (/usr/lib/systemd/system/ovirt-provider-ovn.service; 
disabled; vendor preset: disabled)
   Active: active (running) since Thu 2019-11-07 09:29:00 CST; 2s ago
 Main PID: 10512 (python2)
   CGroup: /system.slice/ovirt-provider-ovn.service
   └─10512 /usr/bin/python2 /usr/share/ovirt-provider-ovn/ovirt_provi...
___
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/FKBWGQ7FK2XSS624KSGZVC2Y6WYC6DHX/


[ovirt-users] Re: DHCP Client in Guest VM does not work on ovirtmgmt

2019-11-06 Thread Dominik Holler
The output of  "tcpdump -i ovirtmgmt -pvn port 67 and port 68" in
https://pastebin.com/a2DEyL0e looks like the DHCP reply does not reach the
ovirtmgmt bridge.
Is the ovirtmgmt bridge / network attachment on the host able to receive
configuration by DHCP?

On Wed, Nov 6, 2019 at 7:08 PM  wrote:

> Hi Ales, have you any new tip about this?
>
> regards,
> Carlos
> ___
> 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/BM7J3AREZ2X6YF5LRMONHEOZU2JJ7Q2Y/
>
___
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/EKUTVQAX5IPDAMC5AKJOSZXDPOUFTTP3/


[ovirt-users] Re: terraform integration

2019-11-06 Thread Nathanaël Blanchet


Le 05/11/2019 à 21:50, Roy Golan a écrit :



On Tue, 5 Nov 2019 at 22:46, Roy Golan > wrote:




On Tue, 5 Nov 2019 at 20:28, Nathanaël Blanchet mailto:blanc...@abes.fr>> wrote:


Le 05/11/2019 à 18:22, Roy Golan a écrit :



On Tue, 5 Nov 2019 at 19:12, Nathanaël Blanchet
mailto:blanc...@abes.fr>> wrote:


Le 05/11/2019 à 13:54, Roy Golan a écrit :



On Tue, 5 Nov 2019 at 14:52, Nathanaël Blanchet
mailto:blanc...@abes.fr>> wrote:

I tried openshift-install after compiling but no
ovirt provider is available... So waht do you mean
when you say "give a try"? Maybe only provisionning
ovirt with the terraform module?

[root@vm5 installer]# bin/openshift-install create
cluster
? Platform  [Use arrows to move, space to select,
type to filter, ? for more help]
> aws
  azure
  gcp
  openstack


Its not merged yet. Please pull this image and work with
it as a container
quay.io/rgolangh/openshift-installer



A little feedback as you asked:

[root@openshift-installer ~]# docker run -it 56e5b667100f
create cluster
? Platform ovirt
? Enter oVirt's api endpoint URL
https://air-dev.v100.abes.fr/ovirt-engine/api
? Enter ovirt-engine username admin@internal
? Enter password **
? Pick the oVirt cluster Default
? Pick a VM template centos7.x
? Enter the internal API Virtual IP 10.34.212.200
? Enter the internal DNS Virtual IP 10.34.212.100
? Enter the ingress IP  10.34.212.50
? Base Domain oc4.localdomain
? Cluster Name test
? Pull Secret [? for help]
*
INFO Creating infrastructure resources...
INFO Waiting up to 30m0s for the Kubernetes API at
https://api.test.oc4.localdomain:6443...
ERROR Attempted to gather ClusterOperator status after
installation failure: listing ClusterOperator objects:
Get

https://api.test.oc4.localdomain:6443/apis/config.openshift.io/v1/clusteroperators:
dial tcp: lookup api.test.oc4.localdomain on
10.34.212.100:53 : no such host
INFO Pulling debug logs from the bootstrap machine
ERROR Attempted to gather debug logs after installation
failure: failed to create SSH client, ensure the proper
ssh key is in your keyring or specify with --key: failed
to initialize the SSH agent: failed to read directory
"/output/.ssh": open /output/.ssh: no such file or directory
FATAL Bootstrap failed to complete: waiting for
Kubernetes API: context deadline exceeded

  * 6 vms are successfully created thin dependent from
the template

  * each vm is provisionned by cloud-init
  * the step "INFO Waiting up to 30m0s for the Kubernetes
API at https://api.test.oc4.localdomain:6443...";
fails. It seems that the DNS pod is not up at this time.
  * Right this moment, there is no more visibility on
what is done, what goes wrong... what's happening
there? supposing a kind of playbook downloading a
kind of images...
  * The" pull secret step" is not clear: we must have a
redhat account to
https://cloud.redhat.com/openshift/install/ to get a
key like
 *

{"auths":{"cloud.openshift.com

":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K2V4cGxvaXRhYmVzZnIxdGN0ZnR0dmFnMHpuazMxd2IwMnIwenV1MDg6TE9XVzFQODM1NzNJWlI4MlZDSUEyTFdEVlJJS0U5VTVWM0NTSUdOWjJH==","email":"expl...@abes.fr"
},"quay.io

":{"auth":"b3BlbnNoaWZ0LXJlbGVhc2UtZGV2K2V4cGxvaXRhYmVzZnIxdGN0ZnR0dmFnMHpuazMxd2IwMnIwenV1MDg6TE9XVzFQODM1NzNJWlI4MlZDSUEyTFdEVlJJS0U5VTVWM0NTSUdOWjJH==","email":"expl...@abes.fr"
},"registry.connect.redhat.com

":{"auth":"NTI0MjkwMnx1aGMtMVRDVEZUVFZBRzBaTkszMXdCMDJSMFp1VTA4OmV5SmhiR2NpT2lKU1V6VXhNaUo5LmV5SnpkV0lpT2lJMk4ySTJNREV3WXpObE1HSTBNbVE0T1RGbVpUZGxa**","email":"expl...@abes.fr"
},"registry.redhat.io

":{"auth":"NTI0MjkwMnx1aGMtMVRDVEZUVFZ

[ovirt-users] Supporting larger than 8TiB Lun's iSCSI RHV/oVirt

2019-11-06 Thread Green, Jacob Allen /C
  I have a question regarding the information in the following 
screenshot. According to https://access.redhat.com/articles/906543 there is an 
8TiB limit I assume this is per LUN? Also if I want to go past 8TiB per LUN is 
there some configuration I need to edit somewhere? And is there a problem with 
going past 8TiB per LUN? I think it more manageable to simply increase LUN 
sizes if you have the storage, instead of adding additional LUN’s to your 
storage domain, however I may not fully understand the problems with increasing 
LUN sizes.

Thank you.

[cid:image001.png@01D5948E.D0101740]

Jacob.
___
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/QKPBEVAI57F4YTNJYQE7C4BOH4MT7AYU/


[ovirt-users] Re: DHCP Client in Guest VM does not work on ovirtmgmt

2019-11-06 Thread ccesario
Hi Ales, have you any new tip about this?

regards,
Carlos
___
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/BM7J3AREZ2X6YF5LRMONHEOZU2JJ7Q2Y/


[ovirt-users] CPU Pinning topology

2019-11-06 Thread Fabrice Bacchella
I'm trying to understand the field "CPU Pinning topology" in the "Ressource 
Allocation" tab, that looks it needed by High Performance VM.

I have this hardware:

# lscpu 
Architecture:  x86_64
CPU(s):48
On-line CPU(s) list:   0-47
Thread(s) per core:2
Core(s) per socket:12
Socket(s): 2
NUMA node(s):  2

And I want to run a 22 vCPU vm on it, so no SMT, and 11 vCPU mapped to each 
socket.

The only explanation I found about this field content was here:
https://rhv.bradmin.org/ovirt-engine/docs/Virtual_Machine_Management_Guide/appe-Reference_Settings_in_Administration_Portal_and_User_Portal_Windows.html#Virtual_Machine_Resource_Allocation_settings_explained

and I can wrap my head around it. Do I need to given explicit mapping for all 
the 22 vCPU ? And dig in lscpu -e or numactl -H to find how each pCPU is 
identified ?___
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/LWM2V4ULCHWM74CRLDTYTX6QC3Z6F3FR/


[ovirt-users]Re: Can ovirt-node support multiple network cards ?

2019-11-06 Thread Dominik Holler
On Wed, Nov 6, 2019 at 7:54 AM  wrote:

> When I create a new logical network , the option is :
> Select the "Create on external provider" check box, the External Provider
> is  "ovirt-provider-ovn".
> Leaving Connect to physical network unselected.
>

This way the network would be available only for VMs, invisible (in a
GENEVE tunnel)
on the physical network.


>
> The IP of  another network card in node2  is 172.16.91.197.
>
So the Subnet interface :
> CIDR : 172.16.90.0/23
> Gateway :  172.16.90.1
>
> Then I click "OK".
> The error  show :
> Error while executing action AddNetworkWithSubnetOnProvider: Failed to
> communicate with the external provider, see log for additional details.
>
>
This message means that ovirt-engine fails to communicate with
ovirt-provider-ovn.
What is the auth host name and the provider url of the ovirt-provider-ovn
in engine?
Is the ovirt-provider-ovn running on engine's host
(systemctl status ovirt-provider-ovn)?


> How can I solve this problem ?
>

Unfortunately I am not sure if I understood what the problem is.
Is it still related to aggregated physical interfaces to a bond?


> ___
> 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/IE22JPR3FSGRWOV3GQ5VSUE5CPFU5KI6/
>
___
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/5CZEVQHETQGBURC24OYG6ZFVR42IPC7B/


[ovirt-users] SHE with multipath on multiple iSCSI targets

2019-11-06 Thread Francesco Castellano
Dear sirs,

we're trying to install an SHE oVirt 4.3.6 using an iSCSI SAN that provides
us multiple targets (8) over 4 different portals. Following 5.1 of "RHV
installation using Cockpit" we set up iscsi and multipath ahead with a 90GB
LUN to be used for the engine VM. Unfortunately, even if the node OS sees
correctly the LUN, e.g.:

# multipath -ll
> 36000d31004235a18 dm-34 COMPELNT,Compellent Vol
> size=90G features='1 queue_if_no_path' hwhandler='0' wp=rw
> `-+- policy='service-time 0' prio=1 status=active
>   |- 16:0:0:3 sdu  65:64  active ready running
>   |- 24:0:0:3 sdt  65:48  active ready running
>   |- 17:0:0:3 sds  65:32  active ready running
>   |- 25:0:0:3 sdv  65:80  active ready running
>   |- 15:0:0:3 sdx  65:112 active ready running
>   |- 29:0:0:3 sdw  65:96  active ready running
>   |- 28:0:0:3 sdy  65:128 active ready running
>   |- 20:0:0:3 sdz  65:144 active ready running
>   `- 21:0:0:3 sdaa 65:160 active ready running


# lsscsi -ist | grep 36000d31004235a18
> [15:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235a43,t,0x0
>  /dev/sdx   36000d31004235a18  96.6GB
> [16:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235a43,t,0x0
>  /dev/sdu   36000d31004235a18  96.6GB
> [17:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235a44,t,0x0
>  /dev/sds   36000d31004235a18  96.6GB
> [20:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235243,t,0x0
>  /dev/sdz   36000d31004235a18  96.6GB
> [21:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235244,t,0x0
>  /dev/sdaa  36000d31004235a18  96.6GB
> [24:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235a48,t,0x0
>  /dev/sdt   36000d31004235a18  96.6GB
> [25:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235a49,t,0x0
>  /dev/sdv   36000d31004235a18  96.6GB
> [28:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235248,t,0x0
>  /dev/sdy   36000d31004235a18  96.6GB
> [29:0:0:3]   diskiqn.2002-03.com.compellent:5000d31004235249,t,0x0
>  /dev/sdw   36000d31004235a18  96.6GB
>

# iscsiadm -m session | grep -E '[a2]4[3489]' | sort -k 3.8
> tcp: [1] 10.201.204.10:3260,0 iqn.2002-03.com.compellent:5000d31004235a43
> (non-flash)
> tcp: [2] 10.201.204.10:3260,0 iqn.2002-03.com.compellent:5000d31004235a43
> (non-flash)
> tcp: [3] 10.201.204.10:3260,0 iqn.2002-03.com.compellent:5000d31004235a44
> (non-flash)
> tcp: [6] 10.201.204.20:3260,0 iqn.2002-03.com.compellent:5000d31004235243
> (non-flash)
> tcp: [7] 10.201.204.20:3260,0 iqn.2002-03.com.compellent:5000d31004235244
> (non-flash)
> tcp: [10] 10.201.205.10:3260,0
> iqn.2002-03.com.compellent:5000d31004235a48 (non-flash)
> tcp: [11] 10.201.205.10:3260,0
> iqn.2002-03.com.compellent:5000d31004235a49 (non-flash)
> tcp: [14] 10.201.205.20:3260,0
> iqn.2002-03.com.compellent:5000d31004235248 (non-flash)
> tcp: [15] 10.201.205.20:3260,0
> iqn.2002-03.com.compellent:5000d31004235249 (non-flash)
>

during the engine deploy neither via cockpit nor with "hosted-engine
--deploy" it was able to see any LUN.

Having a lot of portals (4) and each having 4 targets (two of which being
independents path to the LUN), we chose a portal to discover, it proposed
us 4 targets, and we had to choose a target to log in, but in the end, no
LUN was proposed.

After a few attempts, we found that, if we logged out from any targets (and
clean up the open-iscsi database), after the login in an appropriate
target, the installer proposed us the LUN, and we successfully deployed the
SHE.

But unfortunately, such an installation doesn't track effectively all the 8
paths over 8 different targets, but just the one chosen during the
installation (this is different, for example, with respect to other LUNs
for data domains that we attached afterwards). Thus we miss the HA we aimed
to for the engine data domain.

I said this, because when I ask for /ovirt-engine/api/storagedomains,
whilst a second LUN has 8 children with different targets
below storage_domain/${another data
domain}/storage/volume_group/logical_units/logical_unit/, for the
hosted_storage I just have one.

My questions are:

a) is there a way to add the other targets/paths consistently (even through
the REST interface)?
b) is there another installation, or recovery, procedure to get the engine
data domain in high availability on our iSCSI topology?

Thank you so much for your suggestions, they are really appreciated,

Best regards,
Francesco Castellano
___
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/LSWEP7OSCKKCT2DBJMN3MMX6CPKBHTBD/


[ovirt-users] Re: How to pass parameters between VDSM Hooks domxml in single run

2019-11-06 Thread Vrgotic, Marko
Dear Michal,



We went with your first recommendation and built two python scripts. It works 
very nice and I am happy to share them with you:



1. after_vm_migrate_source/60_register_migration





#!/usr/bin/python2

from __future__ import print_function

import hooking

import os

import logging



logger = logging.getLogger("register_migration")



if __name__ == "__main__":

try:

logging.basicConfig(filename="/var/log/vdsm/custom_hooks.log", 
level=logging.INFO, format='%(asctime)s %(levelname)s %(name)s:%(message)s', 
datefmt = '%Y-%m-%d %H:%M:%S')

domxml = hooking.read_domxml()

vmid = domxml.getElementsByTagName('uuid')[0]

vmid = vmid.firstChild.data

tmp_file = os.path.join("/tmp", vmid)

open(tmp_file, "a").close()

logger.info("Migrating VM {vmid}, creating temp file 
{tmp_file}".format(vmid=vmid, tmp_file=tmp_file))

except Exception as e:

logging.exception("Caught exception")







2. after_vm_destroy/60_nsupdate:



/

#!/usr/bin/python2

from __future__ import print_function

import hooking

import logging

import os

import subprocess

from subprocess import PIPE, STDOUT





logger = logging.getLogger("dns-update")



if __name__ == "__main__":

try:

logging.basicConfig(filename="/var/log/vdsm/custom_hooks.log", 
level=logging.INFO, format='%(asctime)s %(levelname)s %(name)s:%(message)s', 
datefmt = '%Y-%m-%d %H:%M:%S')

domxml = hooking.read_domxml()

name = domxml.getElementsByTagName('name')[0]

name = " ".join(name.nodeValue for name in name.childNodes if 
name.nodeType == name.TEXT_NODE)

vmid = domxml.getElementsByTagName('uuid')[0]

vmid = vmid.firstChild.data

tmp_file = os.path.join("/tmp", vmid)

   if not os.path.exists(tmp_file):

nsupdate_commands = """server {server_ip}

update delete {vm_name}.example.com a

update delete {vm_name}. example.com 

update delete {vm_name}. example.com txt

send

""".format(server_ip="1.2.3.4", vm_name=name)



logger.info("Deleting VM {name} DNS records".format(name=name))



p = subprocess.Popen(["nsupdate", "-k", 
"/usr/libexec/vdsm/hooks/after_vm_destroy/nsupdate.private"], stdin=PIPE, 
stdout=PIPE, stderr=STDOUT)

result = p.communicate(input=nsupdate_commands)[0]

logger.info("Output:" + result)

else:

os.remove(tmp_file)

logger.info("Ignoring DNS records delete for VM 
{name}:{vmid}".format(name=name, vmid=vmid))



except Exception as e:

logger.exception("Caught exception")





Both scripts are writing to same log file on each server and log lines look 
like this:





2019-11-06 13:11:12 INFO register_migration:Migrating VM 
8101da66-31a1-4818-9d82-a8602d11bcf1, creating temp file 
/tmp/8101da66-31a1-4818-9d82-a8602d11bcf1

2019-11-06 13:11:13 INFO dns-update:Ignoring DNS records delete for VM 
testhooksatt2:8101da66-31a1-4818-9d82-a8602d11bcf1

2019-11-06 13:12:13 INFO dns-update:Deleting VM testhooksatt2 DNS records

2019-11-06 13:12:13 INFO dns-update:Output:





Once again , I thank you and appreciate your help.



-
kind regards/met vrindelijke groet

Marko Vrgotic
ActiveVideo







On 03/10/2019, 15:28, "Vrgotic, Marko"  wrote:



Michal,



Thank you - that certainly helps. I will give it a try, using your 
suggestion and see how far I get.



On 03/10/2019, 13:54, "Michal Skrivanek"  
wrote:







> On 3 Oct 2019, at 12:50, Vrgotic, Marko  
wrote:

>

> Hi Michal,

>

> Thank you. Would you be so kind to provide me with additional 
clarification?

>

>> you can’t just add a random tag into libvirt xml in a random place, 
it will be dropped by libvirt.

> I understand, thank you. About persistence of added tag, it was not 
used/written during 1xMigration, but it was present in domxml in 2xMigration.

>

>> you can add it to metadata though. we use that for ovirt-specific 
information

> Can you please provide some more HowTo/HowNotTo information?

> Can we manipulate the tag in metadata section in each iteration?

> I assume VM metadata shared/communicated between Hosts or read and 
provided to Hosts by oVirt-Engine?

> In short we are trying to achive:

> - start migration

>  - ex: 10_create_tag inserts   tag into 
XML metadata section  <= maybe we can use before_vm_migration_source hook

>  - migration is finished and after_vm_destroy hooks comes 
to turn:

>  - ex:  20_nsupdate reads the metadata and:

> - if tag  exists,  do not run 
dns update, but remove the tag

> - if tag  does not exists, run 
dns update and remove the tag



so..hmm..if IIUC you basically just need not

[ovirt-users] Re: Users and VM permissions matrix

2019-11-06 Thread Colin Coe
Hi

At the moment I'm just trying to work out how to get the info but
ultimately it needs to be a matrix of users across the top, VMs down and
print the role where the two intersect.

Thanks

On Wed, Nov 6, 2019 at 1:22 AM Ondra Machacek  wrote:

>
>
> On 05/11/2019 11:57, Colin Coe wrote:
> > Hi all
> >
> > I've been tasked with creating a matrix of users/groups and VMs so we
> > can easily see who has access to what (via SPCIE console).
> >
> > Google has given me a couple of hints but I can get it over the line.
> >
> > ---
> > users_service = connection.system_service().users_service()
> > users = users_service.list()
> >
> > for user in users:
> >  username = user.user_name.split('@')[0]
> >
> >  # Follow the link to the permissions of the user:
> >  perms = connection.follow_link(user.permissions)
> >  for perm in perms:
> >  if perm.vm:
> >  print(username)
> >  permissions_service =
> > connection.system_service().permissions_service()
>
> Well if you would add here:
>
> print (connections.follow_link(perm.role).name)
>
> you would know the name of the role that user have,
> but you wouldn't know for which object this role is
> assigned.
>
> What exactly should be the output of your script?
>
> For example:
>
> User1:
> VMs:
>   vm1: UserVmManager
>   vm2: UserRole
> CLusters:
>   cluster1: UserRole
>
> User2:
> VMs:
>   vm3: UserRole
>
> Group1:
> CLusters:
>   cluster2: UserRole
>
> ?
>
> >  print(perm.vm.id )
> > ---
> >
> > The problem is with permissions, the output from above is:
> > ---
> > user1
> > 1b645daf-de26-4f33-9e3b-6a12eadd4618
> > user2
> > 9c79e763-f78d-4bf9-b8ca-20fe197fd80c
> > user3
> > f9d00b30-8003-41c3-95a1-10e0c452fa63
> > user4
> > 1bbadf96-ef95-4ece-b5f3-1fa112aa3571
> > user5
> > e9085627-324e-48d3-bc04-52ff7798ddd0
> > ---
> >
> > I can't work out how to get the actual permissions rather that the ID.
> >
> > Any ideas?
> >
> > Thanks
> >
> >
> > ___
> > 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/PILAIVCF7C4LXVATL5T6P4VMZP3Y22G7/
> >
>
>
___
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/5VGMJYU6UI54XRHB5VEKBFPQOSEQQD6Q/


[ovirt-users] Re: oVirt change IP's & add new ISO share

2019-11-06 Thread Jonathan Mathews
Good Day

Is it possible to get some assistance?

I am really stuck with this.

On Wed, Oct 30, 2019 at 12:33 PM Jonathan Mathews 
wrote:

> Good Day
>
> I have to change the IP addresses of the oVirt Engine, hosts and storage
> to a new IP range. Please, can you advise the best way to do this and if
> there is anything I would need to change in the database?
>
> I have also run into an issue where someone has removed the ISO share/data
> on the storage, so I am unable to remove, activate, detach or even add a
> new ISO share.
> Please, can you advise the best wat to resolve this?
>
> Please see the below engine logs:
>
> 2019-10-30 11:39:13,918 ERROR
> [org.ovirt.engine.core.vdsbroker.irsbroker.DetachStorageDomainVDSCommand]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] Failed in
> 'DetachStorageDomainVDS' method
> 2019-10-30 11:39:13,942 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] Correlation ID: null, Call
> Stack: null, Custom Event ID: -1, Message: VDSM command failed: Storage
> domain does not exist: (u'42b7d819-ce3a-4a18-a683-f4817c4bdb06',)
> 2019-10-30 11:39:13,943 ERROR
> [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8]
> IrsBroker::Failed::DetachStorageDomainVDS: IRSGenericException:
> IRSErrorException: Failed to DetachStorageDomainVDS, error = Storage domain
> does not exist: (u'42b7d819-ce3a-4a18-a683-f4817c4bdb06',), code = 358
> 2019-10-30 11:39:13,951 INFO
>  [org.ovirt.engine.core.vdsbroker.irsbroker.DetachStorageDomainVDSCommand]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] FINISH,
> DetachStorageDomainVDSCommand, log id: 5547e2df
> 2019-10-30 11:39:13,951 INFO
>  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
> (org.ovirt.thread.pool-8-thread-38) [58f6cfb8] -- executeIrsBrokerCommand:
> Attempting on storage pool '5849b030-626e-47cb-ad90-3ce782d831b3'
> 2019-10-30 11:39:13,951 ERROR
> [org.ovirt.engine.core.bll.storage.DetachStorageDomainFromPoolCommand]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] Command
> 'org.ovirt.engine.core.bll.storage.DetachStorageDomainFromPoolCommand'
> failed: EngineException:
> org.ovirt.engine.core.vdsbroker.irsbroker.IRSErrorException:
> IRSGenericException: IRSErrorException: Failed to DetachStorageDomainVDS,
> error = Storage domain does not exist:
> (u'42b7d819-ce3a-4a18-a683-f4817c4bdb06',), code = 358 (Failed with error
> StorageDomainDoesNotExist and code 358)
> 2019-10-30 11:39:13,952 INFO
>  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand]
> (org.ovirt.thread.pool-8-thread-38) [58f6cfb8] START,
> HSMGetAllTasksInfoVDSCommand(HostName = host01,
> VdsIdVDSCommandParametersBase:{runAsync='true',
> hostId='291a3a19-7467-4783-a6f7-2b2dd0de9ad3'}), log id: 6cc238fb
> 2019-10-30 11:39:13,952 INFO
>  [org.ovirt.engine.core.bll.storage.DetachStorageDomainFromPoolCommand]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] Command
> [id=cec030b7-4a62-43a2-9ae8-de56a5d71ef8]: Compensating CHANGED_STATUS_ONLY
> of org.ovirt.engine.core.common.businessentities.StoragePoolIsoMap;
> snapshot:
> EntityStatusSnapshot:{id='StoragePoolIsoMapId:{storagePoolId='5849b030-626e-47cb-ad90-3ce782d831b3',
> storageId='42b7d819-ce3a-4a18-a683-f4817c4bdb06'}', status='Inactive'}.
> 2019-10-30 11:39:13,975 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (org.ovirt.thread.pool-8-thread-27) [58f6cfb8] Correlation ID: 28ac658, Job
> ID: b31e0f44-2d82-47bf-90d9-f69e399d994f, Call Stack: null, Custom Event
> ID: -1, Message: Failed to detach Storage Domain iso to Data Center
> Default. (User: admin@internal)
>
>
>
>
>
> 2019-10-30 11:42:46,711 INFO
>  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
> (org.ovirt.thread.pool-8-thread-25) [31e89bba] START,
> SPMGetAllTasksInfoVDSCommand( IrsBaseVDSCommandParameters:{runAsync='true',
> storagePoolId='5849b030-626e-47cb-ad90-3ce782d831b3',
> ignoreFailoverLimit='false'}), log id: 59192768
> 2019-10-30 11:42:48,825 ERROR
> [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
> (org.ovirt.thread.pool-8-thread-34) [31e89bba] Failed in
> 'ActivateStorageDomainVDS' method
> 2019-10-30 11:42:48,855 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (org.ovirt.thread.pool-8-thread-34) [31e89bba] Correlation ID: null, Call
> Stack: null, Custom Event ID: -1, Message: VDSM command failed: Storage
> domain does not exist: (u'42b7d819-ce3a-4a18-a683-f4817c4bdb06',)
> 2019-10-30 11:42:48,856 ERROR
> [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
> (org.ovirt.thread.pool-8-thread-34) [31e89bba]
> IrsBroker::Failed::ActivateStorageDomainVDS: IRSGenericException:
> IRSErrorException: Failed to ActivateStorageDomainVDS, error = Storage
> domain does not exist: (u'42b7d819-ce3a-4a18-a683-f4817c4bdb06',), code =
> 358
> 2019-10-30 11