[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-07 Thread Hemant Gupta
Actually I have tried Installing from this document only for ovirt 
engine:https://www.ovirt.org/documentation/install-guide/chap-Installing_oVirt/
When I run below command:
Will it download the Enterprise Ovirt or Open Source Community Ovirt for me 
$yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm

and for Ovirt Node Installation:
https://www.ovirt.org/documentation/install-guide/chap-oVirt_Nodes/

When I click on adding a hypervisor:
Chapter 8: Adding a Hypervisor:-->
https://www.ovirt.org/documentation/install-guide/chap-Adding_a_Hypervisor#documentation%20install%20guide%20chap%20Adding%20a%20Hypervisor
it gives me 404 page

So I have below questions :
1.When I am running the command as given in the installation will it download 
the enterprise version or open source version
2.Which Ovirt Version is best recommeded for Virtualization need for Ovirt node 
and Ovirt Engine
___
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/QILXFRA7QOCUTYYUSMHQDHLI6TKIDBEB/


[ovirt-users] Removing stale unused disks from Ovirt Storage domains?

2018-12-07 Thread Jacob Green
Hello, after migrating our Fiber Channel to a new Ovirt 4.2 
environment, we over the years and through experimenting and mistakes 
have ended up with some stale LVM's/disks on our fibre channel storage 
that Ovirt no longer is able to manage correctly or is unaware of.  I am 
looking for a reliable to way to do a few different things.


The first is figuring out precisely what LVM ids belong to a VM and is 
being used by that VM.


The second is figuring out if a LVM I have found on the Storage domain 
is being used at all by any VM or if ovirt is even aware of it.




I have fumbled around a bit. And using a combination of the following I 
have been able to figure out some of them. But now I am finding 
information that does not match or may not be correct or I am 
interpreting the data wrong. Anyway this is a big deal, because we want 
to remove the stale unused LVMs and it would obviously be disastrous if 
I deleted the wrong LVM from the FC.


So I know its not recommend but since I am not actually telling 
vdsm-client to do anything other than get information I figure its 
harmless. So here is what I have found so far.


*vdsm-client Host getVMFullList vmname= | grep volumeID*

*lvs | grep *

With the above I have had some success verifying what LVMs a device is 
using. However now I am having trouble figuring out a particular windows 
server VMs LVM id's.


what I want to know is there a better way?


Also two more things.

You could call these feature requests, however it would be nice if there 
was a way to see all the unused LVMs on a storage domain that are not 
Tied to a VM. And it would also be nice to be able to remove un-imported 
VMs that reside on a storage domain without importing them.



Anyway trying to get rid of un-imported vms and getting rid of unused 
LVMs has been a chore. I wish there was an easier way.







--
Jacob Green

Systems Admin

American Alloy Steel

713-300-5690

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


[ovirt-users] Re: VM ramdomly unresponsive

2018-12-07 Thread Nir Soffer
On Tue, Nov 27, 2018 at 9:34 AM Sahina Bose  wrote:

> On Tue, Nov 13, 2018 at 4:46 PM fsoyer  wrote:
> 1, 'Read timeout') - indicates that there was no response from storage
> within 32s (I think this is the sanlock read timeout? Denis? Nir?)
>

This:

> 2018-11-11 14:33:49,450+0100 ERROR (check/loop) [storage.Monitor] Error
checking path 
/rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata
(monitor:498)
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/vdsm/storage/monitor.py", line
496, in _pathChecked
> delay = result.delay()
>   File "/usr/lib/python2.7/site-packages/vdsm/storage/check.py", line
391, in delay
> raise exception.MiscFileReadException(self.path, self.rc, self.err)
> MiscFileReadException: Internal file read failure:
(u'/rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata',
1, 'Read timeout')

Means that reading from storage timed out after 10 seconds.

See
https://github.com/oVirt/vdsm/blob/9e80801f05a3e4033f51eb8f629f62fe715d0cb9/lib/vdsm/storage/check.py#L320

We immediately change the storage domain to INVALID:

> 2018-11-11 14:33:49,450+0100 INFO  (check/loop) [storage.Monitor] Domain
ffc53fd8-c5d1-4070-ae51-2e91835cd937 became INVALID (monitor:469)

When the next check succeeds, we move the status back to VALID, and resume
paused
vms using this storage domain.

Once we got a timeout, until the read completes, will see this warning
every 10 seconds:

> 2018-11-11 14:33:59,451+0100 WARN  (check/loop) [storage.check] Checker
u'/rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata'
is blocked for 20.00 seconds (check:282)

See
https://github.com/oVirt/vdsm/blob/9e80801f05a3e4033f51eb8f629f62fe715d0cb9/lib/vdsm/storage/check.py#L280

These timeouts are not related to sanlock, but will probably see similar
timeouts in sanlock.log.
because both vdsm and sanlock use read timeout of 10 seconds.

Nir
___
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/2YT5QHHA6C4MSNZLSSEYL7RMQ74VATE7/


[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-07 Thread Kaustav Majumder
Hi,
This should cover everything [1]. Let know if you need more info.

[1] https://www.ovirt.org/documentation/quickstart/quickstart-guide/

On Fri, Dec 7, 2018 at 10:23 PM Hemant Gupta 
wrote:

> Hi ,
> I wanted to deploy Oviirt Communit Edition for my Virtualization setup ...
> Ovirt Engine (Manger) on VM and Ovirt Node(Hypervisor) on physical
> hardware so need some good documentation for that so that I can use it in
> my day to day life for Vitualization
>
> On Fri, Dec 7, 2018 at 9:50 PM Kaustav Majumder 
> wrote:
>
>> Hi,
>> Are you talking about this? [1]
>>
>> [1] https://github.com/oVirt/ovirt-node-ng
>>
>> On Fri, Dec 7, 2018 at 7:09 PM Hemant Gupta 
>> wrote:
>>
>>> Hi user please let us know the necessary steps/tutorials for same for
>>> kickStart
>>> ___
>>> 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/TIRL7WEFW6EW2NRW32XIJG5VELRY26HS/
>>>
>>
>>
>> --
>>
>> KAUSTAV MAJUMDER
>>
>> ASSOCIATE SOFTWARE ENGINEER
>>
>> Red Hat India PVT LTD. 
>>
>> kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder
>> 
>> TRIED. TESTED. TRUSTED. 
>> @redhatway    @redhatinc
>>    @redhatsnaps
>> 
>>
>

-- 

KAUSTAV MAJUMDER

ASSOCIATE SOFTWARE ENGINEER

Red Hat India PVT LTD. 

kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder

TRIED. TESTED. TRUSTED. 
@redhatway    @redhatinc
   @redhatsnaps

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


[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-07 Thread Hemant Gupta
Hi ,
I wanted to deploy Oviirt Communit Edition for my Virtualization setup ...
Ovirt Engine (Manger) on VM and Ovirt Node(Hypervisor) on physical hardware
so need some good documentation for that so that I can use it in my day to
day life for Vitualization

On Fri, Dec 7, 2018 at 9:50 PM Kaustav Majumder  wrote:

> Hi,
> Are you talking about this? [1]
>
> [1] https://github.com/oVirt/ovirt-node-ng
>
> On Fri, Dec 7, 2018 at 7:09 PM Hemant Gupta 
> wrote:
>
>> Hi user please let us know the necessary steps/tutorials for same for
>> kickStart
>> ___
>> 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/TIRL7WEFW6EW2NRW32XIJG5VELRY26HS/
>>
>
>
> --
>
> KAUSTAV MAJUMDER
>
> ASSOCIATE SOFTWARE ENGINEER
>
> Red Hat India PVT LTD. 
>
> kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder
> 
> TRIED. TESTED. TRUSTED. 
> @redhatway    @redhatinc
>    @redhatsnaps
> 
>
___
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/LPS3R7B6BQQ6X3IKV4OU5OCB5O4JU34U/


[ovirt-users] Re: VM ramdomly unresponsive

2018-12-07 Thread fsoyer

Hi,
I can say now that the problem was related to storage performances, as there 
was no more errors since the replacement of the raid cards.
Thanks for all,
Frank
 

Le Mardi, Novembre 27, 2018 08:30 CET, Sahina Bose  a écrit:
 On Tue, Nov 13, 2018 at 4:46 PM fsoyer  wrote:
>
> Hi all,
> I continue to try to understand my problem between (I suppose) oVirt anf 
> Gluster.
> After my recents posts titled 'VMs unexpectidly restarted' that did not 
> provide solution nor search idea, I submit to you another (related ?) problem.
> Parallely with the problem of VMs down (that did not reproduce since Oct 16), 
> I have ramdomly some events in the GUI saying "VM x is not responding." 
> For example, VM "patjoub1" on 2018-11-11 14:34. Never the same hour, not all 
> the days, often this VM patjoub1 but not always : I had it on two others. All 
> VMs disks are on a volume DATA02 (with leases on the same volume).
>
> Searching in engine.log, I found :
>
> 2018-11-11 14:34:32,953+01 INFO 
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] 
> (EE-ManagedThreadFactory-engineScheduled-Thread-28) [] VM 
> '6116fb07-096b-4c7e-97fe-01ecc9a6bd9b'(patjoub1) moved from 'Up' --> 
> 'NotResponding'
> 2018-11-11 14:34:33,116+01 WARN 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerObjectsBuilder] 
> (EE-ManagedThreadFactory-engineScheduled-Thread-1) [] Invalid or unknown 
> guest architecture type '' received from guest agent
> 2018-11-11 14:34:33,176+01 WARN 
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
> (EE-ManagedThreadFactory-engineScheduled-Thread-28) [] EVENT_ID: 
> VM_NOT_RESPONDING(126), VM patjoub1 is not responding.
> ...
> ...
> 2018-11-11 14:34:48,278+01 INFO 
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] 
> (EE-ManagedThreadFactory-engineScheduled-Thread-48) [] VM 
> '6116fb07-096b-4c7e-97fe-01ecc9a6bd9b'(patjoub1) moved from 'NotResponding' 
> --> 'Up'
>
> So it becomes up 15s after, and the VM (and the monitoring) see no downtime.
> At this time, I see in vdsm.log of the nodes :
>
> 2018-11-11 14:33:49,450+0100 ERROR (check/loop) [storage.Monitor] Error 
> checking path 
> /rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata
>  (monitor:498)
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/vdsm/storage/monitor.py", line 496, in 
> _pathChecked
> delay = result.delay()
> File "/usr/lib/python2.7/site-packages/vdsm/storage/check.py", line 391, in 
> delay
> raise exception.MiscFileReadException(self.path, self.rc, self.err)
> MiscFileReadException: Internal file read failure: 
> (u'/rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata',
>  1, 'Read timeout')
> 2018-11-11 14:33:49,450+0100 INFO (check/loop) [storage.Monitor] Domain 
> ffc53fd8-c5d1-4070-ae51-2e91835cd937 became INVALID (monitor:469)
>
> 2018-11-11 14:33:59,451+0100 WARN (check/loop) [storage.check] Checker 
> u'/rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937/dom_md/metadata'
>  is blocked for 20.00 seconds (check:282)
>
> 2018-11-11 14:34:09,480+0100 INFO (event/37) [storage.StoragePool] Linking 
> /rhev/data-center/mnt/glusterSD/victor.local.systea.fr:_DATA02/ffc53fd8-c5d1-4070-ae51-2e91835cd937
>  to 
> /rhev/data-center/6efda7f8-b62f-11e8-9d16-00163e263d21/ffc53fd8-c5d1-4070-ae51-2e91835cd937
>  (sp:1230)
>
> OK : so, DATA02 marked as blocked for 20s ? I definitly have a problem with 
> gluster ? I'll inevitably find the reason in the gluster logs ? Uh : not at 
> all.
> Please see gluster logs here :
> https://seafile.systea.fr/d/65df86cca9d34061a1e4/
>
> Unfortunatly I discovered this morning that I have not the sanlock.log for 
> this date. I don't understand why, the log rotate seems OK with "rotate 3", 
> but I have no backups files :(.
> But, luck in bad luck, the same event occurs this morning ! Same VM patjoub1, 
> 2018-11-13 08:01:37. So I have added the sanlock.log for today, maybe it can 
> help.
>
> IMPORTANT NOTE : don't forget that Gluster log with on hour shift. For this 
> event at 14:34, search at 13h34 in gluster logs.
> I recall my configuration :
> Gluster 3.12.13
> oVirt 4.2.3
> 3 nodes where the third is arbiter (volumes in replica 2)
>
> The nodes are never overloaded (CPU average 5%, no peak detected at the time 
> of the event, mem 128G used at 15% (only 10 VMs on this cluster)). Network 
> underused, gluster is on a separate network on a bond (2 NICs) 1+1Gb mode 4 = 
> 2Gb, used in peak at 10%.
>
> Here is the configuration for the given volume :
>
> # gluster volume status DATA02
> Status of volume: DATA02
> Gluster process TCP Port RDMA Port Online Pid
> --
> Brick victorstorage.local.systea.fr:/home/d
> ata02/data02/brick 49158 0 Y 4990
> Brick gingerstorage.local.systea.fr:/home/d

[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-07 Thread Kaustav Majumder
Hi,
Are you talking about this? [1]

[1] https://github.com/oVirt/ovirt-node-ng

On Fri, Dec 7, 2018 at 7:09 PM Hemant Gupta 
wrote:

> Hi user please let us know the necessary steps/tutorials for same for
> kickStart
> ___
> 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/TIRL7WEFW6EW2NRW32XIJG5VELRY26HS/
>


-- 

KAUSTAV MAJUMDER

ASSOCIATE SOFTWARE ENGINEER

Red Hat India PVT LTD. 

kmajum...@redhat.comM: 08981884037 IM: IRC: kmajumder

TRIED. TESTED. TRUSTED. 
@redhatway    @redhatinc
   @redhatsnaps

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


[ovirt-users] Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-07 Thread Hemant Gupta
Hi user please let us know the necessary steps/tutorials for same for kickStart
___
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/TIRL7WEFW6EW2NRW32XIJG5VELRY26HS/


[ovirt-users] Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-07 Thread Leo David
Hi Everyone,
Using self hosted-engine 4.2.7.5-1.el7 running on ovirt-node 4.2.7,  i am
trying to attache hosts to a newlly created network for gluster/migration
traffic.
Oncei click on Networks->gluster-Hosts- Unattached, i get the following
error:

Uncaught exception occurred. Please try reloading the page. Details:
(TypeError) : M9(...) is null
Please have your administrator check the UI logs

So to make the cluster installation possible,  i had to use ovirt 4.2.2 and
manually install ovirt-engine-appliance-4.2-20180626.1.el7 on the nodes
before deploying self-hosted engine ( version that has other problems,
like not being able to get dasboards in cloudforms/manageiq -
ovirt-engine-dwh is missing ).

Is it possible to:
1. upgrade actual hosted-engine version to the latest that has this module
properly installed ?
2. fix the latest ( upgraded ) version so i can attach hosts to networks ?
Thank you very much !

Leo

-- 
Best regards, Leo David
___
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/5HMXA6VIHV5XMDDWPRLYYWQSYLRBOW2T/


[ovirt-users] Re: Hypconverged Gluster Setup hangs after TLS/SSL

2018-12-07 Thread Gobinda Das
I think FQDN is not configured with passwordless ssh.Can you please confirm
the same?
Note: Even though hostname/ip configured passwordless ssh we also need to
configure for FQDN to avoid confirmation prompt.
This is a bug , will fix this.

On Fri, Dec 7, 2018 at 5:40 PM Sahina Bose  wrote:

>
>
> On Fri, 7 Dec 2018 at 5:35 PM, Matthias Barmeier <
> matthias.barme...@sourcepark.de> wrote:
>
>> I don't think so because the known_hosts contain all host keys of all
>> gluster nodes before start of setup.
>
>
> Also, the FQDN that’s used to add the hosts to engine? Is that also in
> known_hosts?
>
>
>>
>> Or do I miss something ?
>>
>>
>> Am Freitag, den 07.12.2018, 12:17 +0530 schrieb Sahina Bose:
>> > I think you may be running into
>> > https://bugzilla.redhat.com/show_bug.cgi?id=1651516
>> >
>> > On Thu, Dec 6, 2018 at 7:30 PM 
>> > wrote:
>> > >
>> > > Hi,
>> > >
>> > > tried to setup hyperconverged with glusterfs. I used three i7 with
>> > > two 1TB Disks and two NICs. Everythin worked fine till:
>> > >
>> > > [ INFO ] TASK [Set Engine public key as authorized key without
>> > > validating the TLS/SSL certificates]
>> > >
>> > > appears in the wizards window. Does anyone has a hint on what to
>> > > do?
>> > > ___
>> > > 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/commun
>> > > ity-guidelines/
>> > > List Archives: https://lists.ovirt.org/archives/list/us...@ovirt.or
>> > > g/message/BI6Z576SKSTNQZRBCWLYMVFYTRZVZOCE/
>>
>

-- 
Thanks,
Gobinda
___
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/IP7Y32DJ5GUJIOVY6WDPE7PSMN33FIED/


[ovirt-users] Re: 4.2.7 & centos 7.6 dependency problems

2018-12-07 Thread Simon Coter
Cool,

thanks for reporting it back.

Simon

> On Dec 7, 2018, at 10:04 AM, Demeter Tibor  wrote:
> 
> Dear Simon,
> 
> It is working fine with a little bit modification. You need to use 
> "exclude=nbdkit-*" instead of "exclude=nbdkit*" .
> 
> Thanks for your mention,
> 
> Regards,
> 
> Tibor
> 
> 
> - 2018. dec.. 6., 22:37, Simon Coter  > írta:
> Hi Tibor,
> 
> the update is trying to install:
> 
> nbdkit(x86-64) = 1.2.7-2.el7
> 
> while you only have:
> 
> nbdkit(x86-64) = 1.2.6-1.el7_6.2
> 
> 1.2.7 release is available on ovirt-4.2-epel repository while 1.2.6 is part 
> of CentOS “Base” and “Updates”.
> The problem is that "nbdkit-plugin-vddk” has only 1.2.6 release and this 
> depends on “ndbkit”.
> Possible workaround that should work:
> 
> Edit the .repo containing “ovirt-4.2-epel” and add the following line 
> to the “ovirt-4.2-epel” entry:
> 
> exclude=ndbkit*
> 
> then, rerun the update.
> 
> Simon
> 
> On Dec 6, 2018, at 10:27 PM, Demeter Tibor  > wrote:
> 
> Dear Roberto,
> 
> Thank you for your reply.
> I would like to upgrade the node os (not just ovirt) to latest (7.6) version. 
> Thanks
> 
> Regards,
> 
> Tibor
> 
> 
> 
> - 2018. dec.. 6., 21:39, Roberto Nunin  > írta:
> Hi
> 
> I had a similar problem just yesterday.
> I've disabled all three sources within CentOS-Base.repo.
> 
> My nodes are still 7.5, but hope that this can help anyway.
> My update process, done from hested-engine gui, has completed after the 
> change.
> 
> BR
> 
> 
> 
> Il giorno gio 6 dic 2018 alle 20:19 Demeter Tibor  > ha scritto:
> Dear All,
> I would like to upgrade my ovirt 4.2.5 to 4.2.7.
> 
> The hosted engine upgrade was success, but on the nodes i've got an 
> dependency error:
> 
> ---> Package mesa-libgbm.x86_64 0:18.0.5-3.el7 will be installed
> --> Processing Dependency: mesa-libglapi = 18.0.5-3.el7 for package: 
> mesa-libgbm-18.0.5-3.el7.x86_64
> --> Processing Dependency: libwayland-server.so.0()(64bit) for package: 
> mesa-libgbm-18.0.5-3.el7.x86_64
> ---> Package nbdkit.x86_64 0:1.2.7-2.el7 will be installed
> ---> Package nbdkit-plugin-python2.x86_64 0:1.2.7-2.el7 will be installed
> --> Processing Dependency: nbdkit-plugin-python-common = 1.2.7-2.el7 for 
> package: nbdkit-plugin-python2-1.2.7-2.el7.x86_64
> ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
> --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package: 
> nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
> ---> Package python2-blockdev.x86_64 0:2.18-3.el7 will be installed
> ---> Package python2-futures.noarch 0:3.1.1-5.el7 will be installed
> --> Running transaction check
> ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
> ---> Package mesa-libglapi.x86_64 0:18.0.5-3.el7 will be installed
> ---> Package nbdkit-plugin-python-common.x86_64 0:1.2.7-2.el7 will be 
> installed
> ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
> --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package: 
> nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
> --> Finished Dependency Resolution
> --> Running transaction check
> ---> Package kernel.x86_64 0:3.10.0-693.11.6.el7 will be erased
> ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
> --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package: 
> nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
> --> Finished Dependency Resolution
> Error: Package: nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64 (updates)
>Requires: nbdkit(x86-64) = 1.2.6-1.el7_6.2
>Available: nbdkit-1.2.6-1.el7.x86_64 (base)
>nbdkit(x86-64) = 1.2.6-1.el7
>Available: nbdkit-1.2.6-1.el7_6.2.x86_64 (updates)
>nbdkit(x86-64) = 1.2.6-1.el7_6.2
>Installing: nbdkit-1.2.7-2.el7.x86_64 (ovirt-4.2-epel)
>nbdkit(x86-64) = 1.2.7-2.el7
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
> 
> 
> How can I solve this?
> 
> Thanks in advance,
> 
> Regards,
> 
> Tibor
> 
> 
> ___
> 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/AUAO3LNG2LY56K37ARWH6ORSC6MZL5CA/
>  
> 
> -- 
> Roberto Nunin
> 
> 
> 
> 
> ___
> Users mailing list -- 

[ovirt-users] Re: Hypconverged Gluster Setup hangs after TLS/SSL

2018-12-07 Thread Sahina Bose
On Fri, 7 Dec 2018 at 5:35 PM, Matthias Barmeier <
matthias.barme...@sourcepark.de> wrote:

> I don't think so because the known_hosts contain all host keys of all
> gluster nodes before start of setup.


Also, the FQDN that’s used to add the hosts to engine? Is that also in
known_hosts?


>
> Or do I miss something ?
>
>
> Am Freitag, den 07.12.2018, 12:17 +0530 schrieb Sahina Bose:
> > I think you may be running into
> > https://bugzilla.redhat.com/show_bug.cgi?id=1651516
> >
> > On Thu, Dec 6, 2018 at 7:30 PM 
> > wrote:
> > >
> > > Hi,
> > >
> > > tried to setup hyperconverged with glusterfs. I used three i7 with
> > > two 1TB Disks and two NICs. Everythin worked fine till:
> > >
> > > [ INFO ] TASK [Set Engine public key as authorized key without
> > > validating the TLS/SSL certificates]
> > >
> > > appears in the wizards window. Does anyone has a hint on what to
> > > do?
> > > ___
> > > 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/commun
> > > ity-guidelines/
> > > List Archives: https://lists.ovirt.org/archives/list/us...@ovirt.or
> > > g/message/BI6Z576SKSTNQZRBCWLYMVFYTRZVZOCE/
>
___
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/MSSWH6D72NY76XJ3EF42XALFCSTNEEWY/


[ovirt-users] Re: 4.2.7 & centos 7.6 dependency problems

2018-12-07 Thread Demeter Tibor
Dear Simon, 

It is working fine with a little bit modification. You need to use 
"exclude=nbdkit-*" instead of "exclude=nbdkit*" . 

Thanks for your mention, 

Regards, 

Tibor 

- 2018. dec.. 6., 22:37, Simon Coter  írta: 

> Hi Tibor,

> the update is trying to install:

> nbdkit(x86-64) = 1.2.7-2.el7

> while you only have:

> nbdkit(x86-64) = 1.2.6-1.el7_6.2

> 1.2.7 release is available on ovirt-4.2-epel repository while 1.2.6 is part of
> CentOS “Base” and “Updates”.
> The problem is that "nbdkit-plugin-vddk” has only 1.2.6 release and this 
> depends
> on “ndbkit”.
> Possible workaround that should work:

> Edit the .repo containing “ovirt-4.2-epel” and add the following line 
> to
> the “ovirt-4.2-epel” entry:

> exclude=ndbkit*

> then, rerun the update.

> Simon

>> On Dec 6, 2018, at 10:27 PM, Demeter Tibor < [ mailto:tdeme...@itsmart.hu |
>> tdeme...@itsmart.hu ] > wrote:

>> Dear Roberto,

>> Thank you for your reply.
>> I would like to upgrade the node os (not just ovirt) to latest (7.6) version.
>> Thanks

>> Regards,

>> Tibor

>> - 2018. dec.. 6., 21:39, Roberto Nunin < [ mailto:robnu...@gmail.com |
>> robnu...@gmail.com ] > írta:

>>> Hi

>>> I had a similar problem just yesterday.
>>> I've disabled all three sources within CentOS-Base.repo.

>>> My nodes are still 7.5, but hope that this can help anyway.
>>> My update process, done from hested-engine gui, has completed after the 
>>> change.

>>> BR

>>> Il giorno gio 6 dic 2018 alle 20:19 Demeter Tibor < [ 
>>> mailto:tdeme...@itsmart.hu
>>> | tdeme...@itsmart.hu ] > ha scritto:

 Dear All,
 I would like to upgrade my ovirt 4.2.5 to 4.2.7.

 The hosted engine upgrade was success, but on the nodes i've got an 
 dependency
 error:

 ---> Package mesa-libgbm.x86_64 0:18.0.5-3.el7 will be installed
 --> Processing Dependency: mesa-libglapi = 18.0.5-3.el7 for package:
 mesa-libgbm-18.0.5-3.el7.x86_64
 --> Processing Dependency: libwayland-server.so.0()(64bit) for package:
 mesa-libgbm-18.0.5-3.el7.x86_64
 ---> Package nbdkit.x86_64 0:1.2.7-2.el7 will be installed
 ---> Package nbdkit-plugin-python2.x86_64 0:1.2.7-2.el7 will be installed
 --> Processing Dependency: nbdkit-plugin-python-common = 1.2.7-2.el7 for
 package: nbdkit-plugin-python2-1.2.7-2.el7.x86_64
 ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
 --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package:
 nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
 ---> Package python2-blockdev.x86_64 0:2.18-3.el7 will be installed
 ---> Package python2-futures.noarch 0:3.1.1-5.el7 will be installed
 --> Running transaction check
 ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
 ---> Package mesa-libglapi.x86_64 0:18.0.5-3.el7 will be installed
 ---> Package nbdkit-plugin-python-common.x86_64 0:1.2.7-2.el7 will be 
 installed
 ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
 --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package:
 nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
 --> Finished Dependency Resolution
 --> Running transaction check
 ---> Package kernel.x86_64 0:3.10.0-693.11.6.el7 will be erased
 ---> Package nbdkit-plugin-vddk.x86_64 0:1.2.6-1.el7_6.2 will be installed
 --> Processing Dependency: nbdkit(x86-64) = 1.2.6-1.el7_6.2 for package:
 nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64
 --> Finished Dependency Resolution
 Error: Package: nbdkit-plugin-vddk-1.2.6-1.el7_6.2.x86_64 (updates)
 Requires: nbdkit(x86-64) = 1.2.6-1.el7_6.2
 Available: nbdkit-1.2.6-1.el7.x86_64 (base)
 nbdkit(x86-64) = 1.2.6-1.el7
 Available: nbdkit-1.2.6-1.el7_6.2.x86_64 (updates)
 nbdkit(x86-64) = 1.2.6-1.el7_6.2
 Installing: nbdkit-1.2.7-2.el7.x86_64 (ovirt-4.2-epel)
 nbdkit(x86-64) = 1.2.7-2.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

 How can I solve this?

 Thanks in advance,

 Regards,

 Tibor

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

>>> --
>>> Roberto Nunin

>> ___
>> Users mailing list -- [