[ovirt-users] Re: hosted-engine /var full

2021-05-07 Thread Pascal D
Thank you. I tried engine-vacuum but that didn't do anything. I tried also dwh-vacuum but I got libq.si.rh-postgresql10-5 cannot open shared object file. No such file or directory Those files seem to be growing every day. Not sure what they are for? -rw---. 1 postgres postgres 436M May 7

[ovirt-users] hosted-engine /var full

2021-05-07 Thread Pascal D
I have an issue with my 4.3 hosted-engine. The /var is full. The directory taking 20G is /var/opt/rh/rh-postgresql10/lib/pgsql/data/base/data/16398 some of those files have size over 1GB. Can they be safely removed? TIA ___ Users mailing list --

[ovirt-users] Re: hosted-engine /var full

2021-05-07 Thread Pascal D
I had to add a file in /etc/ld.conf.d called pgsql.conf with /opt/rh/rh-postgresql10/root/usr/lib64 to be able to run dwh_vacuum but that failed too. Maybe not enough room to clean How do I disable and remove dwh or move it to a different vm? ___ Users

[ovirt-users] Re: hosted-engine /var full

2021-05-07 Thread Pascal D
is it safe to systemctl stop ovirt-engine-dwhd on a running hosted-engine will running subsequently dwh-vacuum reclaim any space without adding any while doing it? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: hosted-engine /var full

2021-05-07 Thread Pascal D
For anyone who encounter the same problem I followed this thread and was able to recover 15G in my /var. I will be keeping an eye on it from now on. Thank you Juhani for your help https://lists.ovirt.org/archives/list/users@ovirt.org/message/HRTNYTZXYCRBNKVOU6DWBVQU6VIL5M7Y/

[ovirt-users] issue creating disk with rest api using json format

2021-05-25 Thread Pascal D
I am unable to create disk using JSON however the same query in XML works great. In Json I get the following message back: { "detail": "For correct usage, see: https://ov1.butterflyit.com/ovirt-engine/apidoc#services/disks/methods/add;, "reason": "Request syntactically incorrect." } Both

[ovirt-users] Re: issue creating disk with rest api using json format

2021-05-26 Thread Pascal D
I tried all sort of ways and none work in json. However I have no problem creating a VM using json or other entities. It seems to me it could be a bug and this is why I am reporting in. I am using 4.3 by the way. ___ Users mailing list --

[ovirt-users] Re: websockify + ovirt

2021-03-22 Thread Pascal D
Has someone able to get spice-html5 or any other web client working with ovirt? I am using 4.3 and trying to get it working but so far no luck? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: websockify + ovirt

2021-03-24 Thread Pascal D
I think part of my misunderstanding is that ovirt-websocket-proxy does a few things behind the scene as it is not the source of the initial connection to ovirt. I am going another route. My proxy are servers which get the console.vv file from ovirt when they are alerted someone wants to make a

[ovirt-users] Re: websockify + ovirt

2021-03-24 Thread Pascal D
finally got it. I needed to force --ssl-version=tls1.2 I will write a summary of my findings fot anyone interested. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: websockify + ovirt

2021-03-23 Thread Pascal D
Michal, Thank you for your response. I know I am all over the place as I am trying to figure what works and what doesn't. What I know so far is this. spice-web-client from eyeos https://github.com/eyeos/spice-web-client and the forked version from flex-vdi

[ovirt-users] Re: websockify + ovirt

2021-03-23 Thread Pascal D
Michal, Could you explain in details this part of your email? > We modified the client to sign the request for proxy that is verified by the > (also > modified) proxy. There are small changes but they would need to be done for > any other > client you’re trying to use (and for the proxy if

[ovirt-users] websockify + ovirt

2021-03-18 Thread Pascal D
Hi, I am trying to get the spice-web-client working with ovirt. One area where I am having difficulties is authentication.Looking at remote-viewer on linux I am able to see that the minimum fields to have a successful spice connection are the following: [virt-viewer] type=spice

[ovirt-users] Re: websockify + ovirt

2021-03-19 Thread Pascal D
This is currently what I got: CONSOLE is the path to the console.vv file just downloaded. I have tested that logic with remote-viewer. So I know this is working at least. Now my goal is to get spice-web-client to work as well. However I am not understanding yet everything about the expectation

[ovirt-users] Re: websockify + ovirt

2021-03-19 Thread Pascal D
Thanks for your response. From it I deduct that the authentication must happen from the client not the proxy. however I am not finding any code in spice-html5 which would confirm this. So my thinking is that the authentication must happen on the websockify side. From the websockify docs I can

[ovirt-users] Re: VDI and ovirt

2021-02-25 Thread Pascal D
Alex From your response it looks you were able to use spicehtml5 using a squid proxy. Do you mind sharing your setup or some howto ou followed. I have been wanting to deploy it in our setup. TIA Pascal ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: NFS storage was locked for 45 minutes after I attempted a clone operation

2021-08-31 Thread Pascal D
On my setup I noticed that creating a template from a VM takes a very long time (around 35min for a VM disk of around 35G) even though my NFS storage network is 10G with 9000 MTU. I am wondering if creating a template is done on ovirtmngt instead of storage as this network is 1G but still the

[ovirt-users] Re: cloning a VM or creating a template speed is so so slow

2021-11-10 Thread Pascal D
-o preallocation=metadata brings it down to 7m40s ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] cloning a VM or creating a template speed is so so slow

2021-11-10 Thread Pascal D
I have been trying to figure out why cloning a VM and creating a template from ovirt is so slow. I am using ovirt 4.3.10 over NFS. My NFS server is running NFS 4 over RAID10 with SSD disks over a 10G network and 9000 MTU Therocially I should be writing a 50GB file in around 1m30s a direct copy

[ovirt-users] Re: creating a network using Rest API

2021-11-01 Thread Pascal D
I have finally succeeded in creating a logical network. Basically the steps are 1) create the network 2) associate the network to a cluster 3) assign a network label to that network ___ Users mailing list -- users@ovirt.org To unsubscribe send an email

