[ovirt-users] Re: How can I use python to find all the virtual machines in the ovirt-engine interface, and export a virtual machine into an ova file ?

2019-10-30 Thread wangyu13476969128
Thanks very much !
___
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/ABWN5ZPDMCVR35D5N4UBVPE4NA5JUN3H/


[ovirt-users] Ansible setup host network fails on comparing sorted dictionaries

2019-10-30 Thread Vrgotic, Marko
Dear oVirt,

While deploying ovirt_infra , the role oivrt.networks fails on Setup Host 
Networks, with following error:

TypeError: '<' not supported between instances of 'dict' and 'dict'

Full output:
TASK [ovirt.infra/roles/ovirt.networks : Setup host networks] 
**
The full traceback is:
Traceback (most recent call last):
  File 
"/var/folders/40/w2c8fp151854mddz_4n3czwmgn/T/ansible_ovirt_host_network_payload_s0fx52mx/__main__.py",
 line 396, in main
(nic is None or 
host_networks_module.has_update(nics_service.service(nic.id)))
  File 
"/var/folders/40/w2c8fp151854mddz_4n3czwmgn/T/ansible_ovirt_host_network_payload_s0fx52mx/__main__.py",
 line 289, in has_update
update = self.__compare_options(get_bond_options(bond.get('mode'), 
bond.get('options')), getattr(nic.bonding, 'options', []))
  File 
"/var/folders/40/w2c8fp151854mddz_4n3czwmgn/T/ansible_ovirt_host_network_payload_s0fx52mx/__main__.py",
 line 247, in __compare_options
return sorted(get_dict_of_struct(opt) for opt in new_options) != 
sorted(get_dict_of_struct(opt) for opt in old_options)
TypeError: '<' not supported between instances of 'dict' and 'dict'

failed: [localhost] (item={'name': 'ovirt-staging-hv-02.avinity.tv', 'check': 
True, 'save': True, 'bond': {'name': 'bond28', 'mode': 4, 'interfaces': 
['p2p1', 'p2p2']}, 'networks': [{'name': 'backbone', 'boot_protocol': 'static', 
'address': '172.17.28.212', 'netmask': '255.255.255.0', 'version': 'v4'}]}) => {
"ansible_loop_var": "item",
"changed": false,
"invocation": {
"module_args": {
"bond": {
"interfaces": [
"p2p1",
"p2p2"
],
"mode": 4,
"name": "bond28"
},
"check": true,
"fetch_nested": false,
"interface": null,
"labels": null,
"name": "ovirt-staging-hv-02.avinity.tv",
"nested_attributes": [],
"networks": [
{
"address": "172.17.28.212",
"boot_protocol": "static",
"name": "backbone",
"netmask": "255.255.255.0",
"version": "v4"
}
],
"poll_interval": 3,
"save": true,
"state": "present",
"sync_networks": false,
"timeout": 180,
"wait": true
}
},
"item": {
"bond": {
"interfaces": [
"p2p1",
"p2p2"
],
"mode": 4,
"name": "bond28"
},
"check": true,
"name": "ovirt-staging-hv-02.avinity.tv",
"networks": [
{
"address": "172.17.28.212",
"boot_protocol": "static",
"name": "backbone",
"netmask": "255.255.255.0",
"version": "v4"
}
],
"save": true
},
"msg": "'<' not supported between instances of 'dict' and 'dict'"
}
Read vars_file 'vars/engine_vars.yml'
Read vars_file 'vars/secrets.yml'
Read vars_file 'vars/ovirt_infra_vars.yml'

Looking further into ovirt_host_network.py I found that issue is reported after 
following is executed:
return sorted(get_dict_of_struct(opt) for opt in new_options) != 
sorted(get_dict_of_struct(opt) for opt in old_options)

It seemed to be failing due to not getting the key value to sort the dicts, so 
I added sorting based on name, to test, and it worked in single test run:

return sorted((get_dict_of_struct(opt) for opt in new_options), key=lambda x: 
x["name"]) != sorted((get_dict_of_struct(opt) for opt in old_options), 
key=lambda x: x["name"])

