[ovirt-users] Re: Ovirt 4.3 Alpha AMD 2970WX Windows VM creation and NUMA

2018-12-13 Thread Darin Schmidt
I cant get any further though for some reason. I think its with qemu. I can get a VM up to install the OS by selecting somethign other than Windows for the VM type as specified as a possible workaround. But as Windows boot ISO does its thing, it throws a thread error. I can get the error later

[ovirt-users] Re: Ovirt 4.3 Alpha AMD 2970WX Windows VM creation and NUMA

2018-12-13 Thread Darin Schmidt
wrote: > > > Il giorno lun 3 dic 2018 alle ore 00:59 Darin Schmidt < > darinschm...@gmail.com> ha scritto: > >> I went ahead and submitted a bug report. I cannot find the typo anywhere. >> > > Can

[ovirt-users] Re: Ovirt 4.3 Alpha AMD 2970WX Windows VM creation and NUMA

2018-12-02 Thread Darin Schmidt
That was my thought too, I'll do some investigating. Not 100% sure where to look atm. ___ 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

[ovirt-users] Ovirt 4.3 Alpha AMD 2970WX Windows VM creation and NUMA

2018-12-02 Thread Darin Schmidt
Not sure if Users is the best place for this as Im using 4.3 to test support for my AMD 2970WX Threadripper but While trying to setup a Windows VM, it fails. I have a working CentOS 7 running. Heres what I get when I try to startup the VM. VM Windows-Darin is down with error. Exit message:

[ovirt-users] Re: Ovirt 4.3 Alpha AMD 2970WX Windows VM creation and NUMA

2018-12-02 Thread Darin Schmidt
I went ahead and submitted a bug report. I cannot find the typo anywhere. ___ 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 Code of

[ovirt-users] Re: oVirt Node on CentOS 7.5 and AMD EPYC Support

2018-11-30 Thread Darin Schmidt
I was curious, I have an AMD Threadripper (2970wx). Do you know where Ovirt is grepping or other to get the info needed to use the cpu type? I assume lscpu is possibly where it gets it and is just matching? Id like to be able to test this on a threadripper.

[ovirt-users] Re: AMD Threadripper support

2018-11-29 Thread Darin Schmidt
Can anyone shed some light on this? I see that for EPYC you add 7:AMD EPYC:svm,nx,model_EPYC:EPYC:x86_64; 8:AMD EPYC IBPB:svm,nx,ibpb,model_EPYC:EPYC,+ibpb:x86_64; Would this work for the AMD Ryzen as they are the same thing(ish)? ___ Users mailing

[ovirt-users] AMD Threadripper support

2018-11-24 Thread Darin Schmidt
My Issue is that there isnt an option to select anything other than Opteron based AMD chips. Is there a way to add my CPU to the list? I have an AMD 2970wx Threadripper. I found an article stating that you can edit the postre database. But where do I find the info needed to add a CPU to the

[ovirt-users] Re: AMD Threadripper support

2018-11-24 Thread Darin Schmidt
I figured out the issue with the command issues above. So Now I just need to know how to figure out what to add to be able to use the CPU I have. I dont know how or where you get the info to add to the DB and it be correct. Would appreciate some insight. Thanks.

[ovirt-users] Re: AMD Threadripper support

2018-11-24 Thread Darin Schmidt
here's the link with the info on adding an EPYC CPU. https://lists.ovirt.org/archives/list/users@ovirt.org/thread/T3XL6NU7SUPYLYFL4TEKLOZTBWY6ID3S/ ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] GPU passthrough

2019-03-16 Thread Darin Schmidt
If I'm reading through the documents correctly, you can't use consumer grade gpus such as gtx 1080's and assign them to a VM? I'm trying to do something similar to how Linus used untaid to build several gaming machines from one. Any help would be appreciated. Thanks.

[ovirt-users] Re: GPU passthrough

2019-03-16 Thread Darin Schmidt
have done a lot of tinkering with this. > But you will get pushback from oVirt/Redhat as this is not officially > supported. If you want it to work with consumer grade cards, use AMD. If > you want to do it "right" you will have to buy the enterprise quadro > cards. But these ge

[ovirt-users] vender_id syntax UserDefinedVMProperties