[ovirt-users] creating a network using Rest API

2021-11-01 Thread Pascal D
I am trying to create a new network using the Rest Api. This network Is for VM and needs to be part of a network label. Here is that Jason I am using. The network gets created but is not part of the network label. When I try to create it using the network labels href I get an error that the

[ovirt-users] cloning a template using Rest Api

2021-07-21 Thread Pascal D
What is the easiest way to clone a template using rest api. I know I can create a VM from a template then make a new template from this new VM but I would like to just clone a template directly so I can maintain different branches TIA ___ Users

[ovirt-users] how to move from hosted-engine to standalone engine

2022-03-16 Thread Pascal D
One issue I have with hosted-engine is that when something goes wrong it has a domino effect because hosted-engine cannot communicate with its database. I have been thinking to host ovirt engine separately on a different hypervisor and have all my host undeployed. However for efficiency my

[ovirt-users] what are the steps to swap/upgrade/reboot my main storage domain with minimum downtime

2022-02-08 Thread Pascal D
I need to upgrade my main domain storage (NFS) which hosts 100s of VMs and templates including the hosted engine. Can I put the data center in global maintenance, do a quick sync and swap of the domain storage and bring it back up without missing a beat?

[ovirt-users] Re: Seeking best performance on oVirt cluster

2022-07-12 Thread Pascal D
I have experienced the same performance problem in creating new template or creating new stateful image from template. I have traced it to the use of qemu-img convert which is very very slow. Currently a template creation on my setup, takes around 29m for a 45G image when a simple copy over

[ovirt-users] 4.3.10 cannot start VMs because of an error with USB

2022-07-12 Thread Pascal D
I am still running 4.3.10 and suddenly I get this error everytime I restart a VM, any Vm on any host (I have 13 hosts in 2 different clusters) VM FLEETGEN-PCC-001 is down with error. Exit message: XML error: there is no hub at port 1 in USB address bus: 0 port: 1.1. Any idea what could be