[ovirt-users] Re: Gluster set up fails - Nearly there I think...

2019-11-24 Thread Strahil Nikolov
I guess it's filtered because /dev/sdb today is not /dev/sdb after a reboot.You'd better use a persistent name like /dev/disk/by-id/scsi-xxx or anything in /dev/disk/by-id/, /dev/disk/by/uuid/, /dev/disk/by-path/, /dev/disk/by-partuuid/ - as they are supposed to be persistent. Best

[ovirt-users] Re: [Possible SPAM] Re: Re: VM Lock state location

2019-11-24 Thread Joseph Goldman
Yep tried all that. I actually looked over the .sql file unlock_entities.sql that gave a hint to what the unlock_entities.sh file was achieving:     DOWN:=0;     OK:=1;     LOCKED:=2;     TEMPLATE_OK:=0;     TEMPLATE_LOCKED:=1;     IMAGE_LOCKED:=15;     SNAPSHOT_OK:='OK';    

[ovirt-users] Re: metrics

2019-11-24 Thread Roy Golan
On Fri, 22 Nov 2019 at 19:07, wrote: > Hi, > > Now, when running this command > # ANSIBLE_CONFIG="/usr/share/ansible/openshift-ansible/ansible.cfg" > ANSIBLE_ROLES_PATH="/usr/share/ansible/roles/:/usr/share/ansible/openshift-ansible/roles" > ansible-playbook -i integ.ini install_okd.yaml -e

[ovirt-users] VM Lock state location

2019-11-24 Thread Joseph Goldman
Hi *,  Trying to figure out where a VM's lockstate is stored.  I have a few VM's that seem to be stuck in lock state.  I have done an ./unlock_entity.sh -t all, and a -q gives me nothing in a lock state.  I have jumped on psql DB direct and looked through as many tables as I can looking for

[ovirt-users] Re: oVirt Admin Portal unaccessible via chrome (firefox works)

2019-11-24 Thread Strahil Nikolov
Thanks for the idea - it was an extension that was synced from my chromebook's account :) Best Regards,Strahil Nikolov В неделя, 24 ноември 2019 г., 14:50:14 ч. Гринуич+2, Joop написа: On 24-11-2019 12:52, Jayme wrote: Chrome is my primary browser and I use oVirt admin portal

[ovirt-users] Re: VM Lock state location

2019-11-24 Thread Joseph Goldman
I'm going to answer my own question here - as I figured it out about 2 minutes after sending the email, and hopefully for other users to find in case they have a similar issue. The last thing I tried was clearing the command_entities table with a DELETE statement - a bit risky but I was

[ovirt-users] Re: VM Lock state location

2019-11-24 Thread Wesley Stewart
Definitely don't recommend messing with the DB. However I have some old notes I took on trying to change the lock status This was probably on 4.1 or early 4.2, so YMMV. Use at your own risk. No official documentation will ever tell you to go DB diving, and for good reason. ==

[ovirt-users] Re: Ovirt 4.3.6 USB passthrough not working with iommu_intel=on iommu=pt

2019-11-24 Thread Don Dupuis
I will double check that as I believe all the usb ports on this sever is USB 3.0. Support on 3.0 still should be tested and fixed if it is broken. Again it will work as long as the iommu is now enabled!!!. Don On Fri, Nov 22, 2019 at 3:43 PM Green, Jacob Allen /C < jacob.a.gr...@exxonmobil.com>

[ovirt-users] Re: VM Lock state location

2019-11-24 Thread Strahil Nikolov
Hi Joseph, have you tried to first to restart your HostedEngine ? Best Regards,Strahil Nikolov В понеделник, 25 ноември 2019 г., 01:14:51 ч. Гринуич+2, Joseph Goldman написа: Hi *,  Trying to figure out where a VM's lockstate is stored.  I have a few VM's that seem to be stuck in

[ovirt-users] Windows 2019 Server - Memory Usage

2019-11-24 Thread Joseph Goldman
Hi List,  My Windows Server 2019 installs dont seem to report memory usage to the ovirt engine. They have the ovirt-guest-agent installed, is there something else I need to do to get them reporting back to the engine/hypervisor? Thanks, Joe ___

