[ovirt-users] Warning: out of sync hosts ovirt-node3 ?

2019-11-13 Thread wangyu13476969128
In the ovirt-engine web interface, compute-->clusters,  there is a cluster with 
the following information:
Warning: out of sync hosts ovirt-node3 ?

What is the cause ? How can I solve this problem ?
___
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/QIKGY3HLQJXR5HJQBEONRGDABJIPMOMS/


[ovirt-users] Re: Migrate VM from oVirt to oVirt

2019-11-13 Thread Alex K
On Thu, Nov 14, 2019, 01:25  wrote:

> Thank Jayme,
> It worked, wondering if there is a more straight fwd way.
>
You can also export to ova, and then upload the ova.

>
> regards,
> ___
> 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/RVMMVD6QRKSM24DATHM6564QKLSSC4CW/
>
___
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/EHIIVOTNFMFDLHTNZRVDQW5DWR26D72D/


[ovirt-users] Re: Migrate VM from oVirt to oVirt

2019-11-13 Thread adrianquintero
Thank Jayme,
It worked, wondering if there is a more straight fwd way.

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


[ovirt-users] Re: Windows Server 2019 crash dxgkrnl.sys

2019-11-13 Thread Strahil Nikolov
 Have you checked for newer ISO ?I have noticed that sometimes Mircosoft fix 
some stuff and provide newer media.
Best Regards,Strahil Nikolov
В сряда, 13 ноември 2019 г., 17:58:59 ч. Гринуич+2, gregor 
 написа:  
 
 Hello,

during the Installation of Windows Server 2019 after the first reboot
the VM crashed and inside the ntbtlog.txt I found that dxgkrnl.sys can
not be loaded.

Environment:
oVirt 4.3.6.7-1.el7
CPU: Intel-Westmere
Memory: 4096MB
Operation System VM config: Windows 2019 x64
HDD: VirtIO-SCSI
VirtIO driver: virtio-win-0.1.171_servers_amd64.vfd

Does anybody has an hint how to solve this problem and use Windows
Server 2019?

Besides: It's possible to install and use Windows Server 2019 in
VirtualBox 6.*. We have to install it in the meantime there to have a
alternative solution because it took now about two days to find a
solution. We tried different settings for VGA and drivers IDE ... and
many more.

best regards
gregor
___
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/EH53KXILZ5CF2O36K7JMLHOIRJSL2UP7/
  ___
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/MI2YLCJZCQVXCMSB4QZZGTBBO3EMZSD6/


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

2019-11-13 Thread Strahil Nikolov
 As far as I know , hosts can be changed by:1. Remove a host from oVirt.2. 
Change the IP and reboot to verify functionality3. Add the host to oVirt
For the engine is a little bit more difficult as there is an OVMF file that is 
on the shared storage and the ovirt-ha-broker & ovirt-ha-agent are reading and 
searching for IP/FQDN.
Maybe you can try the following (never tested, just improvising, USE ON YOUR 
OWN RISK!!!):00. Prepare an Engine backup0. Prepare an xml for virsh where 
HostedEngine is booting from an ISO (take the xml from vdsm.log and alter the 
boot order)0. Prepare an xml for the vdsm-ovirtmgmt network. Mine is:
  vdsm-ovirtmgmt
  c3964504-2b11-4605-8236-3ca87d5d54a7
  
  

0. set an alias for virsh:alias virsh='virsh -c 
qemu:///system?authfile=/etc/ovirt-hosted-engine/virsh_auth.conf'

1. Set global maintenance2. Change manually the IP in the engine3. Wait at 
least several hours (default value for update of the OVMF is not working as we 
would like to)4. Power off the Engine5. Power on the engine while still in 
maintenance:hosted-engine --vm-start6. If the Engine comes alive and is treated 
as healthy - you can remove the maintenance and try again via powering off the 
engine from inside the VM.
Note: This will set 'score: 0' for the host that was holding the engine - to 
fix -> set the node to local maintenance and remove the maintenance.P.S.: you 
can set a cronjob on reboot like this:@reboot /usr/bin/sleep 600; /usr/bin/mv 
/root/ifcfg- /etc/sysconfig/network-scripts && /usr/bin/systemctl restart 
network
So if you fail to login over ssh , it might revert your IP change :)