2019-03-17 Thread Darin Schmidt
Hello all, im trying to figure out how to configure the custom properties to enable my NVIDIA card to work in the VM. Its my understanding that the drives dont work because it detects its in a VM.. Im trying to do something like this: engine-config -s

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-03-09 Thread Darin Schmidt
This is what I'm experiencing. https://bugzilla.redhat.com/show_bug.cgi?id=1592276 On Sat, Feb 2, 2019, 4:39 AM Dominik Holler wrote: > On Fri, 1 Feb 2019 17:37:30 -0500 > Darin Schmidt wrote: > > > [root@ovirt ~]# rpm -qa kernel > > kernel-3.10.0-957.1.3.el7.x86_64 >

[ovirt-users] Re: vender_id syntax UserDefinedVMProperties

2019-03-18 Thread Darin Schmidt
Seems that the system has to be running with bios Q35 UEFI. Standard bios does not work. System is operational now. On Mon, Mar 18, 2019, 6:30 AM Darin Schmidt wrote: > Still no luck getting the gtx 1080 to enable inside the VM. I see the code > is being generated in the xml with th

[ovirt-users] Re: vender_id syntax UserDefinedVMProperties

2019-03-19 Thread Darin Schmidt
(domxml) only problem now is that I cant boot a linux VM with the vendor_is portion there.. On Mon, Mar 18, 2019 at 3:30 PM Darin Schmidt wrote: > Seems that the system has to be running with bios Q35 UEFI. Standard bios > does not work. System is operational now. > > On Mon, Mar 18

[ovirt-users] Re: vender_id syntax UserDefinedVMProperties

2019-03-20 Thread Darin Schmidt
I was hoping someone would know how to because I don't know python On Wed, Mar 20, 2019, 12:52 AM Strahil wrote: > Can't you make the script check if it windows or Linux and skip if it's > Linux? > > Best Regards, > Strahil Nikolov > On Mar 19, 2019 23:02, Darin Schmidt w

[ovirt-users] Re: vender_id syntax UserDefinedVMProperties

2019-03-18 Thread Darin Schmidt
this, you should be able to passthrough GPU to VM. > > BTW, why are you using engine-config and not doing it from oVirt UI or > using virsh edit command? > > Thanks > > > On Mon, Mar 18, 2019 at 1:52 AM Darin Schmidt > wrote: > >> Hello all, im trying to figu

[ovirt-users] Re: vender_id syntax UserDefinedVMProperties

2019-03-18 Thread Darin Schmidt
18, 2019, 6:10 AM Darin Schmidt wrote: > I have gotten the system to see the card, its in device manager. The > problem seems to be that I cannot use it in the VM because from what I have > been finding out is that it gets and error code 43. Nvidia drivers disable > the card if it dete

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-15 Thread Darin Schmidt
to NUMA 1 which has 12 cores, 64GB ram On Fri, Feb 15, 2019 at 4:32 PM Darin Schmidt wrote: > Sorry it took so long, but I got a hold of a windows 7 pro ISO and it does > the same thing. I get the same " Sytem Thread Exception Not Handled" error > after a few seconds of try

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-15 Thread Darin Schmidt
Sorry it took so long, but I got a hold of a windows 7 pro ISO and it does the same thing. I get the same " Sytem Thread Exception Not Handled" error after a few seconds of trying to boot up from the install iso. On Tue, Feb 5, 2019 at 8:06 AM Darin Schmidt wrote: > Currently I do

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-15 Thread Darin Schmidt
If you watch this guy, I can get to where he is at 8:30 except I don't get the activity circle, it failed before then. On Fri, Feb 15, 2019, 9:12 PM Darin Schmidt qemu-kvm: warning: CPU(s) not present in any NUMA nodes: CPU 4 > [socket-id: 4, core-id: 0, thread-id: 0], CPU 5 [socket >

[ovirt-users] Storage Domain Ovirt 4.3 RC EPYC

2019-01-31 Thread Darin Schmidt
Uncaught exception occurred. Please try reloading the page. Details: (TypeError) : Cannot read property 'Vg' of null Please have your administrator check the UI logs Im trying to setup Ovirt 4.3 RC because its the only one that supports AMD EPYC. The issue Im having is that I creates a raid 5

[ovirt-users] Re: Storage Domain Ovirt 4.3 RC EPYC

2019-01-31 Thread Darin Schmidt
9 at 4:19 PM Darin Schmidt > wrote: > >> >> >> Uncaught exception occurred. Please try reloading the page. Details: >> (TypeError) : Cannot read property 'Vg' of null >> Please have your administrator check the UI logs >> > > please attach ui.log >

