[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

[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] how to move from hosted-engine to standalone engine

2022-03-16 Thread Pascal D
it through ovirtmgmt and the SPM? 3) Is there a recipe or howto available to follow Thanks Pascal ___ 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-users] Re: what are the steps to swap/upgrade/reboot my main storage domain with minimum downtime

2022-02-13 Thread Pascal DeMilly
tenance, make you changes and bring the domain > out of maintenance. > > However, if you're moving to a different NFS server, or even different > path on the same server then I think the answer is no. In this scenario > you'd need to create a new domain and move each vdisk across. > &g

[ovirt-users] Re: Remove obsolete Gluster hyperconverged doc

2022-02-13 Thread Pascal DeMilly
What advantages does ovirt in hyperconerge mode offer over using glusterfs on a separate stack unrelated to orvirt except as a domain storage? I am looking into moving our NFS server to a distributed redundant solution. What is the best, most reliable, fastest solution I could build that ovirt can

[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: cloning a VM or creating a template speed is so so slow

2021-11-14 Thread Pascal DeMilly
Anyone drom redhat has any feedback on this. 3 times speed gain in cloning or templating a VM makes a big difference imo On Wed, Nov 10, 2021, 6:41 PM Pascal D wrote: > -o preallocation=metadata brings it down to 7m40s > ___ > Users mai

[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] 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] 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] 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] 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: 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] 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
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
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: 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-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-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] 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-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-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 DeMilly
I will. I wish there was more documentation on how all of this works. My current test sniffing the network show that actually the traffic is not on the port as defined in the console file but on the tls-port of that file. so I am a little confused how all of this works. And since everything is

[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: websockify + ovirt

2021-03-19 Thread Pascal DeMilly
documentation on how this is working. I am ready to read remote-viewer code to try to figure out though Thanks On Fri, Mar 19, 2021 at 8:22 AM Michal Skrivanek < michal.skriva...@redhat.com> wrote: > Hi, > > > On 19. 3. 2021, at 3:56, Pascal D wrote: > > > > Hi, > >

[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: 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

[ovirt-users] Re: OVirt rest api 4.3. How do you get the job id started by the async parameter

2021-02-10 Thread Pascal DeMilly
> On Tue, Jan 26, 2021 at 3:54 PM Pascal DeMilly > wrote: > > > > Hello > > > > Any ideas how to retrieve the job Id of an async job at the time of > creation or from a job to know which entities (VM, disk, template) Id it > was created from > > > >

[ovirt-users] Re: OVirt rest api 4.3. How do you get the job id started by the async parameter

2021-01-26 Thread Pascal DeMilly
Hello Any ideas how to retrieve the job Id of an async job at the time of creation or from a job to know which entities (VM, disk, template) Id it was created from Thanks On Sat, Jan 23, 2021, 10:04 AM Martin Perina wrote: > Hi Ori, > > could you please take a look? > > Thanks, > Martin > >

[ovirt-users] OVirt rest api 4.3. How do you get the job id started by the async parameter

2021-01-21 Thread pascal
I am using the rest api to create a VM, because the VM is cloned from the template and it takes a long time, I am also passing the async parameters hoping to receive back a job id, which I could then query https://x/ovirt-engine/api/vms?async=true=true however I get the new VM record which

[ovirt-users] Re: Network profile filtering

2020-11-13 Thread Pascal DeMilly
otherwise Thank again Pascal On Fri, Nov 13, 2020 at 7:28 AM Dominik Holler wrote: > > > On Fri, Nov 13, 2020 at 4:19 PM Pascal DeMilly > wrote: > >> Thank you >> >> That is exactly what I was looking for. Any chance it could be back >> ported to 4.3. Maybe

[ovirt-users] Re: Network profile filtering

2020-11-13 Thread Pascal DeMilly
running currently Get Outlook for Android<https://aka.ms/ghei36> From: Dominik Holler Sent: Friday, November 13, 2020 6:21:56 AM To: Pascal DeMilly Cc: users Subject: Re: [ovirt-users] Network profile filtering On Fri, Nov 13, 2020 at 5:13 AM mail

[ovirt-users] Network profile filtering

2020-11-12 Thread pascal
How will I go about that? I can see in network profile the ability to set different filter but can't find a way to create new filter. Thanks for your help Pascal ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le

[ovirt-users] How to suspend a stateless VM

2020-06-26 Thread pascal
Currently from the ovirt web interface it is not possible to suspend a stateless VM. However I have a need for it for example when I want to free idle VM (or migrate them to a different cluster) and still not lose the current status of the VM. Thanks

[ovirt-users] Re: how to add devices to a qemu config.xml of a virtual machine

2019-09-18 Thread pascal
Has Anybody been successful sharing folder with the client machine using ovirt and virt viewer ___ 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-users] how to add devices to a qemu config.xml of a virtual machine

2019-09-06 Thread pascal
Hi, I would like to be able to share a local folder with my remote desktop hosted by ovirt. Looking everywhere it seems that what is needed is to have spice-webdavd installed on the guest and have qemu set with this channel org.spice-space.webdav.0 I don't see in the web admin interface any

[ovirt-users] Changing resolution of console on Mint guest running on Ovirt 4.2

2018-05-17 Thread pascal
I keep getting an error: Could not set configuration for CRTC 63. I checked that I have spice-agent and spice-agentd running. Also qemu-guest-agent. lspci shows that I have a QXL adapter. xrandr -q shows that I have many different config available. but none work. What am I missing? Screen

[ovirt-users] Still blocked...

2015-02-19 Thread Pascal Jakobi
Hi there Still stuck when creating an NFS storage domain with an AIO installation. Below is the engine trace. Can someone say what means that 351 error ? Many thanks in advance P PS. I could observe that the NFS mount is done. Ovirt fails afterward. 2015-02-19 10:53:23,842 INFO

Re: [ovirt-users] Installation issue

2015-02-07 Thread Pascal Jakobi
Checked everything, unset the NFS lock... Still the same.[?] 2015-02-06 22:50 GMT+01:00 Donny Davis do...@cloudspin.me: Did you enter this parameter from the guide Lock=False in /etc/nfsmount.conf Donny DOn Feb 6, 2015 12:56 PM, Pascal Jakobi pascal.jak...@gmail.com wrote: Sorry

Re: [ovirt-users] Installation issue

2015-02-06 Thread Pascal Jakobi
Sorry for the delay : [root@lab1 ~]# ausearch -m avc no matches [root@lab1 ~]# However, SELinux is enforced. Will check what happens when disabled. On 02/06/2015 10:25 AM, Simone Tiraboschi wrote: - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: users@ovirt.org

[ovirt-users] Installation issue

2015-02-06 Thread Pascal Jakobi
-hosted-engine-setup/answers/answers-20150206093147.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination -- Pascal Jakobi mailto:pascal.jak...@gmail.com 116 rue de Stalingrad 93100 Montreuil, France Tel : +33 6 87 47 58 19 ___ Users mailing

[ovirt-users] Failing ovirt install/F20

2014-07-07 Thread Pascal Jakobi
8.0.0.Final WildFly stopped in 12ms -- *Pascal Jakobi* 116 rue de Stalingrad 93100 Montreuil, France *+33 6 87 47 58 19*pascal.jak...@gmail.com ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] Failing ovirt install/F20