P.S.: if the engine doesn't come up you can:1. Define the network via virsh and 
the network xml from step 02. Define the HostedEngine (you might have to first 
undefine it) with the xml that you took from vdsm.log and manipulated it to 
boot from DVD3. Power the vm in paused state (use hosted-engine)4. Get a 
password for the VNC5. Connect via VNC6. Use virsh to resume the HostedEngine7. 
In rescue mode - revert the IP

Of course if the revert fails - you got the necessary data in step 0 to rescue 
the engine and as last resort you got an engine backup.

Good luck and don't forget to share your experience!
Best Regards,Strahil Nikolov

В сряда, 13 ноември 2019 г., 16:53:37 ч. Гринуич+2, Jonathan Mathews 
 написа:  
 
 Hi Pavel
Thank you for the advise, it helped a lot.
Do you have recommendation on changing the IP addresses of the oVirt Engine, 
hosts and storage?
My customer did a SD-WAN setup and there are conflicting IP's, so I need to 
move the oVirt environment to a new IP range.
Thanks
On Tue, Nov 12, 2019 at 2:15 PM Pavel Bar  wrote:

Hi Jonathan,Probably the easiest way is to remove the domain.
Can you try the following:1) Go to "Storage" menu.
2) Go to "Domain" menu.
3) Click on the domain with the red status.4) Destroy it (in your case the 
"Destroy" option should be enabled):

Hope it helps.
Pavel


On Wed, Nov 6, 2019 at 10:21 AM Jonathan Mathews  wrote:

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 

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

2019-11-13 Thread ccesario
Hi folks,

After several tests and a bit talk with Dominik via IRC, the problem it was 
found.
To sum up, the problem it was in my side, once Im using bonding mode 2 (I read 
in some local that no needed switch config), but Dominik correct me that it is 
needed a config in switch side. After it the DHCP client it worked as expected.

IMHO would be nice, Ovirt support bond0 or nic teaming, like VMware, where in 
some cases there is no needed special config on network/switch side and we 
still have some redundancy and availability.

Thank you all by help.

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


[ovirt-users] Windows Server 2019 crash dxgkrnl.sys

2019-11-13 Thread gregor
Hello,

during the Installation of Windows Server 2019 after the first reboot
the VM crashed and inside the ntbtlog.txt I found that dxgkrnl.sys can
not be loaded.

Environment:
oVirt 4.3.6.7-1.el7
CPU: Intel-Westmere
Memory: 4096MB
Operation System VM config: Windows 2019 x64
HDD: VirtIO-SCSI
VirtIO driver: virtio-win-0.1.171_servers_amd64.vfd

Does anybody has an hint how to solve this problem and use Windows
Server 2019?

Besides: It's possible to install and use Windows Server 2019 in
VirtualBox 6.*. We have to install it in the meantime there to have a
alternative solution because it took now about two days to find a
solution. We tried different settings for VGA and drivers IDE ... and
many more.

best regards
gregor
___
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/EH53KXILZ5CF2O36K7JMLHOIRJSL2UP7/


[ovirt-users] Re: Tesla P4 and /sys/class/mdev_bus/

2019-11-13 Thread Fabrice Bacchella
What version do you talk about ?
The nvidia driver is:

modinfo nvidia
filename:   /lib/modules/3.10.0-1062.4.1.el7.x86_64/extra/nvidia.ko.xz
alias:  char-major-195-*
version:418.87.01



> Le 13 nov. 2019 à 16:04, Kenneth Weade  a écrit :
> 
> ​Ovirt 4.3 only works with new 8.2 drivers from nvidia for some reason.  We 
> ran into the same issue.  9.3/9.4 to be released later this month.
> 
> Kenneth Weade
> 
> From: Fabrice Bacchella 
> Sent: Wednesday, November 13, 2019 4:21 AM
> To: users
> Subject: [ovirt-users] Tesla P4 and /sys/class/mdev_bus/
>  
> I have a Tesla P4 installed on a HPE ProLiant DL360 Gen10 on a CentOS 7.7. 
> The setup was running fine since at least February. I made a successful 
> upgrade from oVirt 4.2 to 4.3 and CentOS 7.6 to CentOS 7.7. I was using in 
> oVirt in a pass-througth setting.
> 
> I made a minor upgrade a few days ago. And since the VM is unable to see the 
> Tesla P4. I think that the main problem is with mdev. vdsm-client Host 
> hostdevListByCaps | grep mdev return nothing. There is no directory 
> /sys/class/mdev_bus.
>  I tried a full modload: modprobe nvidia_vgpu_vfio nvidia vfio_mdev mdev 
> vfio_iommu_type1 vfio nvidia nvidia-modeset nvidia-drm nvidia-uvm vfio-pci. 
> But it does nothing.
> 
> Why did my kernel think the P4 is not mdev-compatible any more ? How can I 
> check that ? I think it break when upgrading my kernel from 
> kernel-3.10.0-1062.1.2.el7.x86_64 to kernel-3.10.0-1062.4.1.el7.x86_64.
> 
> I tried with both the nouveau driver and the nvidia driver.

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


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