After rerun of the play, with changes above:
TASK [ovirt.infra/roles/ovirt.networks : Setup host networks] 
**
task path: 
/Users/mvrgotic/Git/ovirt-engineering/roles/ovirt.infra/roles/ovirt.networks/tasks/main.yml:25
Using module file 
/Users/mvrgotic/.local/share/virtualenvs/ovirt-engineering-JaxzXThh/lib/python3.7/site-packages/ansible/modules/cloud/ovirt/ovirt_host_network.py
Pipelining is enabled.
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: mvrgotic
<127.0.0.1> EXEC /bin/sh -c 
'/Users/mvrgotic/.local/share/virtualenvs/ovirt-engineering-JaxzXThh/bin/python3
 && sleep 0'
changed: [localhost] => (item={'name': 'ovirt-staging-hv-02.avinity.tv', 
'check': True, 'save': True, 'bond': {'name': 'bond28', 'mode': 4, 
'interfaces': ['p2p1', 'p2p2']}, 'networks': [{'name': 'backbone', 
'boot_protocol': 'static', 'address': '172.17.28.212', 'netmask': 
'255.255.255.0', 'version': 'v4'}]}) => {
"ansible_loop_var": "item",
"changed": true,
"host_nic": {

[ovirt-users] Re: Planned restart of production services

2019-10-30 Thread Evgheni Dereveanchin
Maintenance complete, services are back up and running.
Please re-trigger builds if your patches were submitted during the outage.

As always - if you see any issues please report them to Jira.

Regards,
Evgheni Dereveanchin

On Wed, Oct 30, 2019 at 10:48 PM Evgheni Dereveanchin 
wrote:

> Hi everyone,
>
> I'll be restarting several production systems today to apply security
> updates.
> The following services may be unreachable for short periods of time:
> - resources.ovirt.org - software repositories
> - jenkins.ovirt.org - CI master
>
> No new builds will be started during this period.
> I will announce you once maintenance is complete.
>
> --
> Regards,
> Evgheni Dereveanchin
>


-- 
Regards,
Evgheni Dereveanchin
___
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/2J46VEXVE4DZYZ6IJAODOOISS5MABZFG/


[ovirt-users] Planned restart of production services

2019-10-30 Thread Evgheni Dereveanchin
Hi everyone,

I'll be restarting several production systems today to apply security
updates.
The following services may be unreachable for short periods of time:
- resources.ovirt.org - software repositories
- jenkins.ovirt.org - CI master

No new builds will be started during this period.
I will announce you once maintenance is complete.

-- 
Regards,
Evgheni Dereveanchin
___
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/B77QQUZO3JEMEAJYLETC3YVWRUTSXLCT/


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

2019-10-30 Thread ccesario
Hi Edward,

My Ovirt version is
Node

OS Version: RHEL - 7 - 7.1908.0.el7.centos
OS Description: oVirt Node 4.3.6
Kernel Version: 3.10.0 - 1062.1.1.el7.x86_64
KVM Version: 2.12.0 - 33.1.el7
LIBVIRT Version: libvirt-4.5.0-23.el7_7.1
VDSM Version: vdsm-4.30.33-1.el7
SPICE Version: 0.14.0 - 7.el7
GlusterFS Version: glusterfs-6.5-1.el7
CEPH Version: librbd1-10.2.5-4.el7
Open vSwitch Version: openvswitch-2.11.0-4.el7
Kernel Features: PTI: 1, IBRS: 0, RETP: 1, SSBD: 3
VNC Encryption: Disabled


Ovirt mgmt interface has configured  with 3 NIC interfaces as bond mode 2 


Ovirt Engine
-
ovirt-engine-4.3.6.6-1.el7.noarch


Guest OS
-
Tested With 
- CentOS 6 
- Freeebsd 11
- Debian 8.11

No success!

I already tested with firewalld disable but without success.

[root@nodekvm01 vdsm]# service firewalld status
Redirecting to /bin/systemctl status firewalld.service
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2019-10-28 13:52:57 -03; 2 days ago
 Docs: man:firewalld(1)
 Main PID: 2422 (firewalld)
Tasks: 2
   CGroup: /system.slice/firewalld.service
   └─2422 /usr/bin/python2 -Es /usr/sbin/firewalld --nofork --nopid

Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -D l...n?).
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -F F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -F F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -F H...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X H...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...t4'.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...ist.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...ist.
Hint: Some lines were ellipsized, use -l to show in full.
[root@nodekvm01 vdsm]# service firewalld stop
Redirecting to /bin/systemctl stop firewalld.service
[root@nodekvm01 vdsm]# service firewalld status
Redirecting to /bin/systemctl status firewalld.service
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) since Wed 2019-10-30 14:51:40 -03; 1s ago
 Docs: man:firewalld(1)
  Process: 2422 ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS 
