[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
I did that but no success yet. I see that "Get local VM IP" task tries the following : virsh -r net-dhcp-leases default | grep -i {{ he_vm_mac_addr }} | awk '{ print $5 }' | cut -f1 -d'/' However while the task is running, and vm running in qemu, "virsh -r net-dhcp-leases default" never

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
journalctl -u libvirtd.service : févr. 25 18:47:24 vs-inf-int-kvm-fr-301-210.hostics.fr systemd[1]: Stopping Virtualization daemon... févr. 25 18:47:24 vs-inf-int-kvm-fr-301-210.hostics.fr systemd[1]: Stopped Virtualization daemon. févr. 25 18:47:34 vs-inf-int-kvm-fr-301-210.hostics.fr

[ovirt-users] Can't manually migrate VM's (4.3.0)

2019-02-25 Thread Ron Jerome
I've been running 4.3.0 for a few weeks now and just discovered that I can't manually migrate VM's from the UI. I get an error message saying: "Could not fetch data needed for VM migrate operation" Sounds like https://bugzilla.redhat.com/show_bug.cgi?format=multiple=1670701 Ron.

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
I still can't connect with VNC remotely but locally with X forwarding it works. However my connection has too high latency for that to be usable (I'm in Japan, my hosts in France, ~250 ms ping) But I could see that the VM is booted! and in Hosts logs there is : févr. 25 18:51:12

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Don Dupuis
Joey I am still not quite getting it. I am trying the below code and where it is commented out, I have tried different things, but I am no table to update the name of the object that I have found. networks_service = connection.system_service().networks_service() network = networks_service.list(

[ovirt-users] Re: Ovirt Glusterfs

2019-02-25 Thread Strahil
Hi Sahina, Thanks for your reply. Let me share my test results with gluster v3 . I have a 3-node hyperconverged setup with 1 Gbit/s network and SSD (sata-based) for LVM caching. Testing the bricks showed higher than the network performance. 1. Tested ovirt 4.2.7/4.2.8 with fuse mounts. Using

[ovirt-users] Re: Problem deploying self-hosted engine on ovirt 4.3.0

2019-02-25 Thread Strahil
Your /var/tmp is full. Clean it up a little bit and give it a try. Best Regards, Strahil Nikolov ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 7:15 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > No, as indicated previously, still : > > [root@vs-inf-int-kvm-fr-301-210 ~]# virsh -r net-dhcp-leases default > Expiry Time MAC addressProtocol IP address > Hostname

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 7:04 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > I still can't connect with VNC remotely but locally with X forwarding it > works. > However my connection has too high latency for that to be usable (I'm in > Japan, my hosts in France, ~250 ms

[ovirt-users] Re: Stuck completing last step of 4.3 upgrade

2019-02-25 Thread Jason P. Thomas
On 2/25/19 3:49 AM, Sahina Bose wrote: On Thu, Feb 21, 2019 at 11:11 PM Jason P. Thomas wrote: On 2/20/19 5:33 PM, Darrell Budic wrote: I was just helping Tristam on #ovirt with a similar problem, we found that his two upgraded nodes were running multiple glusterfsd processes per brick

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread Edward Berger
If you haven't "installed" or "reinstalled" the second host without purposely selecting "DEPLOY" under hosted-engine actions, it will not be able to run the hosted-engine VM. A quick way to tell if you did is to look at the hosts view and look for the "crowns" on the left like this attached pic

[ovirt-users] Re: HC : JBOD or RAID5/6 for NVME SSD drives?

2019-02-25 Thread Darrell Budic
I do similar with ZFS. In fact, I have a mix of large multi-drive ZFS volumes as single bricks, and a few SSDs with xfs as single bricks in other volumes, based on use. From what I’ve gathered watching the lists for a while, some people with lots of single bricks (drives) per node encounter

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
No, as indicated previously, still : [root@vs-inf-int-kvm-fr-301-210 ~]# virsh -r net-dhcp-leases default Expiry Time MAC addressProtocol IP address HostnameClient ID or DUID

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 5:50 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > I did that but no success yet. > > I see that "Get local VM IP" task tries the following : > > virsh -r net-dhcp-leases default | grep -i {{ he_vm_mac_addr }} | awk '{ > print $5 }' | cut -f1 -d'/'

[ovirt-users] Re: running engine-setup against postgresql running on non-default port

2019-02-25 Thread ivan . kabaivanov
Thanks for the tip, it worked! As soon as I replaced localhost with the FQDN of the host, it just worked. Thanks! IvanK. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Can't manually migrate VM's (4.3.0)

2019-02-25 Thread Greg Sheremeta
Turns out it's a bad error message. It just means there are no hosts available to migrate to. Do you have other hosts up with capacity? Greg On Mon, Feb 25, 2019 at 3:01 PM Ron Jerome wrote: > I've been running 4.3.0 for a few weeks now and just discovered that I > can't manually migrate

[ovirt-users] Re: Can't manually migrate VM's (4.3.0)

2019-02-25 Thread Ron Jerome
It's a 3 node cluster, each node has 84G RAM, and there are only two two other VM's running, so there should be plenty of capacity. Automatic migration works, if I put a host into Maintenance, the VM's will migrate. Ron On Mon, Feb 25, 2019, 6:46 PM Greg Sheremeta, wrote: > Turns out it's a

[ovirt-users] /boot partition of oVirt node missing after reboot

2019-02-25 Thread andy . law
I've installed oVirt Node 4.2 on one of my servers. Recently I've upgraded the kernel version to 3.10.0-957.5.1.el7.x86_64. After such update, I've rebooted the server to take effect and then the /boot partition cannot be recognized. The server then enters emergency mode and I've tried to run

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread Игорь Казанцев
hosted-engine --vm-status  --== Host 1 status ==-- conf_on_shared_storage : TrueStatus up-to-date  : TrueHostname   : ovirt1Host ID    : 1Engine status  : {"health": "good", "vm": "up", "detail":

[ovirt-users] Windows service applications migrated to the ovirt platform

2019-02-25 Thread xilazz
Hi,I now have a physical machine on which I want to migrate Windows applications to the ovirt management platform. May I ask if virt-p2v can be used for migration? Does ovirt itself have a migration tool to use? ___ Users mailing list -- users@ovirt.org

[ovirt-users] Re: Adding user to internalz with webadmin?

2019-02-25 Thread Lucie Leistnerova
Hi Juhani, On 2/26/19 6:21 AM, Juhani Rautiainen wrote: Hi! How do you add users to internalz with webadmin? I mean there is add a button in Administration->Users which opens 'Add Users and Groups'-window . Windows has 'Add'- and 'Add and close'- buttons in the bottom. Just can't figure out

[ovirt-users] Adding user to internalz with webadmin?

2019-02-25 Thread Juhani Rautiainen
Hi! How do you add users to internalz with webadmin? I mean there is add a button in Administration->Users which opens 'Add Users and Groups'-window . Windows has 'Add'- and 'Add and close'- buttons in the bottom. Just can't figure out how they work. Pushing either of those Add-buttons just

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread kiv
# hosted-engine --vm-status --== Host 1 status ==-- conf_on_shared_storage : True Status up-to-date : True Hostname : ovirt1 Host ID: 1 Engine status : {"health": "good", "vm": "up",

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread kiv
The crown icon on the left of the second host is gray. When I try to migrate the engine, I get the error: Migration of VM 'HostedEngine' to host 'ovirt2' failed: VM destroyed during the startup EVENT_ID: VM_MIGRATION_NO_VDS_TO_MIGRATE_TO(166), No available host was found to migrate VM

[ovirt-users] Unrecognized message received error when ISO domain is put in Maintenance

2019-02-25 Thread Wood Peter
Hi all, We are running oVirt 4.1.1 on engine and nodes. The ISO storage domain is NFS. Everything has been working great for years. Now I need to move the ISO and Export domains to a different storage server. When I put the ISO domain in maintenance the Master domain and the Export domain start

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Don Dupuis
Joey That WORKED just great. I am still trying to understand the services/service stuff. I was trying something similar earlier, but I was using connection.system_service().vnic_profiles_service().vnic_profile_service(), I understand now from your code on what is going on and why was going down

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread kiv
and some more logs: 2019-02-26 11:04:28,747+05 INFO [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (EE-ManagedThreadFactory-engineScheduled-Thread-81) [] VM 'fa3a78de-b329-4a58-8f06- efd6b0e3c719' is migrating to VDS '45b1d017-16ee-4e89-97f9-c0b002427e5d'(ovirt2) ignoring it in the

[ovirt-users] Re: Add compute nodes offline

2019-02-25 Thread xil...@126.com
Ok, thank you very much. I use ovirt-node xil...@126.com From: Yedidyah Bar David Date: 2019-02-25 16:34 To: zeng xiansheng CC: users Subject: Re: [ovirt-users] Add compute nodes offline On Mon, Feb 25, 2019 at 9:42 AM wrote: > > Hi, when I add compute nodes, I do not intend to add compute

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Joey Ma
On Tue, Feb 26, 2019 at 1:00 AM Don Dupuis wrote: > Joey > I am still not quite getting it. I am trying the below code and where it > is commented out, I have tried different things, but I am no table to > update the name of the object that I have found. > > networks_service =

[ovirt-users] Re: VM poor iops

2019-02-25 Thread Sahina Bose
On Fri, Sep 14, 2018 at 3:35 PM Paolo Margara wrote: > Hi, > > but performance.strict-o-direct is not one of the option enabled by > gdeploy during installation because it's supposed to give some sort of > benefit? > See

[ovirt-users] Re: Tracking down high writes in GlusterFS volume

2019-02-25 Thread Krutika Dhananjay
On Fri, Feb 15, 2019 at 12:30 AM Jayme wrote: > Running an oVirt 4.3 HCI 3-way replica cluster with SSD backed storage. > I've noticed that my SSD writes (smart Total_LBAs_Written) are quite high > on one particular drive. Specifically I've noticed one volume is much much > higher total bytes

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread Strahil
What is the output of 'hosted-engine --vm-status' from the host that is hosting the HostedEngine VM? Best Regards, Strahil NikolovOn Feb 26, 2019 05:50, k...@intercom.pro wrote: > > The crown icon on the left of the second host is gray. When I try to migrate > the engine, I get the error: > >

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Joey Ma
Hi Don, So glad to see it worked. If you want to know more about how to use the Python SDK, the official documentation http://ovirt.github.io/ovirt-engine-sdk/ would introduce you the detailed guidance. If you have any other questions, please feel free to post here. Regards, Joey On Tue, Feb

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Don Dupuis
Thanks again. I will check it out in more detail. I have looked at it, but some things wasn't that clear Most stuff in the SDK I have working, but I get stumped sometimes. Regards, Don On Mon, Feb 25, 2019 at 11:21 PM Joey Ma wrote: > Hi Don, > > So glad to see it worked. If you want to know

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread kiv
hosted-engine --vm-status --== Host 1 status ==-- conf_on_shared_storage : True Status up-to-date : True Hostname : tmn1-ovirt1.corp.gseis.ru Host ID: 1 Engine status : {"health": "good",

[ovirt-users] Re: Gluster setup Problem

2019-02-25 Thread Parth Dhanjal
Hey Matthew! Can you please provide me with the following to help you debug the issue that you are facing? 1. oVirt and gdeploy version 2. /var/log/messages file 3. /root/.gdeploy file On Mon, Feb 25, 2019 at 1:23 PM Parth Dhanjal wrote: > Hey Matthew! > > Can you please provide which oVirt

[ovirt-users] Re: VM poor iops

2019-02-25 Thread Leo David
Hi, Is the performance.strict-o-direct=on a mandatory option to avoid data inconsistency, although it has a pretty big impact on volume iops performance? Thank you ! On Fri, Sep 14, 2018, 13:03 Paolo Margara wrote: > Hi, > > but performance.strict-o-direct is not one of the option enabled by

[ovirt-users] Re: HostedEngine Unreachable

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 10:27 AM Sakhi Hadebe wrote: > Hi Simone, > > Thank you for your response. Executing the command below, gives this: > > [root@ovirt-host]# curl http://$(grep fqdn > /etc/ovirt-hosted-engine/hosted-engine.conf > | cut -d= -f2)/ovirt-engine/services/health > curl: (7)

[ovirt-users] Re: Info about AD integration and Root CA

2019-02-25 Thread Gianluca Cecchi
On Sat, Feb 23, 2019 at 5:33 PM Ondra Machacek wrote: > Hi, > > Sorry, but this seems to be Active directory specific issue. I would > suggest to ask on some Microsoft AD specific forum for such issue. > > I'm far from being an AD expert, but digging a bit it seems that actually the question

[ovirt-users] Re: Ovirt 4.3 RC missing glusterfs-gnfs

2019-02-25 Thread Niels de Vos
On Mon, Feb 25, 2019 at 10:05:52AM +0100, Sandro Bonazzola wrote: > Il giorno gio 21 feb 2019 alle ore 08:48 Sandro Bonazzola < > sbona...@redhat.com> ha scritto: > > > > > > > Il giorno mer 20 feb 2019 alle ore 21:02 Strahil Nikolov < > > hunter86...@yahoo.com> ha scritto: > > > >> Hi Sahina,

[ovirt-users] Re: Gluster - performance.strict-o-direct and other performance tuning in different storage backends

2019-02-25 Thread Krutika Dhananjay
Gluster's write-behind translator by default buffers writes for flushing to disk later, *even* when the file is opened with O_DIRECT flag. Not honoring O_DIRECT could mean a reader from another client could be READing stale data from bricks because some WRITEs may not yet be flushed to disk.

[ovirt-users] Re: Problem with snapshots in illegal status

2019-02-25 Thread Bruno Rodriguez
Thank you very much, Shani I've got what you asked and some good news as well. I'll start with the good news: the snapshots status changes to OK if I try to live-migrate the disk to another storage domain in the same cabin. Then I can delete them. Just tried with two illegal snapshots and it

[ovirt-users] Re: HostedEngine Unreachable

2019-02-25 Thread Sakhi Hadebe
Hi Simone, Thank you for your response. Executing the command below, gives this: [root@ovirt-host]# curl http://$(grep fqdn /etc/ovirt-hosted-engine/hosted-engine.conf | cut -d= -f2)/ovirt-engine/services/health curl: (7) Failed to connect to engine.sanren.ac.za:80; No route to host I tried to

[ovirt-users] oVirt-4.2: HE rebooting continuously and 2 hosts non-operatinal

2019-02-25 Thread Parth Dhanjal
Hey! I'm facing a problem with oVirt-4.2 HE. The HE is rebooting continuously. I tried accessing the VM through the VNC console. But it is not responding. 2 hosts are also Non-Operational. I tried debugging, but couldn't resolve it Though I found a few errors. Error in the agent log for one of

[ovirt-users] Re: Problem with snapshots in illegal status

2019-02-25 Thread Shani Leviim
Hi Bruno, Can you please share the output of: vdsm-tool dump-volume-chains Also, can you see those images on the 'images' table? *Regards,* *Shani Leviim* On Mon, Feb 25, 2019 at 9:32 AM Bruno Rodriguez wrote: > Good morning, Shani > > I'm not trying to deactivate any disk because the VM

[ovirt-users] VM creation using python api specifying an appropriate timezone

2019-02-25 Thread ckennedy288
Hi, I'm looking for a way to accurately specify the timezone of a VM at VM creation time. At the moment all VMs that get created using a simple in-house python script are set with a GMT timezone e.g.: if ( "windows" in OS ): vm_tz="GMT Standard Time" else: vm_tz="Etc/GMT" Is

[ovirt-users] Re: Move infrastructure ,how to change FQDN

2019-02-25 Thread Yedidyah Bar David
On Sun, Feb 24, 2019 at 9:01 PM Fabrice SOLER < fabrice.so...@ac-guadeloupe.fr> wrote: > Hello, > > I need to move all the physical infrastructure oVirt to another site (for > student education). > > The node's FQDN and the hosted engine's FQDN must change. > > The version is ovirt 4.2.8 for the

[ovirt-users] Re: Problem deploying self-hosted engine on ovirt 4.3.0

2019-02-25 Thread matteo fedeli
oh, ovirt-engine-appliance where I can found? At the end I wait in total 3 hour (is not too much?) and the deploy arrived almost at the end but in the last step i get this error: http://oi64.tinypic.com/312yfev.jpg. To retry i do /usr/sbin/ovirt-hosted-engine-cleanup and cleaned engine

[ovirt-users] Re: Add compute nodes offline

2019-02-25 Thread Yedidyah Bar David
On Mon, Feb 25, 2019 at 9:42 AM wrote: > > Hi, when I add compute nodes, I do not intend to add compute nodes to the > engine controller without connecting to the external network: > An error has occurred during installation of Host node5.test.com: Failed to > execute stage 'Environment

[ovirt-users] Re: Ovirt 4.3 RC missing glusterfs-gnfs

2019-02-25 Thread Sandro Bonazzola
Il giorno gio 21 feb 2019 alle ore 08:48 Sandro Bonazzola < sbona...@redhat.com> ha scritto: > > > Il giorno mer 20 feb 2019 alle ore 21:02 Strahil Nikolov < > hunter86...@yahoo.com> ha scritto: > >> Hi Sahina, Sandro, >> >> can you guide me through the bugzilla.redhat.com in order to open a bug

[ovirt-users] Re: Stuck completing last step of 4.3 upgrade

2019-02-25 Thread Sahina Bose
On Thu, Feb 21, 2019 at 11:11 PM Jason P. Thomas wrote: > > On 2/20/19 5:33 PM, Darrell Budic wrote: > > I was just helping Tristam on #ovirt with a similar problem, we found that > his two upgraded nodes were running multiple glusterfsd processes per brick > (but not all bricks). His volume &

[ovirt-users] Re: HostedEngine Unreachable

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 8:07 AM Sakhi Hadebe wrote: > Hi, > > Our cluster was running fine, until we moved it to the new network. > Looking at the agent.log file, it stills pings the old gateway. Not sure if > this is the reason it's failing the liveliness check. > You can update the gateway

[ovirt-users] Gluster - performance.strict-o-direct and other performance tuning in different storage backends

2019-02-25 Thread Leo David
Hello Everyone, As per some previous posts, this "performance.strict-o-direct=on" setting caused trouble or poor vm iops. I've noticed that this option is still part of default setup or automatically configured with "Optimize for virt. store" button. In the end... is this setting a good or a bad

[ovirt-users] Re: Expand existing gluster storage in ovirt 4.2/4.3

2019-02-25 Thread Sahina Bose
On Thu, Feb 21, 2019 at 8:47 PM wrote: > > Hello, > I have a 3 node ovirt 4.3 cluster that I've setup and using gluster > (Hyperconverged setup) > I need to increase the amount of storage and compute so I added a 4th host > (server4.example.com) if it is possible to expand the amount of bricks

[ovirt-users] Infiniband Usage / Support

2019-02-25 Thread Andrey Rusakov
Hi, I got a config with IB Storage (IPoIB). I would like to extend IB usage to OVN network, but trying to do this i find some problems ... Problem #1 (IPoIB Storage Network) I configure IPoIB Before adding to oVirt cluster (I did it using Cockpit) Create [Bond], assign IP, change MTU. At this

[ovirt-users] Re: HC : JBOD or RAID5/6 for NVME SSD drives?

2019-02-25 Thread Guillaume Pavese
Thanks Jayme, We currently use H730 PERC cards on our test cluster but we are not set on anything yet for the production cluster. We are indeed worried about losing a drive in JBOD mode. Would setting up a RAID1 of NVME drives with mdadm, and then use that as the JBOD drive for the volume, be a

[ovirt-users] [oVirt 4.3.1 Test Day] Cockpit HE Deployment

2019-02-25 Thread Guillaume Pavese
As indicated on Trello, HE deployment though cockpit is stuck at the beginning with "Please correct errors before moving to next step", but no Error is explicitly shown or highlighted. Guillaume Pavese Ingénieur Système et Réseau Interactiv-Group

[ovirt-users] [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
He deployment with "hosted-engine --deploy" fails at TASK [ovirt.hosted_engine_setup : Get local VM IP] See following Error : 2019-02-25 12:46:50,154+0100 INFO otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:109 TASK [ovirt.hosted_engine_setup : Get local VM IP]

[ovirt-users] Re: Problem deploying self-hosted engine on ovirt 4.3.0

2019-02-25 Thread Sahina Bose
On Mon, Feb 25, 2019 at 2:51 PM matteo fedeli wrote: > > oh, ovirt-engine-appliance where I can found? ovirt-engine-appliance rpm is present in the oVirt repo (https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/x86_64/ for 4.3) > > At the end I wait in total 3 hour (is not too much?) and the

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 1:14 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > He deployment with "hosted-engine --deploy" fails at TASK > [ovirt.hosted_engine_setup : Get local VM IP] > > See following Error : > > 2019-02-25 12:46:50,154+0100 INFO >

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
1) I am running in a Nested env, but under libvirt/kvm on remote Centos 7.4 Hosts Please advise how to connect with VNC to the local HE vm. I see it's running, but this is on a remote host, not my local machine : qemu 13376 100 3.7 17679424 845216 ? Sl 12:46 85:08

[ovirt-users] Re: Unable to change cluster and data center compatibility version

2019-02-25 Thread Staniforth, Paul
Hi Jonathon, it's difficult to say as it's so long since I ran that version. I notice on 4.2 nodes that they have Cluster Compatibility Version: 3.6,4.0,4.1,4.2 Would it to be better to update the hosts first? Regards, Paul S.

[ovirt-users] Re: Problem deploying self-hosted engine on ovirt 4.3.0

2019-02-25 Thread matteo fedeli
ovirt-engine-appliance differ in what? but If I do "ls -l" show me the total size of file in var/tmp are some MBs It's normal? While "df -ah" say the var folder is occupied at 96% (15GB) total... Very strange... The others node have 1% of occupied space... is there any way to cleanup? How

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Parth Dhanjal
Hey! You can check under /var/run/libvirt/qemu/HostedEngine.xml Search for 'vnc' >From there you can look up the port on which the HE VM is available and connect to the same. On Mon, Feb 25, 2019 at 6:47 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > 1) I am running in a

[ovirt-users] Re: Gluster - performance.strict-o-direct and other performance tuning in different storage backends

2019-02-25 Thread Leo David
Thank you Krutika, Does it mean that turning that setting off, i have chances to get into data corruption ? It seems to have a pretty big impact on vm performance.. On Mon, Feb 25, 2019, 12:40 Krutika Dhananjay wrote: > Gluster's write-behind translator by default buffers writes for flushing >

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 2:14 PM Guillaume Pavese < guillaume.pav...@interactiv-group.com> wrote: > 1) I am running in a Nested env, but under libvirt/kvm on remote Centos > 7.4 Hosts > > Please advise how to connect with VNC to the local HE vm. I see it's > running, but this is on a remote host,

[ovirt-users] Re: HostedEngine Unreachable

2019-02-25 Thread Simone Tiraboschi
On Mon, Feb 25, 2019 at 2:53 PM Sakhi Hadebe wrote: > Hi Simone, > > The name resolution is working fine. > > Running: > getent ahosts engine.sanren.ac.za > > gives the same output: > > 192.168.x.xSTREAM engine.sanren.ac.za > 192.168.x.xDGRAM > 192.168.x.xRAW > The IP address being

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
It fails too : I made sure PermitTunnel=yes in sshd config but when I try to connect to the forwarded port I get the following error on the openened host ssh session : [gpavese@sheepora-X230 ~]$ ssh -v -L 5900: vs-inf-int-kvm-fr-301-210.hostics.fr:5900 r...@vs-inf-int-kvm-fr-301-210.hostics.fr

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
Something was definitely wrong ; as indicated, qemu process for guest=HostedEngineLocal was running but the disk file did not exist anymore... No surprise I could not connect I am retrying Guillaume Pavese Ingénieur Système et Réseau Interactiv-Group On Mon, Feb 25, 2019 at 11:15 PM Guillaume

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Guillaume Pavese
I retried after killing the remaining qemu process and doing ovirt-hosted-engine-cleanup The new attempt failed again at the same step. Then after it fails, it cleans the temporary files (and vm disk) but *qemu still runs!* : [ INFO ] TASK [ovirt.hosted_engine_setup : Get local VM IP] [ ERROR ]

[ovirt-users] Re: [oVirt 4.3.1 Test Day] cmdline HE Deployment

2019-02-25 Thread Simone Tiraboschi
OK, try this: temporary edit /usr/share/ansible/roles/ovirt.hosted_engine_setup/tasks/bootstrap_local_vm/02_create_local_vm.yml around line 120 and edit tasks "Get local VM IP" changing from "retries: 50" to "retries: 500" so that you have more time to debug it On Mon, Feb 25, 2019 at 4:20 PM

[ovirt-users] Re: Python-SDK4- Issue following links

2019-02-25 Thread Don Dupuis
Thanks for the clarification Joey. Don On Mon, Feb 25, 2019 at 12:06 AM Joey Ma wrote: > Hi Don, > > Please using `network.vnic_profiles` instead of `network.vnicprofiles` as > the parameter of `connection.follow_link`. > > Regards, > Joey > > > On Mon, Feb 25, 2019 at 9:22 AM Don Dupuis