2014-07-07 Thread Pascal Jakobi
. This being said be warned that there are isues with Ovirt/F20 Thanks again P On 07/07/2014 10:44 PM, Alon Bar-Lev wrote: - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: users@ovirt.org Sent: Friday, July 4, 2014 8:13:47 PM Subject: [ovirt-users] Failing ovirt install

Re: [Users] AcquireHostId problem

2013-12-23 Thread Pascal Jakobi
Ok. What I am doing is just adding a new NFS domain that fails : Failed to add Storage Domain DataLab2. (User: admin@internal) And I thought that the /dev/watchdog0 failed to set timeout msg was signalling an error. Will rerun test in 5 minutes. Thxs

Re: [Users] AcquireHostId problem

2013-12-23 Thread Pascal Jakobi
- Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: users@ovirt.org Sent: Monday, December 23, 2013 4:33:23 PM Subject: Re: [Users] AcquireHostId problem Ok. What I am doing is just adding a new NFS domain that fails : Failed to add Storage Domain DataLab2. (User: admin

Re: [Users] AcquireHostId problem

2013-12-21 Thread Pascal Jakobi
/21 Federico Simoncelli fsimo...@redhat.com - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: Federico Simoncelli fsimo...@redhat.com, users@ovirt.org Sent: Friday, December 20, 2013 11:54:21 PM Subject: Re: [Users] AcquireHostId problem Dec 20 23:43:59 lab2

Re: [Users] AcquireHostId problem

2013-12-20 Thread Pascal Jakobi
a bit. However I still get unable to attach storage when creating a domain 2013/12/20 Federico Simoncelli fsimo...@redhat.com - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: Federico Simoncelli fsimo...@redhat.com Sent: Friday, December 20, 2013 4:44:56 PM

Re: [Users] AcquireHostId problem

2013-12-19 Thread Pascal Jakobi
Federico On may suspect wdmd isn't running as wdmd_connect failed (see sanlock.log). I have ran a ps command - no wdmd Any idea why wdmd_connect might fail ? 2013/12/19 Federico Simoncelli fsimo...@redhat.com - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com

Re: [Users] AcquireHostId problem

2013-12-19 Thread Pascal Jakobi
- Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: Federico Simoncelli fsimo...@redhat.com Cc: users@ovirt.org Sent: Thursday, December 19, 2013 4:05:07 PM Subject: Re: [Users] AcquireHostId problem Federico On may suspect wdmd isn't running

Re: [Users] AcquireHostId problem

2013-12-18 Thread Pascal Jakobi
1920 [4238]: s1 create_watchdog failed -1 2013-12-18 21:23:53+0100 1921 [867]: s1 add_lockspace fail result -203 2013/12/18 Pascal Jakobi pascal.jak...@gmail.com Apologies for not replying more quickly - I was cross-checking. The bad news is that it has not been resolved. I can mount NFS shares

[Users] AcquireHostId problem

2013-12-11 Thread Pascal Jakobi
Context : vdsm-4.13.0-11.fc19.x86_64 sanlock-2.8-1.fc19.x86_64 Creating storage domain (NFS) fails with error in engine.log such as Error code AcquireHostIdFailure and error message VDSGenericException: VDSErrorException: Failed to CreateStorage And Cannot acquire host id:

Re: [Users] ovirtmgmt not installed

2013-12-09 Thread Pascal Jakobi
Fixed. It was the trailing 0's in ifcfg-em1 (IPADDR0, etc...) which had to be removed. 2013/12/9 Pascal Jakobi pascal.jak...@gmail.com [root@lab2 ~]# vdsClient -s 0 getVdsCaps HBAInventory = {'FC': [], 'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:4334926278c1

Re: [Users] ovirtmgmt not installed

2013-12-05 Thread Pascal Jakobi
[root@lab2 ~]# vdsClient -s localhost getVdsCaps | grep cluster *clusterLevels = ['3.0', '3.1', '3.2']* [root@lab2 ~]# cd /etc/yum.repos.d/ [root@lab2 yum.repos.d]# ls fedora.repo fedora-updates.repo fedora-updates-testing.repo fedora-virt-preview.repo ovirt.repo [root@lab2 yum.repos.d]#

Re: [Users] ovirtmgmt not installed

2013-12-04 Thread Pascal Jakobi
amul...@redhat.com To: Pascal Jakobi pjak...@yahoo.fr Cc: users@ovirt.org Sent: Wednesday, December 4, 2013 9:09:18 AM Subject: Re: [Users] ovirtmgmt not installed I personally have a F19 host working against 3.3 engine. Could you detail what doesn't work, and possibly attach engine

Re: [Users] ovirtmgmt not installed

2013-12-03 Thread Pascal Jakobi
']     supportedProtocols = ['2.2', '2.3']     uuid = '0A583269-811F-E211-AA06-001A6B51DEB4'     version_name = 'Snow Man'     vlans = {}     vmTypes = ['kvm'] [root@lab2 vdsm]#   Pascal Jakobi 116 rue de Stalingrad 93100 Montreuil, France Tel : + 33 6 87 47 58 19 @ : pjak...@yahoo.fr Le Lundi 2

Re: [Users] ovirtmgmt not installed

2013-12-03 Thread Pascal Jakobi
is compatible with versions (3.0,3.1,3.2) and cannot join Cluster Default which is set to version 3.3. Don't know what is to be set Anyway, I created a 3.2 cluster and installed the host into it. Seems to work (the host is up). Thanks again for support. Pascal Jakobi 116 rue de Stalingrad 93100

Re: [Users] ovirtmgmt not installed

2013-12-02 Thread Pascal Jakobi
Pascal, - Original Message - From: Pascal Jakobi pascal.jak...@gmail.com To: Mike Kolesnik mkole...@redhat.com Cc: users@ovirt.org, masa...@redhat.com Sent: Sunday, December 1, 2013 10:58:40 AM Subject: Re: ovirtmgmt not installed Mike Here you go. However, please note that I

Re: [Users] ovirtmgmt not installed

2013-12-01 Thread Pascal Jakobi
-- *Hi there * Hi Pascal, *I installed a console on F19, then a F19 host (time 11:09 today).* *Everything works fine, apart from the installation of the mgmt network at the end. * *Can someone tell me what's going wrong ?* Can you please send the output of vdsCaps from the host

[Users] Fedora host install fails

2013-11-28 Thread Pascal Jakobi
Both ovirt engine host run F19. oVirt Engine Version: 3.3.1-2.fc19 I get an unexpected connection termination when trying to install host (see attached log). Can someone help ? Thanks in advance *Pascal * 2013-11-28 09:52:53,285 INFO [org.ovirt.engine.core.utils.LocalConfig] (MSC service

[Users] Fedora host deployment fails

2013-11-28 Thread Pascal Jakobi
Both ovirt engine host run F19. oVirt Engine Version: 3.3.1-2.fc19 I get an unexpected connection termination when trying to install host. Going further I have more than my doubts about what's executed on the fedora host as described in the logs : umask 0077; MYTMP=$(mktemp -t