(code=exited, status=0/SUCCESS)
 Main PID: 2422 (code=exited, status=0/SUCCESS)

Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -F F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X F...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -F H...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -w -X H...ame.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...t4'.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...ist.
Oct 29 09:33:54 nodekvm01.mydomain.local firewalld[2422]: WARNING: 
COMMAND_FAILED: '/usr/sbin/ebtables --concurrent ...ist.
Oct 30 14:51:40 nodekvm01.mydomain.local systemd[1]: Stopping firewalld - 
dynamic firewall daemon...
Oct 30 14:51:40 nodekvm01.mydomain.local systemd[1]: Stopped firewalld - 
dynamic firewall daemon.
Hint: Some lines were ellipsized, use -l to show in full.
[root@nodekvm01 vdsm]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source   destination

Chain FORWARD (policy ACCEPT)
target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination

___
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 

[ovirt-users] Re: How can I use python to find all the virtual machines in the ovirt-engine interface, and export a virtual machine into an ova file ?

2019-10-30 Thread Fred Rolland
Hi,

Take a look at these examples:
https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/list_vms.py
https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/export_vm_as_ova.py

Regards,
Freddy

On Thu, Oct 24, 2019 at 4:36 AM  wrote:

> If I want to use python to find all the virtual machines in the
> ovirt-engine interface, and export a virtual machine into an ova file to
> the specified directory, do I have the corresponding official documentation
> and API for my reference?
> ___
> 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/62FREZWEPJRG5UGTAT56PMLXAQGOTQHY/
>
___
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/VEEY7WQZPSYEO4AKYDLYJCVO3EM5OGWN/


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

2019-10-30 Thread Edward Haas
On Fri, Oct 25, 2019 at 3:07 AM  wrote:

> Hello,
> Is there any special config to usage dhcp client on Guest VM using
> ovirtmgmt/ovirtmgmt vnic profile ?
>
> Currently I have a VM using the ovirtmgmt/ovirtmgmt NIC profile and this
> interface is configured as DHCP client, and this does not work when using
> ovirtmgmt/ovirtmgmt as NIC profile. But if I assign manual IP address from
> the same range of DHCP server the comunication it works.
>
> And If usage other NIC profile  in other VLAN  with other DHCP server it
> works.
>
> It seems ovirtmgmt/ovirtmgmt profile filter the DHCP protocol.
>
> Could someone has idea to allow DHCP protocol works on ovirtmgmt/ovirtmgmt
> NIC profile?
>

Please share the versions used on the host and guest. Have you upgraded or
change something?
(by versions, I mean OS, oVirt and anything you think is related)

A fast and dirty check will be to examine if this is caused with firewalld
on the host or guest.
Please try to disable it and make sure no iptables settings appear.


> Best 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/566IC5K2B2JJV77ZQO73KGJNMRJNQ67X/
>
___
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/MK6OTGBZ3LSEJ2A3QOCCDYPWMEAPSLG4/


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

2019-10-30 Thread hotomoc
Hi, any suggestion about it?
___
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/GPVDIU6BVVLSG4PDBFWMCTUKVSIBMNJ6/


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

2019-10-30 Thread Jonathan Mathews
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:42:48,864 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
(org.ovirt.thread.pool-8-thread-34) [31e89bba] FINISH,
ActivateStorageDomainVDSCommand, log id: 518fdcf
2019-10-30 11:42:48,865 ERROR
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]