ovirt UI update and webproxy server
by kim.kargaard@noroff.no
Hi,
I want our users to be able to use novnc via the VM portal, so I installed a separate version of the UI, following the information I could find on that process. It is now possible to get the novnc console option in the VM portal, but it seems something with this broke the internal CA for the webproxy, as I get the wonderful:
Disconnected from ConsoleCannot connect to websocket proxy server. Please check your websocket proxy certificate or ask your administrator for help. For further information please refer to the console manual.
Press the 'Connect' button to reconnect the console.
When using the Admin Portal, I of course get a bit more detail and a suggestion to check if websocket proxy server is running, if the firewall is blocking it or if the CA is installed. But, it was working perfectly before the UI update. When I check the status of the websocket proxy on the engine, I see the following:
Active: active (running) since Fri 2019-09-27 10:58:28 CEST; 1 weeks 5 days ago
Main PID: 58139 (ovirt-websocket)
CGroup: /system.slice/ovirt-websocket-proxy.service
└─58139 /usr/bin/python /usr/share/ovirt-engine/services/ovirt-websocket-proxy/ovirt-websocket-proxy.py --systemd=notify start
Oct 09 14:14:00 enginedomain ovirt-websocket[3569]: 2019-10-09 14:14:00,746+0200 ovirt-websocket-proxy: INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:14:00 enginedomain ovirt-websocket-proxy.py[58139]: ovirt-websocket-proxy[3569] INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:17:44 enginedomain ovirt-websocket[3855]: 2019-10-09 14:17:44,797+0200 ovirt-websocket-proxy: INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:17:44 enginedomain ovirt-websocket-proxy.py[58139]: ovirt-websocket-proxy[3855] INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:21:43 enginedomain ovirt-websocket[4146]: 2019-10-09 14:21:43,126+0200 ovirt-websocket-proxy: INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:21:43 enginedomain ovirt-websocket-proxy.py[58139]: ovirt-websocket-proxy[4146] INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:22:25 enginedomain ovirt-websocket[4180]: 2019-10-09 14:22:25,004+0200 ovirt-websocket-proxy: INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:22:25 enginedomain ovirt-websocket-proxy.py[58139]: ovirt-websocket-proxy[4180] INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:22:40 enginedomain ovirt-websocket[4206]: 2019-10-09 14:22:40,506+0200 ovirt-websocket-proxy: INFO msg:887 handler exception: [Errno 13] Permission denied
Oct 09 14:22:40 enginedomain ovirt-websocket-proxy.py[58139]: ovirt-websocket-proxy[4206] INFO msg:887 handler exception: [Errno 13] Permission denied
The CA files have not changed permissions, so I am at a bit of a loss. Any suggestions? I checked the ovirt logs, but I struggled to find a log for the websocket proxy, so I can't find a more detailed error log.
I installed ovirt-web-ui-1.6.1-0.20190923.git6ca35b5.el7.noarch.rpm to get the novnc console on the VM portal.
5 years, 1 month
Cloud Init static route
by Tommaso - Shellrent
Hi,
on our system we need to setup a static route to all the vm's.
How can we do it via cloud-init? it seems to be not possible via the
ovirt interface
regards,
--
Shellrent Logo
*Tommaso De Marchi*
COO Chief Operating Officer - Shellrent S.r.l.
Tel. 0444321155 <tel:+390444321155> | Fax 04441492177
Via dell'Edilizia, 19 - 36100 Vicenza
5 years, 1 month
Re: VDI
by Alex McWhirter
To achieve that all you need to do is create a template of the desktop
base vm, make sure the vm type is set to desktop. Afterwards just create
new vms from that template. As long as the VM type is set to desktop
each new VM will use a qcow overlay on top of the base image.
Taking this a step further you can then create VM pools from said
template, allowing users to dynamically be assigned a new VM on login.
Granted pools are usually stateless, so you need to have network file
storage. We use pools for windows 10 VDI instances, where we use sysprep
to autojoin the new pool vm to the domain where redirected folders are
already setup.
For VDI only use spice protocol. By default we found spice to be semi
lackluster, so we do apply custom settings and we have recompiled spice
on both servers and clients with h264 support. This is not 100%
necessary, but makes things like youtube much more usable. We have also
backported some audio patches to KVM. CentOS 8 should resolve a lot of
these customizations that we've had to do.
As far as updating, pretty much. We create a VM from the template,
update it, then push it back as a new version of the template. The pools
are set to always use the latest template version. Users have to log
out, then back in to the VDI system in order to get the new image as
logging out will destroy the users current instance and create a new one
on log in.
On 2019-09-23 15:16, Fabio Marzocca wrote:
> Hi Alex, thanks for answering.
>
> I am approaching and studying oVirt in order to propose the solution to a customer as a replacement for a commercial solution they have now.
> They only need Desktop virtualization.
> Sorry for the silly question, but I can't find a way to deploy a VM (template) to users as a "linked-clone", meaning that the users' image still refers to the original image but modification are written (and afterwards read) from a new location. This technique is called Copy-on-write.
> Can this be achieved with oVirt?
>
> Then, what is the Best Practice to update WIndows OS for the all the users? Currently they simply "check-out" the Gold Image, update it and check-in, while all users are running...
>
> Fabio
>
> On Mon, Sep 23, 2019 at 8:04 PM Alex McWhirter <Alex(a)triadic.us> wrote:
>
> yes, we do. All spice, with some customizations done at source level for spice / kvm packages.
>
> On 2019-09-23 13:44, Fabio Marzocca wrote:
> Is there anyone who uses oVirt as a full VDI environment? I would have a bunch of questions...
>
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/D44YB5VOKNB...
5 years, 1 month
is it possible to add host on which ovirt is installed ?
by levisik@gmail.com
Hi.
I am trying to do some lab.
I have one Unix server, on which I installed oVirt package. I have already access to console.
I would like to create some virtual servers, but to do so, I need to have datacenter up. I checked in docummentation, that to have it running, I need to have:
- cluster - which I already made
- host - here I have problem, because I am trying to add the same host on which ovirt is running, but I get error without any notification
- storage domain - which I guess is created automatically during ovirt installation.
Any ideas :) ?
5 years, 1 month
Re: Delete snapshots task hung
by Strahil
Try to migrate a VM from one host to another.
I had a similar issue (1000 warnings in UI) that have stopped immediately I have migrated that VM.
Best Regards,
Strahil NikolovOn Oct 8, 2019 09:59, Leo David <leoalex(a)gmail.com> wrote:
>
> Hi Everyone,
> I'm waiting since 3 days for 5 x delete snapshot tasks to finish, and for some reason it seems to be stucked.For other vms snapshot removal took at most 20 mins, with havin the disks pretty much same size, and snapshots numbers.
> Any thoughts on how should I get this fixed ?
> Below, some lines from the engine.log, and it seems to show some complains regarding locks ( Failed to acquire lock and wait lock) , although I am not sure if thats the root cause:
> Thank you very much !
>
> Leo
>
> 2019-10-08 09:52:48,692+03 INFO [org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback] (EE-ManagedThreadFactory-engineScheduled-Thread-47) [73016a4a-bb2f-487f-91c5-cd027b278930] Command 'RemoveSnapshotSingleDiskLive' (id: '341d9c1b-2915-48d6-a8a9-9146ab19d5f8') waiting on child command id: '329da0fd-801b-4e0d-b7c0-fbb5c2a98bb5' type:'DestroyImage' to complete
> 2019-10-08 09:52:48,702+03 INFO [org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback] (EE-ManagedThreadFactory-engineScheduled-Thread-47) [73016a4a-bb2f-487f-91c5-cd027b278930] Command 'RemoveSnapshotSingleDiskLive' (id: '580fa033-35fd-44f0-9979-e60e9bbf8a29') waiting on child command id: 'c00bdeb6-2e8b-4ef8-a3dc-1aaa088ae052' type:'DestroyImage' to complete
> 2019-10-08 09:52:49,713+03 INFO [org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback] (EE-ManagedThreadFactory-engineScheduled-Thread-50) [539ba19e-0cb5-42cf-9a23-7916ee2de4a9] Command 'RemoveSnapshotSingleDiskLive' (id: 'de747f91-ec59-4e70-9345-77e16234bfe0') waiting on child command id: '10812160-cf4c-4239-bb92-1d5a847687ee' type:'DestroyImage' to complete
> 2019-10-08 09:52:50,725+03 INFO [org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback] (EE-ManagedThreadFactory-engineScheduled-Thread-100) [baed2fa3-bcad-43b2-8164-480598bc72f3] Command 'RemoveSnapshotSingleDiskLive' (id: '4919b287-e980-4d34-a219-c08a169cd8f7') waiting on child command id: '5eceb6a8-f08e-42aa-8258-c907f5927e6c' type:'DestroyImage' to complete
> 2019-10-08 09:52:51,563+03 INFO [org.ovirt.engine.core.bll.lock.InMemoryLockManager] (DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock 'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]', sharedLocks=''}'
> 2019-10-08 09:52:51,583+03 INFO [org.ovirt.engine.core.bll.lock.InMemoryLockManager] (DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock 'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]', sharedLocks=''}'
> 2019-10-08 09:52:51,604+03 INFO [org.ovirt.engine.core.bll.lock.InMemoryLockManager] (DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock 'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]', sharedLocks=''}'
> 2019-10-08 09:52:51,606+03 INFO [org.ovirt.engine.core.bll.lock.InMemoryLockManager] (DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock 'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]', sharedLocks=''}'
> 2019-10-08 09:52:51,735+03 INFO [org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback] (EE-ManagedThreadFactory-engineScheduled-Thread-94) [73016a4a-bb2f-487f-91c5-cd027b278930] Command 'RemoveSnapshot' (id: 'c9ab1344-ae27-4934-9358-d6a7b10a4f0a') waiting on child command id: '341d9c1b-2915-48d6-a8a9-9146ab19d5f8' type:'RemoveSnapshotSingleDiskLive' to complete
> 2019-10-08 09:52:52,706+03 INFO [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand] (DefaultQuartzScheduler10) [8921c9c] FINISH, GetGlusterLocalPhysicalVolumeListVDSCommand, return: [org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@21830b5f, org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@676adc3e, org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@385a3510, org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@af24d00, org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@331266f2], log id: 1a3515fe
> 2019-10-08 09:52:52,708+03 INFO [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand] (DefaultQuartzScheduler10) [8921c9c] START, GetGlusterVDOVolumeListVDSCommand(HostName =
5 years, 1 month
Re: Trying to add a LUN to a host and use that, instead of Gluster, as the datastore for my VM's.
by Strahil
Hi Tom,
Have you checked https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/... ?
Best Regards,
Strahil NikolovOn Oct 6, 2019 06:26, TomK <tomkcpr(a)mdevsys.com> wrote:
>
> Hey All,
>
> I've added a 4TB LUN to my physical storage and now I want to use that,
> instead of GlusterFS as my datastore for VM's on that physical. How do
> I do this?
>
> I've tried a number of options, including adding LUN's but appears I can
> only add them to VM's directly but not use them as my datastores instead
> of GlusterFS.
>
> --
> Thx,
> TK.
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/ZES6FCONNYB...
5 years, 1 month
Inconsisten datacenter [urgent]
by jplorier@gmail.com
I have a gluster engine domain on 4.2 replica 3 1 arbiter and the arbiter
got down. I've been trying to replace the arbiter with no success. In the
meantime, the two remaining hosts are non- responsive, both with one vm
(one actually with the engine).
The one without the engine can't be set to maintenance because shows one vm
and in non-responsive state, but in the vm list, it shows none.
I manually tried to shut the vm down with virsh but no domain is listed. I
can't power off the host as it's part of the gluster.
Is there a way I can manually remove the ghost vm so I can set the host to
maintenance and try to fix it?
Regards,
5 years, 1 month
update node 4.3.5 to 4.3.6
by Vincent Royer
Ovirt node on 4.3.5. Was installed from 4.3.5 iso and has never been updated
GUI said update available for hosts. Here's what I did:
- Global HA maintenance
- yum update and engine-upgrade-check engine-setup of hosted engine
- engine now at Version 4.3.6.7-1.el7
- put node 1/3 into maintenance (vms migrate off)
- update host in gui until it says its done
- reboot node
The node reboots but is still at 4.3.5
So I try manually:
yum update
> Loaded plugins: enabled_repos_upload, fastestmirror, imgbased-persist,
> package_upload, product-id, search-disabled-repos, subscription-manager,
> vdsmupgrade, versionlock
> This system is not registered with an entitlement server. You can use
> subscription-manager to register.
> Loading mirror speeds from cached hostfile
> * ovirt-4.3: mirrors.rit.edu
> * ovirt-4.3-epel: d2lzkl7pfhq30w.cloudfront.net
> Excluding 70 updates due to versionlock (use "yum versionlock status" to
> show them)
> No packages marked for update
> Uploading Enabled Repositories Report
> Cannot upload enabled repos report, is this client registered?
> [root@letty ~]#
in the etc/yum.repos.d folder I have:
CentOS-Base.repo CentOS-CR.repo CentOS-Debuginfo.repo
CentOS-fasttrack.repo CentOS-Media.repo CentOS-Sources.repo
CentOS-Vault.repo ovirt-4.3-dependencies.repo ovirt-4.3.repo
So how do I update to 4.3.6? isn't it part of ovirt-4.3.repo?
5 years, 1 month
Delete snapshots task hung
by Leo David
Hi Everyone,
I'm waiting since 3 days for 5 x delete snapshot tasks to finish, and for
some reason it seems to be stucked.For other vms snapshot removal took at
most 20 mins, with havin the disks pretty much same size, and snapshots
numbers.
Any thoughts on how should I get this fixed ?
Below, some lines from the engine.log, and it seems to show some complains
regarding locks ( Failed to acquire lock and wait lock) , although I am not
sure if thats the root cause:
Thank you very much !
Leo
2019-10-08 09:52:48,692+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-47)
[73016a4a-bb2f-487f-91c5-cd027b278930] Command
'RemoveSnapshotSingleDiskLive' (id: '341d9c1b-2915-48d6-a8a9-9146ab19d5f8')
waiting on child command id: '329da0fd-801b-4e0d-b7c0-fbb5c2a98bb5'
type:'DestroyImage' to complete
2019-10-08 09:52:48,702+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-47)
[73016a4a-bb2f-487f-91c5-cd027b278930] Command
'RemoveSnapshotSingleDiskLive' (id: '580fa033-35fd-44f0-9979-e60e9bbf8a29')
waiting on child command id: 'c00bdeb6-2e8b-4ef8-a3dc-1aaa088ae052'
type:'DestroyImage' to complete
2019-10-08 09:52:49,713+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-50)
[539ba19e-0cb5-42cf-9a23-7916ee2de4a9] Command
'RemoveSnapshotSingleDiskLive' (id: 'de747f91-ec59-4e70-9345-77e16234bfe0')
waiting on child command id: '10812160-cf4c-4239-bb92-1d5a847687ee'
type:'DestroyImage' to complete
2019-10-08 09:52:50,725+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-100)
[baed2fa3-bcad-43b2-8164-480598bc72f3] Command
'RemoveSnapshotSingleDiskLive' (id: '4919b287-e980-4d34-a219-c08a169cd8f7')
waiting on child command id: '5eceb6a8-f08e-42aa-8258-c907f5927e6c'
type:'DestroyImage' to complete
2019-10-08 09:52:51,563+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:51,583+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:51,604+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:51,606+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:51,735+03 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-94)
[73016a4a-bb2f-487f-91c5-cd027b278930] Command 'RemoveSnapshot' (id:
'c9ab1344-ae27-4934-9358-d6a7b10a4f0a') waiting on child command id:
'341d9c1b-2915-48d6-a8a9-9146ab19d5f8' type:'RemoveSnapshotSingleDiskLive'
to complete
2019-10-08 09:52:52,706+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalPhysicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@21830b5f,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@676adc3e,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@385a3510,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@af24d00,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@331266f2],
log id: 1a3515fe
2019-10-08 09:52:52,708+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterVDOVolumeListVDSCommand(HostName = host-dell-2.domain.int,
VdsIdVDSCommandParametersBase:{hostId='f598de28-296a-46ce-8b8d-6f19a2c892e2'}),
log id: 2a8c782
2019-10-08 09:52:52,745+03 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-22)
[539ba19e-0cb5-42cf-9a23-7916ee2de4a9] Command 'RemoveSnapshot' (id:
'28ac73f3-8b07-43d4-8b4b-1df90831ed50') waiting on child command id:
'de747f91-ec59-4e70-9345-77e16234bfe0' type:'RemoveSnapshotSingleDiskLive'
to complete
2019-10-08 09:52:53,115+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterVDOVolumeListVDSCommand, return: [], log id: 2a8c782
2019-10-08 09:52:53,116+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterVolumeAdvancedDetailsVDSCommand(HostName = host-dell-1.domain.int,
GlusterVolumeAdvancedDetailsVDSParameters:{hostId='109ffe86-6498-415d-8b00-1e1303a0085b',
volumeName='samsung_sata'}), log id: 6bb38072
2019-10-08 09:52:54,659+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:54,662+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:54,663+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:54,679+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:54,755+03 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-21)
[4f2bedf7-b9b3-481e-936f-e180803ac1b8] Command 'RemoveSnapshot' (id:
'ceeb99c3-68be-4e0f-8dd5-3ef6509d4013') waiting on child command id:
'66094952-88e3-41d9-9191-7ef8873de511' type:'RemoveSnapshotSingleDiskLive'
to complete
2019-10-08 09:52:54,762+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-21)
[825c211d-b40d-45d7-9dc7-e5c6af28a269] Command
'RemoveSnapshotSingleDiskLive' (id: '5e9f9b03-4df9-4e31-b2e1-5efaa4fcf66c')
waiting on child command id: 'b3b0a892-e652-45dd-a71f-b2f77a942491'
type:'DestroyImage' to complete
2019-10-08 09:52:55,276+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterVolumeAdvancedDetailsVDSCommand, return:
org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeAdvancedDetails@db5a3b94,
log id: 6bb38072
2019-10-08 09:52:55,288+03 INFO
[org.ovirt.engine.core.bll.gluster.GlusterThinDeviceService]
(DefaultQuartzScheduler10) [8921c9c] Volume samsung_sata have non-thin
bricks, skipping confirmed free size calculation
2019-10-08 09:52:55,295+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:55,308+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalLogicalVolumeListVDSCommand(HostName = host-dell-3.domain.int,
VdsIdVDSCommandParametersBase:{hostId='a129fd8c-33b4-4425-92f8-1fb3bd22541e'}),
log id: cc40e52
2019-10-08 09:52:55,376+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalLogicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@723faf2a,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@faa8525,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@17581efa,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@3bc224dd,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@340b8a70,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@6fd3a279,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@382bceb7,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@1265e1a3,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@7a55a195,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@86714cc,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@6e5f3d01,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@538aa190,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@484eb7d,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@34754e55,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@2355daef],
log id: cc40e52
2019-10-08 09:52:55,378+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalPhysicalVolumeListVDSCommand(HostName =
host-dell-3.domain.int,
VdsIdVDSCommandParametersBase:{hostId='a129fd8c-33b4-4425-92f8-1fb3bd22541e'}),
log id: 25557934
2019-10-08 09:52:55,436+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalPhysicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@629b1e0,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@18305096,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@153f73dd],
log id: 25557934
2019-10-08 09:52:55,438+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterVDOVolumeListVDSCommand(HostName = host-dell-3.domain.int,
VdsIdVDSCommandParametersBase:{hostId='a129fd8c-33b4-4425-92f8-1fb3bd22541e'}),
log id: 1bad2497
2019-10-08 09:52:55,740+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterVDOVolumeListVDSCommand, return: [], log id: 1bad2497
2019-10-08 09:52:55,742+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalLogicalVolumeListVDSCommand(HostName = host-dell-1.domain.int,
VdsIdVDSCommandParametersBase:{hostId='109ffe86-6498-415d-8b00-1e1303a0085b'}),
log id: 504020b3
2019-10-08 09:52:55,890+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalLogicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@4a6e6ecd,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@24a15dc6,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@56da4c59,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@74eab89,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@3e6fb5ab,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@100e90cd,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@14b2ae11,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@66d25ded,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@25537e71,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@41bf0aee,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@40fce6ee,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@3435f629,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@a2ba628,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@337a25f9,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@14967eee,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@f8946eb,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@5844abd4],
log id: 504020b3
2019-10-08 09:52:55,891+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalPhysicalVolumeListVDSCommand(HostName =
host-dell-1.domain.int,
VdsIdVDSCommandParametersBase:{hostId='109ffe86-6498-415d-8b00-1e1303a0085b'}),
log id: 3af318c8
2019-10-08 09:52:56,620+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GlusterTasksListVDSCommand]
(DefaultQuartzScheduler2) [5f2fb2c6] START,
GlusterTasksListVDSCommand(HostName = host-dell-1.domain.int,
VdsIdVDSCommandParametersBase:{hostId='109ffe86-6498-415d-8b00-1e1303a0085b'}),
log id: 4dd7bc07
2019-10-08 09:52:56,681+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalPhysicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@1d356076,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@584ec325,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@2529c9f3,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@73eb0c6,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@31be4687],
log id: 3af318c8
2019-10-08 09:52:56,682+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterVDOVolumeListVDSCommand(HostName = host-dell-1.domain.int,
VdsIdVDSCommandParametersBase:{hostId='109ffe86-6498-415d-8b00-1e1303a0085b'}),
log id: 1f47fc7e
2019-10-08 09:52:56,774+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-32)
[825c211d-b40d-45d7-9dc7-e5c6af28a269] Command
'RemoveSnapshotSingleDiskLive' (id: '1593ccd5-4e2a-4f8c-9c10-7944b95836b3')
waiting on child command id: '8b017634-d965-4273-a4a4-6281a337ed94'
type:'DestroyImage' to complete
2019-10-08 09:52:57,095+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterVDOVolumeListVDSCommand, return: [], log id: 1f47fc7e
2019-10-08 09:52:57,096+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalLogicalVolumeListVDSCommand(HostName = host-dell-4.domain.int,
VdsIdVDSCommandParametersBase:{hostId='5dde7a16-8fdb-4ae3-a061-75c451397d81'}),
log id: 74cad834
2019-10-08 09:52:57,144+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalLogicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@600eeeb,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@45491ad2,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@654daa09,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@4764d5ec,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@46121c5d,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@4b0001c7,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@4315e74c,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@22bf8177,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@74999189,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@3f5ca8e4,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@531f17c4],
log id: 74cad834
2019-10-08 09:52:57,145+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalPhysicalVolumeListVDSCommand(HostName =
host-dell-4.domain.int,
VdsIdVDSCommandParametersBase:{hostId='5dde7a16-8fdb-4ae3-a061-75c451397d81'}),
log id: df580e9
2019-10-08 09:52:57,191+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalPhysicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalPhysicalVolume@35585d07],
log id: df580e9
2019-10-08 09:52:57,192+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterVDOVolumeListVDSCommand(HostName = host-dell-4.domain.int,
VdsIdVDSCommandParametersBase:{hostId='5dde7a16-8fdb-4ae3-a061-75c451397d81'}),
log id: 6f19c8c0
2019-10-08 09:52:57,198+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GlusterTasksListVDSCommand]
(DefaultQuartzScheduler2) [5f2fb2c6] FINISH, GlusterTasksListVDSCommand,
return: [], log id: 4dd7bc07
2019-10-08 09:52:57,432+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVDOVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterVDOVolumeListVDSCommand, return: [], log id: 6f19c8c0
2019-10-08 09:52:57,433+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalLogicalVolumeListVDSCommand(HostName = host-dell-2.domain.int,
VdsIdVDSCommandParametersBase:{hostId='f598de28-296a-46ce-8b8d-6f19a2c892e2'}),
log id: 449353d0
2019-10-08 09:52:57,576+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:57,594+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:57,616+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:57,619+03 INFO
[org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler7) [306a2296] Failed to acquire lock and wait lock
'EngineLock:{exclusiveLocks='[c6087b9e-2214-11e9-9288-00163e168814=GLUSTER]',
sharedLocks=''}'
2019-10-08 09:52:57,785+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-90)
[4f2bedf7-b9b3-481e-936f-e180803ac1b8] Command
'RemoveSnapshotSingleDiskLive' (id: '66094952-88e3-41d9-9191-7ef8873de511')
waiting on child command id: '122be070-d45f-4e6b-bb61-4943a096b88b'
type:'DestroyImage' to complete
2019-10-08 09:52:57,792+03 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-90)
[baed2fa3-bcad-43b2-8164-480598bc72f3] Command 'RemoveSnapshot' (id:
'7aafe2fe-e05b-44bc-a716-c48734a8c2de') waiting on child command id:
'4919b287-e980-4d34-a219-c08a169cd8f7' type:'RemoveSnapshotSingleDiskLive'
to complete
2019-10-08 09:52:57,799+03 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-90)
[825c211d-b40d-45d7-9dc7-e5c6af28a269] Command 'RemoveSnapshot' (id:
'cb6e7a1d-1902-4e61-9c3d-e541cf4c6348') waiting on child command id:
'5e9f9b03-4df9-4e31-b2e1-5efaa4fcf66c' type:'RemoveSnapshotSingleDiskLive'
to complete
2019-10-08 09:52:58,345+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalLogicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] FINISH,
GetGlusterLocalLogicalVolumeListVDSCommand, return:
[org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@65406163,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@1207b8a9,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@33f93de1,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@6d2ae59d,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@b07ca22,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@246ae91b,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@5e86ce42,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@643ade02,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@51d95e7d,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@2288576c,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@4a9469a1,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@78ec643f,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@63dde7e9,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@30effc9,
org.ovirt.engine.core.common.businessentities.gluster.GlusterLocalLogicalVolume@6a3e4768],
log id: 449353d0
2019-10-08 09:52:58,346+03 INFO
[org.ovirt.engine.core.vdsbroker.gluster.GetGlusterLocalPhysicalVolumeListVDSCommand]
(DefaultQuartzScheduler10) [8921c9c] START,
GetGlusterLocalPhysicalVolumeListVDSCommand(HostName =
host-dell-2.domain.int,
VdsIdVDSCommandParametersBase:{hostId='f598de28-296a-46ce-8b8d-6f19a2c892e2'}),
log id: 71680b8c
2019-10-08 09:52:58,807+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-81)
[73016a4a-bb2f-487f-91c5-cd027b278930] Command
'RemoveSnapshotSingleDiskLive' (id: '341d9c1b-2915-48d6-a8a9-9146ab19d5f8')
waiting on child command id: '329da0fd-801b-4e0d-b7c0-fbb5c2a98bb5'
type:'DestroyImage' to complete
2019-10-08 09:52:58,817+03 INFO
[org.ovirt.engine.core.bll.snapshots.RemoveSnapshotSingleDiskLiveCommandCallback]
(EE-ManagedThreadFactory-engineScheduled-Thread-81)
[73016a4a-bb2f-487f-91c5-cd027b278930] Command
'RemoveSnapshotSingleDiskLive' (id: '580fa033-35fd-44f0-9979-e60e9bbf8a29')
waiting on child command id: 'c00bdeb6-2e8b-4ef8-a3dc-1aaa088ae052'
type:'DestroyImage' to complete
--
Best regards, Leo David
5 years, 1 month
Problem with ovirt 4.3 and systemd-journal-gateway
by Fabrice Bacchella
I'm forwarding logs using systemd-journal-gateway (https://www.freedesktop.org/software/systemd/man/systemd-journal-gatewayd...)
But it fails with ovirt 4.3 on CentOS 7.7:
lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.7.1908 (Core)
Release: 7.7.1908
Codename: Core
yum update
...
Error: Package: systemd-journal-gateway-219-67.el7_7.1.x86_64 (@updates)
Requires: libmicrohttpd.so.10()(64bit)
Removing: libmicrohttpd-0.9.33-2.el7.x86_64 (@base)
libmicrohttpd.so.10()(64bit)
Updated By: 1:libmicrohttpd-0.9.59-2.el7.x86_64 (ovirt-4.3-centos-opstools)
~libmicrohttpd.so.12()(64bit)
Is that a known bug ?
5 years, 1 month