2019-11-13 Thread Jonathan Mathews
Hi Pavel

Thank you for the advise, it helped a lot.

Do you have recommendation on changing the IP addresses of the oVirt
Engine, hosts and storage?

My customer did a SD-WAN setup and there are conflicting IP's, so I need to
move the oVirt environment to a new IP range.

Thanks

On Tue, Nov 12, 2019 at 2:15 PM Pavel Bar  wrote:

> Hi Jonathan,
> Probably the easiest way is to remove the domain.
>
> Can you try the following:
> 1) Go to "Storage" menu.
> 2) Go to "Domain" menu.
> 3) Click on the domain with the red status.
> 4) Destroy it (in your case the "Destroy" option should be enabled):
> [image: image.png]
>
> Hope it helps.
>
> Pavel
>
>
> On Wed, Nov 6, 2019 at 10:21 AM Jonathan Mathews 
> wrote:
>
>> 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 

[ovirt-users] Re: Do I need to use self hosted engine with a GlusterFs three node setup

2019-11-13 Thread Strahil
I remember creating my oVirt setup in 2 stages:
1. Using cockpit to deploy the gluster cluster
2. Using cockpit to deploy HCI on the created gluster clustet.

If that's not changed you can only deploy the gluster clustet, thrn deploy the 
engine somewhere else and then connect the engine (add storage domain)  to the 
gluster cluster, which also can be your oVirt compute nodes (making them at the 
end HyperConverged oVirt Cluster).

Of course , that was an year ago - so it could be different.

Best Regards,
Strahil NikolovOn Nov 13, 2019 14:16, donagh.mo...@oracle.com wrote:
>
> Hi Vojtech 
>
> Thanks for the info, I have been looking for a method of creating the gluster 
> cluster via cockpit on one of my three hosts but the only way I can see is 
> via the hosted engine setup. Is it a case that we need to configure the hosts 
> to use gluster storage with the cli commands prior to adding it to a 
> pre-existing non hosted engine? 
>
> Donagh
> ___
> 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/IIEY3Z3GDGH4V6CPE6LUKYORH4SUVLDA/
___
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/N5IT2TC7TKVPAUDREFG6QZ3KCGCR3FRW/


[ovirt-users] Re: [ANN] oVirt 4.3.7 Third Release Candidate is now available for testing

2019-11-13 Thread Sandro Bonazzola
Il giorno mer 13 nov 2019 alle ore 14:25 Sandro Bonazzola <
sbona...@redhat.com> ha scritto:

>
>
> Il giorno mer 13 nov 2019 alle ore 13:56 Florian Schmid <
> fsch...@ubimet.com> ha scritto:
>
>> Hello,
>>
>> I have a question about bugs, which are flagged as [downstream clone -
>> 4.3.7], but are not yet released.
>>
>> I'm talking about this bug:
>> https://bugzilla.redhat.com/show_bug.cgi?id=1749202
>>
>> I can't see it in 4.3.7 release notes. Will it be included in a further
>> release candidate? This fix is very important I think and I can't upgrade
>> yet because of this bug.
>>
>
>
> Looking at the bug, the fix was done with $ git tag --contains
> 12bd5cb1fe7c95e29b4065fca968913722fe9eaa
> ovirt-engine-4.3.6.6
> ovirt-engine-4.3.6.7
> ovirt-engine-4.3.7.0
> ovirt-engine-4.3.7.1
>
> So the fix is already included in release oVirt 4.3.6.
>

Sent a fix to 4.3.6 release notes:
https://github.com/oVirt/ovirt-site/pull/2143. @Ryan Barry
 can you please review?