[ovirt-users] Re: Storage Domain Ovirt 4.3 RC EPYC

2019-01-31 Thread Darin Schmidt
with an entitlement server. You can use subscription-manager to register. Cannot upload enabled repos report, is this client registered? On Thu, Jan 31, 2019 at 7:38 PM Darin Schmidt wrote: > Same issue > > [root@ovirt ~]# rpm -qa|grep ovirt-engine-appliance > ovirt-engine-appliance-4.3-20190131.

[ovirt-users] Windows 10 - Ovirt 4.3 - EPYC

2019-02-01 Thread Darin Schmidt
I have successfully setup a centos vm, its up and running. Now I need to setup a windows 10 VM and I cant seem to get anything to work. Ive tried setting the OS type to other or Windows 10 64bit. With Windows 64bit, it fails to startup at all When I select OtherOS it will allow me to start to

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-02 Thread Darin Schmidt
? On Sat, Feb 2, 2019 at 4:39 AM Dominik Holler wrote: > On Fri, 1 Feb 2019 17:37:30 -0500 > Darin Schmidt wrote: > > > [root@ovirt ~]# rpm -qa kernel > > kernel-3.10.0-957.1.3.el7.x86_64 > > kernel-3.10.0-862.el7.x86_64 > > [root@ovirt ~]# uname -a > > Linux ovi

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-05 Thread Darin Schmidt
e ISO file. > after the driver is installed, change the VM CD back to the Windows ISO -> > refresh and continue the Windows installation. > > Please let me know if you still have issues. > > Thanks > > > > On Sat, Feb 2, 2019 at 5:22 PM Darin Schmidt

[ovirt-users] Re: Windows 10 - Ovirt 4.3 - EPYC

2019-02-05 Thread Darin Schmidt
to see if it's not an issue with the ISO file? > > > On Tue, Feb 5, 2019 at 2:52 PM Darin Schmidt > wrote: > >> I dont even get to that point. The VM seems to detect the windows.iso I >> downloaded from MS, the windows icon shows up, then it sits there for a >> while

[ovirt-users] USB turns off and wont come alive

2019-07-23 Thread Darin Schmidt
I have 2 usb controllers installed via a riser card plugged into a M.2 slot. (Like those used for mining with GPU's). Everything works great for a long time, then my Windows 10 VM freezes and I lose all USB activity. LSPCI still sees the devices: 0a:00.0 USB controller: ASMedia Technology Inc.

[ovirt-users] Ovirt Host Crashed

2020-09-02 Thread Darin Schmidt
I am running this as an all in one system for a test bed at home. The system crashed which lead me to have to reinstall the OS (CentOS 8) and I imported the data stores but I cannot find any way to import the VM's that were in the DATA store. I havent had a chance to backup/export the VMs. I

[ovirt-users] Import to VMware

2021-05-20 Thread Darin Schmidt
Hello, Ive exported an OVA of a server we had made on OVIRT and Im trying to import it to VMware. Its complaining that the ovf:format is incorrect. ovf:format="http://www.gnome.org/~markmc/qcow-image-format.html; That link doesnt resolve to anywhere because it appears its now

[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Not sure, but I'll see if I can make time today to figure out how to convert it. On Fri, May 21, 2021, 8:02 AM Derek Atkins wrote: > Does VMware accept the QCOW format? Don't you need to convert it to VMDK? > > -derek > > On Fri, May 21, 2021 7:50 am, Darin Schmidt wrote: &g

[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Vojtech Juranek wrote: > On Thursday, 20 May 2021 22:58:22 CEST Darin Schmidt wrote: > > Hello, > > > > Ive exported an OVA of a server we had made on OVIRT and Im trying to > import > > it to VMware. Its complaining that the ovf:format is incorrect. > > > ovf:fo

[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Ok then, could there be something wrong with my ova backup because the ovf is only 19kb and the other "file" is 3.8G? When I try to untar the ovf it says it doesn't look like a tar file. On Fri, May 21, 2021, 9:06 AM Vojtech Juranek wrote: > On Friday, 21 May 2021 13:50:15 CEST

[ovirt-users] Re: Import to VMware

2021-05-21 Thread Darin Schmidt
Correct, because in the xml it's saying the format is a link to a we address that technically doesn't exist. So perhaps I just need to find a way to convert the disk to vmdk then On Fri, May 21, 2021, 10:22 AM Derek Atkins wrote: > HI, > > On Fri, May 21, 2021 9:57 am, Darin Schm