[ovirt-users] Re: terraform integration

2019-11-24 Thread Roy Golan
On Thu, 21 Nov 2019 at 16:42, Nathanaël Blanchet wrote: > > Le 21/11/2019 à 13:57, Roy Golan a écrit : > > > > On Thu, 21 Nov 2019 at 08:48, Roy Golan wrote: > >> >> >> On Wed, 20 Nov 2019 at 09:49, Nathanaël Blanchet >> wrote: >> >>> >>> Le 19/11/2019 à 19:23, Nathanaël Blanchet a écrit : >>>

[ovirt-users] Re: Gluster set up fails - Nearly there I think...

2019-11-24 Thread rob . downer
So no Filters in there... Also Gluster / Engin wizard only shows setup for single node. I have 3 nodes in Dashboard and have shared passwordless SSH keys between the host and the other two hosts via the backend Gluster network ___ Users mailing list --

[ovirt-users] Current status of Ceph support in oVirt (2019)?

2019-11-24 Thread victorhooi
Hi, I currently have a 3-node HA cluster running Proxmox (with integrated Ceph). oVirt looks pretty neat, however, and I'm excited to check it out. One of the things I love about Proxmox is the integrated Ceph support. I saw on the mailing lists that there is some talk of Ceph support earlier,

[ovirt-users] Re: Current status of Ceph support in oVirt (2019)?

2019-11-24 Thread Benny Zlotnik
The current plan to integrate ceph is via cinderlib integration[1] (currently in tech preview mode) because we still have no packaging ready, there are some manual installation steps required, but there is no need to install and configure openstack/cinder >1. Does this require you to install

[ovirt-users] Re: oVirt Admin Portal unaccessible via chrome (firefox works)

2019-11-24 Thread Benny Zlotnik
Works fine for me, anything interesting in the browser console? On Sat, Nov 23, 2019 at 7:04 PM Strahil Nikolov wrote: > > Hello Community, > > I have a constantly loading chrome on my openSuSE 15.1 (and my android > phone), while firefox has no issues . > Can someone test accessing the oVirt

[ovirt-users] Re: Gluster set up fails - Nearly there I think...

2019-11-24 Thread rob . downer
Ok so i found that the System was set to MBR ... there are no filters in LVM.conf However disk creation still fails on VDO disk creation with the same error... I have set the disk format to Do you want to proceed? (Y/N): y OK; writing new GUID partition table (GPT) to /dev/sdb. The operation

[ovirt-users] Re: Gluster set up fails - Nearly there I think...

2019-11-24 Thread rob . downer
I deployed Gluster FS by first applying the vdo Volume on each host that Gluster tried to create and failed with vdo create --name=vdo_sdb --device=/dev/sdb --force re deploying the gluster wizard then completed without error ___ Users mailing

[ovirt-users] Re: oVirt Admin Portal unaccessible via chrome (firefox works)

2019-11-24 Thread Siddharth Patil
Do you have any extensions installed? I also had a similar problem with Chrome on macOS but it disappeared after I disabled Privacy Badger for the Engine url (even though PB says it didn't detect any trackers). On Sun, 24 Nov 2019 at 13:07, Benny Zlotnik wrote: > Works fine for me, anything

[ovirt-users] Re: oVirt Admin Portal unaccessible via chrome (firefox works)

2019-11-24 Thread Joop
On 24-11-2019 12:52, Jayme wrote: > Chrome is my primary browser and I use oVirt admin portal daily > without issue. Are you getting any errors accessing at all? Could it > be a certificate issue perhaps? > > On Sun, Nov 24, 2019 at 7:37 AM Siddharth Patil > mailto:siddha...@cloudraptor.co.bw>>

[ovirt-users] Re: oVirt Admin Portal unaccessible via chrome (firefox works)

2019-11-24 Thread Jayme
Chrome is my primary browser and I use oVirt admin portal daily without issue. Are you getting any errors accessing at all? Could it be a certificate issue perhaps? On Sun, Nov 24, 2019 at 7:37 AM Siddharth Patil wrote: > Do you have any extensions installed? I also had a similar problem with