>
>
>
>
>
>
>>
>> BR Florian Schmid
>>
>> --
>> *Von: *"Sandro Bonazzola" 
>> *An: *"users" 
>> *Gesendet: *Mittwoch, 13. November 2019 13:34:59
>> *Betreff: *[ovirt-users] [ANN] oVirt 4.3.7 Third Release Candidate is
>> now available for testing
>>
>> The oVirt Project is pleased to announce the availability of the oVirt
>> 4.3.7 Third Release Candidate for testing, as of November 13th, 2019.
>>
>> This update is a release candidate of the seventh in a series of
>> stabilization updates to the 4.3 series.
>> This is pre-release software. This pre-release should not to be used in
>> production.
>>
>> This release is available now on x86_64 architecture for:
>> * Red Hat Enterprise Linux 7.7 or later (but <8)
>> * CentOS Linux (or similar) 7.7 or later (but <8)
>>
>> This release supports Hypervisor Hosts on x86_64 and ppc64le
>> architectures for:
>> * Red Hat Enterprise Linux 7.7 or later (but <8)
>> * CentOS Linux (or similar) 7.7 or later (but <8)
>> * oVirt Node 4.3 (available for x86_64 only) has been built consuming
>> CentOS 7.7 Release
>>
>> See the release notes [1] for known issues, new features and bugs fixed.
>>
>> While testing this release candidate please note that oVirt node now
>> includes:
>> - ansible 2.9.0
>> - GlusterFS 6.6
>>
>> Notes:
>> - oVirt Appliance is already available
>> - oVirt Node is already available
>>
>> Additional Resources:
>> * Read more about the oVirt 4.3.7 release highlights:
>> http://www.ovirt.org/release/4.3.7/
>> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
>> * Check out the latest project news on the oVirt blog:
>> http://www.ovirt.org/blog/
>>
>> [1] http://www.ovirt.org/release/4.3.7/
>> [2] http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/
>>
>> --
>>
>> Sandro Bonazzola
>>
>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>
>> Red Hat EMEA 
>>
>> sbona...@redhat.com
>> *Red Hat respects your work life balance.
>> Therefore there is no need to answer this email out of your office hours.*
>>
>> ___
>> 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/24QUREJPZHTSMHLDYBUDVZML2DEF7PKQ/
>>
>
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> *Red Hat respects your work life balance.
> Therefore there is no need to answer this email out of your office hours.
> *
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com
*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.
*
___
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/TYCPOAZZZURJ34YLCICTCER7CFEAHGR7/


[ovirt-users] Re: [ANN] oVirt 4.3.7 Third Release Candidate is now available for testing

2019-11-13 Thread Sandro Bonazzola
Il giorno mer 13 nov 2019 alle ore 13:56 Florian Schmid 
ha scritto:

> Hello,
>
> I have a question about bugs, which are flagged as [downstream clone -
> 4.3.7], but are not yet released.
>
> I'm talking about this bug:
> https://bugzilla.redhat.com/show_bug.cgi?id=1749202
>
> I can't see it in 4.3.7 release notes. Will it be included in a further
> release candidate? This fix is very important I think and I can't upgrade
> yet because of this bug.
>


Looking at the bug, the fix was done with $ git tag --contains
12bd5cb1fe7c95e29b4065fca968913722fe9eaa
ovirt-engine-4.3.6.6
ovirt-engine-4.3.6.7
ovirt-engine-4.3.7.0
ovirt-engine-4.3.7.1

So the fix is already included in release oVirt 4.3.6.






>
> BR Florian Schmid
>
> --
> *Von: *"Sandro Bonazzola" 
> *An: *"users" 
> *Gesendet: *Mittwoch, 13. November 2019 13:34:59
> *Betreff: *[ovirt-users] [ANN] oVirt 4.3.7 Third Release Candidate is now
> available for testing
>
> The oVirt Project is pleased to announce the availability of the oVirt
> 4.3.7 Third Release Candidate for testing, as of November 13th, 2019.
>
> This update is a release candidate of the seventh in a series of
> stabilization updates to the 4.3 series.
> This is pre-release software. This pre-release should not to be used in
> production.
>
> This release is available now on x86_64 architecture for:
> * Red Hat Enterprise Linux 7.7 or later (but <8)
> * CentOS Linux (or similar) 7.7 or later (but <8)
>
> This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
> for:
> * Red Hat Enterprise Linux 7.7 or later (but <8)
> * CentOS Linux (or similar) 7.7 or later (but <8)
> * oVirt Node 4.3 (available for x86_64 only) has been built consuming
> CentOS 7.7 Release
>
> See the release notes [1] for known issues, new features and bugs fixed.
>
> While testing this release candidate please note that oVirt node now
> includes:
> - ansible 2.9.0
> - GlusterFS 6.6
>
> Notes:
> - oVirt Appliance is already available
> - oVirt Node is already available
>
> Additional Resources:
> * Read more about the oVirt 4.3.7 release highlights:
> http://www.ovirt.org/release/4.3.7/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Check out the latest project news on the oVirt blog:
> http://www.ovirt.org/blog/
>
> [1] http://www.ovirt.org/release/4.3.7/
> [2] http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> *Red Hat respects your work life balance.
> Therefore there is no need to answer this email out of your office hours.*
>
> ___
> 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/24QUREJPZHTSMHLDYBUDVZML2DEF7PKQ/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com
*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.
*
___
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/RHRUPKAHDJ6CRBY2ECWTK73OEKUQAW4H/


[ovirt-users] Re: [ANN] oVirt 4.3.7 Third Release Candidate is now available for testing

2019-11-13 Thread Florian Schmid
Hello, 

I have a question about bugs, which are flagged as [downstream clone - 4.3.7], 
but are not yet released. 

I'm talking about this bug: 
[ https://bugzilla.redhat.com/show_bug.cgi?id=1749202 | 
https://bugzilla.redhat.com/show_bug.cgi?id=1749202 ] 

I can't see it in 4.3.7 release notes. Will it be included in a further release 
candidate? This fix is very important I think and I can't upgrade yet because 
of this bug. 

BR Florian Schmid 





Von: "Sandro Bonazzola"  
An: "users"  
Gesendet: Mittwoch, 13. November 2019 13:34:59 
Betreff: [ovirt-users] [ANN] oVirt 4.3.7 Third Release Candidate is now 
available for testing 

The oVirt Project is pleased to announce the availability of the oVirt 4.3.7 
Third Release Candidate for testing, as of November 13th, 2019. 

This update is a release candidate of the seventh in a series of stabilization 
updates to the 4.3 series. 
This is pre-release software. This pre-release should not to be used in 
production. 

This release is available now on x86_64 architecture for: 
* Red Hat Enterprise Linux 7.7 or later (but <8) 
* CentOS Linux (or similar) 7.7 or later (but <8) 

This release supports Hypervisor Hosts on x86_64 and ppc64le architectures for: 
* Red Hat Enterprise Linux 7.7 or later (but <8) 
* CentOS Linux (or similar) 7.7 or later (but <8) 
* oVirt Node 4.3 (available for x86_64 only) has been built consuming CentOS 
7.7 Release 

See the release notes [1] for known issues, new features and bugs fixed. 

While testing this release candidate please note that oVirt node now includes: 
- ansible 2.9.0 
- GlusterFS 6.6 

Notes: 
- oVirt Appliance is already available 
- oVirt Node is already available 

Additional Resources: 
* Read more about the oVirt 4.3.7 release highlights: [ 
http://www.ovirt.org/release/4.3.7/ | http://www.ovirt.org/release/4.3.7/ ] 
* Get more oVirt Project updates on Twitter: [ https://twitter.com/ovirt | 
https://twitter.com/ovirt ] 
* Check out the latest project news on the oVirt blog: [ 
http://www.ovirt.org/blog/ | http://www.ovirt.org/blog/ ] 

[1] [ http://www.ovirt.org/release/4.3.7/ | http://www.ovirt.org/release/4.3.7/ 
] 
[2] [ http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/ | 
http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/ ] 

-- 


Sandro Bonazzola 

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV 

[ https://www.redhat.com/ | Red Hat EMEA ] 


[ mailto:sbona...@redhat.com | sbona...@redhat.com ] 
[ https://www.redhat.com/ ] Red Hat respects your work life balance. Therefore 
there is no need to answer this email out of your office hours. 

___ 
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/24QUREJPZHTSMHLDYBUDVZML2DEF7PKQ/
 
___
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/4SDGLT6WFVFJZPW7ED54CVIWRJXRKZAO/


[ovirt-users] [ANN] oVirt 4.3.7 Third Release Candidate is now available for testing

2019-11-13 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the availability of the oVirt
4.3.7 Third Release Candidate for testing, as of November 13th, 2019.

This update is a release candidate of the seventh in a series of
stabilization updates to the 4.3 series.
This is pre-release software. This pre-release should not to be used in
production.

This release is available now on x86_64 architecture for:
* Red Hat Enterprise Linux 7.7 or later (but <8)
* CentOS Linux (or similar) 7.7 or later (but <8)

This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:
* Red Hat Enterprise Linux 7.7 or later (but <8)
* CentOS Linux (or similar) 7.7 or later (but <8)
* oVirt Node 4.3 (available for x86_64 only) has been built consuming
CentOS 7.7 Release

See the release notes [1] for known issues, new features and bugs fixed.

While testing this release candidate please note that oVirt node now
includes:
- ansible 2.9.0
- GlusterFS 6.6

Notes:
- oVirt Appliance is already available
- oVirt Node is already available

Additional Resources:
* Read more about the oVirt 4.3.7 release highlights:
http://www.ovirt.org/release/4.3.7/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/

[1] http://www.ovirt.org/release/4.3.7/
[2] http://resources.ovirt.org/pub/ovirt-4.3-pre/iso/

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com
*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.*
___
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/24QUREJPZHTSMHLDYBUDVZML2DEF7PKQ/


[ovirt-users] Tesla P4 and /sys/class/mdev_bus/

2019-11-13 Thread Fabrice Bacchella
I have a Tesla P4 installed on a HPE ProLiant DL360 Gen10 on a CentOS 7.7. The 
setup was running fine since at least February. I made a successful upgrade 
from oVirt 4.2 to 4.3 and CentOS 7.6 to CentOS 7.7. I was using in oVirt in a 
pass-througth setting.

I made a minor upgrade a few days ago. And since the VM is unable to see the 
Tesla P4. I think that the main problem is with mdev. vdsm-client Host 
hostdevListByCaps | grep mdev return nothing. There is no directory 
/sys/class/mdev_bus. I tried a full modload: modprobe nvidia_vgpu_vfio nvidia 
vfio_mdev mdev vfio_iommu_type1 vfio nvidia nvidia-modeset nvidia-drm 
nvidia-uvm vfio-pci. But it does nothing.

Why did my kernel think the P4 is not mdev-compatible any more ? How can I 
check that ? I think it break when upgrading my kernel from 
kernel-3.10.0-1062.1.2.el7.x86_64 to kernel-3.10.0-1062.4.1.el7.x86_64.

I tried with both the nouveau driver and the nvidia driver.___
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/ZDRD6GMUMP62B3QKQEZIPAPGX6ITTFXP/


[ovirt-users] Re: Do I need to use self hosted engine with a GlusterFs three node setup

2019-11-13 Thread donagh . moran
Hi Vojtech 

Thanks for the info, I have been looking for a method of creating the gluster 
cluster via cockpit on one of my three hosts but the only way I can see is via 
the hosted engine setup. Is it a case that we need to configure the hosts to 
use gluster storage with the cli commands prior to adding it to a pre-existing 
non hosted engine? 

Donagh
___
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/IIEY3Z3GDGH4V6CPE6LUKYORH4SUVLDA/


[ovirt-users] Re: Do I need to use self hosted engine with a GlusterFs three node setup

2019-11-13 Thread Vojtech Juranek
Hi,

> Every piece of documentation I read regarding the setup of Gluster seems to
> suggest using at least one of the the nodes to host the engine. Is this a
> requirement of can I use an engine that is deployed on a VM on another
> server in the same network?

yes, this is definitely possible, you can create Gluster storage domain and 
use it no matter there your engine runs

> Any info would be much appreciated.
> ___
> 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/LN4CTUMQSTJX4
> EO7ZHHO3QAM2NR6USGS/



signature.asc
Description: This is a digitally signed message part.
___
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/N2STTIQ6AGHMHWRYRSXFLJQI5EX6W4YV/


[ovirt-users] Re: Do I need to use self hosted engine with a GlusterFs three node setup

2019-11-13 Thread donagh . moran
Thanks for the info Strahil
___
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/MNJQL2HFZLE7HB57SR43AQUZB4UPK5K6/


[ovirt-users] Re: Low disk space on Storage

2019-11-13 Thread suporte
The update fixes the issue. 

Thanks 


De: "Benny Zlotnik"  
Para: supo...@logicworks.pt 
Cc: "users"  
Enviadas: Terça-feira, 12 De Novembro de 2019 11:48:47 
Assunto: Re: [ovirt-users] Low disk space on Storage 

This was fixed in 4.3.6, I suggest upgrading 

On Tue, Nov 12, 2019 at 12:45 PM  wrote: 
> 
> Hi, 
> 
> I'm running ovirt Version:4.3.4.3-1.el7 
> My filesystem disk has 30 GB free space. 
> Cannot start a VM due to an I/O error storage. 
> When tryng to move the disk to another storage domain get this error: 
> Error while executing action: Cannot move Virtual Disk. Low disk space on 
> Storage Domain DATA4. 
> 
> The sum of pre-allocated disk is the total of the storage domain disk. 
> 
> Any idea what can I do to move a disk to other storage domain? 
> 
> Many thanks 
> 
> -- 
>  
> Jose Ferradeira 
> http://www.logicworks.pt 
> ___ 
> 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/MQFPGUPB43I7OO7FXEPLG4XSG5X2INLJ/
>  
___
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/M4SDOU7S2IFIFZFPHOKRNCXFQ3C25AO2/


[ovirt-users] Re: restore

2019-11-13 Thread suporte
Thank you 


De: "Yedidyah Bar David"  
Para: supo...@logicworks.pt 
Cc: "Staniforth, Paul" , "users" 
 
Enviadas: Quarta-feira, 13 De Novembro de 2019 7:31:16 
Assunto: Re: [ovirt-users] Re: restore 

On Tue, Nov 12, 2019 at 7:56 PM < supo...@logicworks.pt > wrote: 



yes you are right. I miss that. Sorry 

Thanks a lot 


De: "Staniforth, Paul" < p.stanifo...@leedsbeckett.ac.uk > 
Para: supo...@logicworks.pt , "users" < users@ovirt.org > 
Enviadas: Terça-feira, 12 De Novembro de 2019 17:49:18 
Assunto: Re: restore 

As you did a full backup including the data warehouse you need 

engine-backup --mode=restore --file=file_name --log=log_file_name 
--provision-db --provision-dwh-db --restore-permissions 

see 
https://www.ovirt.org/documentation/admin-guide/chap-Backups_and_Migration.html 



Also: 

1. for reference, you can check 'engine-backup --help'. It should always be the 
most up-to-date documentation. 

2. Since 4.3, almost all options have defaults, see this RFE, and especially 
the comment I now added there: 

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

Best regards, 

BQ_BEGIN


Backups and Migration | oVirt 
Chapter 12: Backups and Migration Backing Up and Restoring the oVirt Engine 
Backing up oVirt Engine - Overview. Use the engine-backup tool to take regular 
backups of the oVirt Engine. The tool backs up the engine database and 
configuration files into a single file and can be run without interrupting the 
ovirt-engine service.. Syntax for the engine-backup Command 
www.ovirt.org 
Regards, 
Paul S. 


From: supo...@logicworks.pt < supo...@logicworks.pt > 
Sent: 12 November 2019 17:39 
To: users < users@ovirt.org > 
Subject: [ovirt-users] restore 
Hi, 

I did a backup of engine like this 
# engine-backup --scope=all --mode=backup --file=file_name --log=log_file_name 

In a newly installed machine try to restore it: 

# yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm 
# yum update 
# yum install ovirt-engine 
# engine-backup --mode=restore --file=file_name --log=log_file_name 
--provision-db --restore-permissions 

but get this error: 

Start of engine-backup with mode 'restore' 
scope: all 
archive file: file_name 
log file: log_file_name 
Preparing to restore: 
- Unpacking file 'file_name' 
Restoring: 
- Files 
Provisioning PostgreSQL users/databases: 
- user 'engine', database 'engine' 
Restoring: 
FATAL: Can't connect to database 'ovirt_engine_history'. Please see 
'/usr/bin/engine-backup --help'. 

I'm running ovirt Version:4.3.4.3-1.el7 

If I run 
# engine-backup --mode=restore --file=file_name --log=log_file_name 
--provision-db --no-restore-permissions 
still the same error 

Any idea? 

Many Thanks 

-- 

Jose Ferradeira 
http://www.logicworks.pt 
To view the terms under which this email is distributed, please go to:- 
http://leedsbeckett.ac.uk/disclaimer/email/ 



___ 
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/6U52MDVR75F474UU6HADLWKBUPANCPPG/
 

BQ_END



-- 
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/5FBNWZTTYGHC2NXZR2QC2N2PWOVTCYXX/