Re: [Users] Move disk to new AIO?

2014-01-19 Thread Blaster



On Jan 17, 2014, at 4:59 PM, Itamar Heim ih...@redhat.com wrote:

 
 
 well, you can put two clusters of different hardware in the same DC, then 
 simply 'edit vm' and move it to the other cluster?


Well, I actually wanted to move the physical disk.  There was 2TB of data on 
it, and I didn’t want to move it via a GB network connection.  

I ended up doing it using basically the method I posted yesterday…I shutdown 
the old oVirt system, moved the disk to the new system.  Created a new data 
domain on the disk, then created new VMs and disks in the new data domain, 
after the new disk was created, I just moved it from the directory of the old 
data domain/VM into the new one and fired up the VM.

Instead of waiting hours and hours for 2TB of data to be copied, I moved my 4 
VMs in a few minutes.

A way to attach an existing on-disk VM image is really needed.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] vmware image conversion

2014-02-20 Thread Blaster


I have used this method successfully several times, but the problem is, 
this only converts the format of the image, it doesn't do any tweaks to 
the actual image needed to boot it in the new environment.  Windows for 
example, is likely to blue screen because it's not very good at 
detecting boot disk controller changes.


This is what the merge-ide script does, it relaxes the Windows checks on 
boot for new disk controllers.  Search for my post about how I converted 
my Windows guest from ESX to ovirt.



On 2/19/2014 9:23 PM, Lei Cui wrote:

Or used #qemu-img convert es.vmdk imagexxx.img to finish the conversion

-Lei

- Original Message -
From: Lei Cui l...@redhat.com
To: Maurice James midnightst...@msn.com
Cc: users@ovirt.org
Sent: Thursday, February 20, 2014 10:49:39 AM
Subject: Re: [Users] vmware image conversion

Hi, Maurice,
Have you tried virt-convert to convert vmx image to virt-image(raw or qcow2) 
format?
Which support off-line conversion without a running ESX server

-Lei

- Original Message -
From: Maurice James midnightst...@msn.com
To: Bob Doolittle b...@doolittle.us.com, Ted Miller tmil...@hcjb.org, 
users@ovirt.org
Sent: Thursday, February 20, 2014 9:59:07 AM
Subject: Re: [Users] vmware image conversion

Forgive my noobness, but are you telling me that I can convert an ESX image
without the existence of a running ESX server? If someone gave me an ESX
image on a DVD or hard drive I could then use virt-v2v to convert it?

-Original Message-
From: Bob Doolittle [mailto:b...@doolittle.us.com]
Sent: Wednesday, February 19, 2014 8:54 PM
To: Maurice James; 'Ted Miller'; users@ovirt.org
Subject: Re: [Users] vmware image conversion

Yes.
So:

VMware non-ESX - ESX, using VMware's tool, then ESX - RHEV using virt-v2v

no?

If this is viable, it's easy to understand why nobody wants to put effort
into supporting a bevy of VMware VM formats, when there's a tool already
available to convert to one and they can focus on it.

-Bob

On 02/19/2014 05:52 PM, Maurice James wrote:

I want to change it from VMware to RHEV/oVirt

-Original Message-
From: Bob Doolittle [mailto:b...@doolittle.us.com]
Sent: Wednesday, February 19, 2014 8:51 PM
To: Maurice James; 'Ted Miller'; users@ovirt.org
Subject: Re: [Users] vmware image conversion

My recollection is that VMware provides a converter to change your
VMware non-ESX VMs into ESX format.
Do you have to buy ESX to gain access to it?

-Bob

On 02/19/2014 05:46 PM, Maurice James wrote:

I even open a feature request that they closed pretty quickly with
WONTFIX
https://bugzilla.redhat.com/show_bug.cgi?id=1062910 . Why is this
such a touchy issue?

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
Behalf Of Ted Miller
Sent: Wednesday, February 19, 2014 7:28 PM
To: users@ovirt.org
Subject: Re: [Users] vmware image conversion


On 2/9/2014 4:27 PM, Itamar Heim wrote:

On 02/09/2014 10:28 PM, Maurice James wrote:

The instructions assume that I have an ESX instance to connect to.
How do I do this with an already exported vmware image with no esx
available to connect to? I have a turnkey drupal vm in ovf format

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, February 09, 2014 2:24 PM
To: Maurice James; 'users'
Subject: Re: [Users] vmware image conversion

On 02/09/2014 07:02 PM, Maurice James wrote:

According to this
https://rhn.redhat.com/errata/RHBA-2013-1749.html
It does not do it

please review:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterpri
s e _Virtua lization/3.3/html-single/V2V_Guide/index.html


-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, February 09, 2014 4:52 AM
To: Maurice James; 'users'
Subject: Re: [Users] vmware image conversion

On 02/08/2014 04:18 PM, Maurice James wrote:

I submitted an RFE to have vmware image conversion added to 3.5.
I think that is a key feature that is lacking. Im just trying to
get some eyes on it here.

https://bugzilla.redhat.com/show_bug.cgi?id=1062910



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


can you comment on the gaps from virt-v2v which does this today
(in the bug as well).

thanks,
 Itamar


iirc, you need an ESX currently.

Some of us are stuck without a way to try out ovirt because of this.
ESX is not the only platform that people run VMWare on.  I am trying
to bring over VMs from an old VMWare Server setup on Centos 5.  Works
fine, but there is no migration path.  Other people may have VMs on
VMWare Workstation or other, older products.  We just get told to go
fly a

kite?

If the only choice is to bring up a full-blown, working ESX instance,
I may bring up ESXi and stay there.

Ted Miller
Elkhart, IN

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Re: [Users] vmware image conversion

2014-02-20 Thread Blaster


One of the issues I have with virt-v2v is that it requires an import 
storage domain on your ovirt server to import the image to, then you 
need to copy that image again into your vm datastore. Lots of data 
moving around slow gigabit networks.


oVirt still needs a way to easily add a vm disk image w/o having to go 
through the silly import method.


On 2/19/2014 7:54 PM, Bob Doolittle wrote:

Yes.
So:

VMware non-ESX - ESX, using VMware's tool, then
ESX - RHEV using virt-v2v

no?

If this is viable, it's easy to understand why nobody wants to put 
effort into supporting a bevy of VMware VM formats, when there's a 
tool already available to convert to one and they can focus on it.


-Bob

On 02/19/2014 05:52 PM, Maurice James wrote:

I want to change it from VMware to RHEV/oVirt

-Original Message-
From: Bob Doolittle [mailto:b...@doolittle.us.com]
Sent: Wednesday, February 19, 2014 8:51 PM
To: Maurice James; 'Ted Miller'; users@ovirt.org
Subject: Re: [Users] vmware image conversion

My recollection is that VMware provides a converter to change your 
VMware

non-ESX VMs into ESX format.
Do you have to buy ESX to gain access to it?

-Bob

On 02/19/2014 05:46 PM, Maurice James wrote:

I even open a feature request that they closed pretty quickly with
WONTFIX
https://bugzilla.redhat.com/show_bug.cgi?id=1062910 . Why is this such
a touchy issue?

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
Behalf Of Ted Miller
Sent: Wednesday, February 19, 2014 7:28 PM
To: users@ovirt.org
Subject: Re: [Users] vmware image conversion


On 2/9/2014 4:27 PM, Itamar Heim wrote:

On 02/09/2014 10:28 PM, Maurice James wrote:

The instructions assume that I have an ESX instance to connect to.
How do I do this with an already exported vmware image with no esx
available to connect to? I have a turnkey drupal vm in ovf format

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, February 09, 2014 2:24 PM
To: Maurice James; 'users'
Subject: Re: [Users] vmware image conversion

On 02/09/2014 07:02 PM, Maurice James wrote:

According to this https://rhn.redhat.com/errata/RHBA-2013-1749.html
It does not do it

please review:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterpris
e _Virtua lization/3.3/html-single/V2V_Guide/index.html


-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Sunday, February 09, 2014 4:52 AM
To: Maurice James; 'users'
Subject: Re: [Users] vmware image conversion

On 02/08/2014 04:18 PM, Maurice James wrote:

I submitted an RFE to have vmware image conversion added to 3.5. I
think that is a key feature that is lacking. Im just trying to get
some eyes on it here.

https://bugzilla.redhat.com/show_bug.cgi?id=1062910



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


can you comment on the gaps from virt-v2v which does this today (in
the bug as well).

thanks,
Itamar


iirc, you need an ESX currently.

Some of us are stuck without a way to try out ovirt because of this.
ESX is not the only platform that people run VMWare on.  I am trying
to bring over VMs from an old VMWare Server setup on Centos 5.  Works
fine, but there is no migration path.  Other people may have VMs on
VMWare Workstation or other, older products.  We just get told to go 
fly a

kite?

If the only choice is to bring up a full-blown, working ESX instance,
I may bring up ESXi and stay there.

Ted Miller
Elkhart, IN

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Windows guest time behind an hour after reboot

2014-03-20 Thread Blaster
Ever since the “Spring Forward” on March 9th, my Windows 7 guests are behind an 
hour every time they reboot.   The Fedora 20 guests are just fine.

I can set the correct time, reboot, comes back up an hour behind.  I’ve tried 
setting the time zone in the properties to both GMT and to the correct 
timezone, still the same, behind an hour on reboot.

What am I doing wrong?

And what affect does setting the time zone in the properties supposed to have 
on the guest?

Thanks..
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] unsupported configuration: spice secure channels set in XML configuration, but TLS port is not provided.

2013-11-17 Thread Blaster
Hello,

I’m using overt 3.3 on Fedora 19.

I had quite a bit of trouble getting everything up and running (All In One).   
My biggest problem was around vdsm, it crashed out during the interface 
configuration so I followed the instructions here  
http://www.ovirt.org/Installing_VDSM_from_rpm which had me disable TLS.  None 
of that ever worked, so I ended up creating the bridge myself, running 
engine-cleanup then engine-setup again.

Now when I run my VMs I get the following error:
unsupported configuration: spice secure channels set in XML configuration, but 
TLS port is not provided.

So something got messed up somewhere.

I can’t figure out where the XML files for each VM are stored.  

How can I resolve this error?  Google searches haven’t turned up anyone having 
this problem.

Thanks for any help

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] unsupported configuration: spice secure channels set in XML configuration, but TLS port is not provided.

2013-11-22 Thread Blaster

On Nov 18, 2013, at 2:05 AM, Omer Frenkel ofren...@redhat.com wrote:

 
 
 you set non-secure configuration on vdsm side,
 you need to set the secure spice configuration to false in the engine as well,
 you can do this with engine-config:
 engine-config -s SSLEnabled=false
 
 and restart the engine.

This resolved my problem…Thank you!

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Do I really have to use ISO uploader?

2013-11-23 Thread Blaster

I’m trying to move from ESXi to KVM/OVIRT.   To attach an ISO to a CDROM under 
ESXi, I just have to add the NFS share with all my ISOs, then go to the CDROM 
and attach one of the ISO images and away I go.

Under OVIRT, it seems like I have to create yet another datastore, use 
engine-iso-upload which will create yet another copy of the ISO, before I can 
attach it to a virtual CD device.

Please tell me I missed something in my hours of searching that this isn’t 
true, that I don’t really have to duplicate each ISO that I already have on a 
NAS NFS share, to yet another copy that OVIRT can use.

There also doesn’t seem to be a nice way to take a disk image and simply click 
“add to inventory” like I can with ESXi, that I have to use image uploader to 
create yet another copy of the image and wait for it to copy a 100G file before 
I can create a VM out of it.

Thanks for any suggestions on making this process easier.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Do I really have to use ISO uploader?

2013-11-25 Thread Blaster

After I emailed the list I was researching some other OVIRT related topic and 
came across someone’s blog that described how to do this..Pretty simple…
Create your ISO domain on local storage
cd to the path, then into images/----
Create your symlink here, and a couple seconds later the ISO shows up in the 
GUI.

Not horribly intuitive, but I can live with it.

Now, if there was only a simple way to create a VM out of an existing disk 
image, I’d be happy.


On Nov 23, 2013, at 9:19 PM, Bob Doolittle b...@doolittle.us.com wrote:

 Agreed. Many of us already have an existing directory of ISOs which is 
 NFS-shared, (I created mine while using VirtualBox for several years) and 
 would simply like to use it.
 
 This is an issue which is on the To-Do list, but unfortunately didn't make 
 the first cut for 3.3.2 recently.
 
 From what I understand, it should not be terribly difficult to change oVirt 
 to utilize it. I believe it was Itamar who previously described a way on IRC 
 to use symlinks to refer to existing ISOs.
 
 It seems like most of the competition allows a VM to access any file path for 
 an ISO, rather than having to copy it into a storage domain first. That would 
 be much preferable in my opinion.
 
 -Bob
 
 On 11/23/2013 10:09 PM, Blaster wrote:
 I’m trying to move from ESXi to KVM/OVIRT.   To attach an ISO to a CDROM 
 under ESXi, I just have to add the NFS share with all my ISOs, then go to 
 the CDROM and attach one of the ISO images and away I go.
 
 Under OVIRT, it seems like I have to create yet another datastore, use 
 engine-iso-upload which will create yet another copy of the ISO, before I 
 can attach it to a virtual CD device.
 
 Please tell me I missed something in my hours of searching that this isn’t 
 true, that I don’t really have to duplicate each ISO that I already have on 
 a NAS NFS share, to yet another copy that OVIRT can use.
 
 There also doesn’t seem to be a nice way to take a disk image and simply 
 click “add to inventory” like I can with ESXi, that I have to use image 
 uploader to create yet another copy of the image and wait for it to copy a 
 100G file before I can create a VM out of it.
 
 Thanks for any suggestions on making this process easier.
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Building ovirt-guest-agent is destroying my VM!

2013-11-25 Thread Blaster

So this has happened twice nowRunning Windows 7/64 in a VM.

I git cloned the ovirt windows agent and installed the 3 Python 
applications as instructed in the README.


When I run the win-guest-agent-build-exe.bat file to create the exe, it 
gets to the line of:

adding python27.dll as a resource to virtguestservices.exe.

Then the cmd.exe window just hangs.  It can not be killed, nor can any 
other window.


The system will not shutdown, either from the Windows side or the VM 
side.  I had to power off from the GUI.


The first time this happened, the VM hung and became non-responsive.  
When I tried to reboot the physical machine, the physical machine would 
not reboot either.  Had to hit the reset button to get it back.


The second time this happened, ovirt was able to power off successfully, 
I decided to reboot the physical machine again, and again the physical 
machine hung shutting down and had to physically reset.


Both times when I tried to start the Windows 7 VM again, ovirt refused 
to start it.  I get the message

Failed to run VM Win7-01 (User: admin@internal).

So off to restore the VM for a second time

Any explanation how Python is able to destroy a VM like that?



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] backups

2013-11-27 Thread Blaster

On 11/27/2013 4:24 AM, Martijn Grendelman wrote:
The problem with snapshot-based backups is, that they are usually only 
crash-consistent, meaning that they contain the state of a system's 
disks as they would be if you pulled the power plug on a server. If 
you restore a system from this type of backup, you would see file 
system recovery happening at the first boot, and you risk data loss 
from -for example- database servers. 


The work-around for this is to SSH into the guest first, put the 
database into backup mode(maybe run sync a time or two to flush out as 
much from RAM as possible), take the snap shot, ssh back in to resume 
the database, backup the snap, delete the snap.






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] backups

2013-11-30 Thread Blaster

On 11/27/2013 10:52 AM, Sander Grendelman wrote:

The main problem in oVirt with this strategy would be the lack of live
snapshot deletion.
Having to shut down the VM to delete/merge a snapshot is not nice :(


Ouch?!  Is there an ETA as to when you'll be able to delete a live 
snapshot ?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] backups

2013-11-30 Thread Blaster



On 11/27/2013 11:27 AM, Juan Pablo Lorier wrote:

Hi,

Just curious, is it really the porpoise of the snapshot to backup both
the vm and the application data? I think snapshot is appropriate to
backup the vm and the you should have your regular backup for the app,
as a database backup that can be done online. In this scenario you take
a backup of the vm when something changes (updates, new software,
configs, etc) and not all the time and do regular backups of the db as
it's the information that changes all the time.
I said this because I'm curious about the benefits of doing backups the
way it's been posted.
Regards,


Contrary to my other post, which was more educational than practical, 
yes, you generally would not back up app data via a hypervisor 
snapshot.  Generally you would only backup the OS disk and perhaps the 
application binaries.  This would be for quick restore of the OS and 
app, so you don't have to spend hours reconfiguring your OS.  
(especially Windows based OSes)


I also do an IN OS backup as well, for individual file restores in the 
instances you accidentally destroy something in /etc for example.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] What agents are needed?

2013-11-30 Thread Blaster
There doesn't seem to be a single tools or agent install like there 
is under ESXi, that's required to be installed under ovirt, instead I've 
seen references to


1) virtio drivers
2) Spice drivers
3) qemu agent

What's really needed under both Windows and Linux to get guests working 
properly?


Are all these agents included in Fedora?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Agents for Windows

2013-12-02 Thread Blaster


I've been able to find prebuilt virt-io drivers and spice agents for 
Windows.  Are there any repositories for prebuilt qemu-agent and ovirt 
agents for Windows?




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-05 Thread Blaster

On 12/3/2013 7:18 AM, Michal Skrivanek wrote:

On Dec 3, 2013, at 10:55 , Vinzenz Feenstra vfeen...@redhat.com wrote:


On 12/02/2013 09:15 PM, Blaster wrote:

I've been able to find prebuilt virt-io drivers and spice agents for Windows.  
Are there any repositories for prebuilt qemu-agent and ovirt agents for Windows?

Unfortunately no.

we're just lacking the capacity. If someone can put it together there's no 
problem to host it at ovirt.org

Thanks,
michal



I guess I'm confused as to how Red Hat can be making statements that 
Ovirt is a viable alternative to ESXi when many simple things that ESXi 
users take for granted simply don't work or are non-existent under 
Ovirt.  I'm hardly a power user of ESXi, and I've only begun my Ovirt 
journey, but I've already come across the following:


1) No easy way to use an NFS share of ISOs to boot VMs with.  Have to 
create a data domain and custom build a symlink tree.
2) No way to take an existing VM disk image and add to inventory. You 
have to go through a process of importing it into a data domain.  This 
makes it very complex to pop a disk out of chassis and move the VMs to a 
new hypervisor and go.  Also makes DR more complex.
3) No way to make a backup of a guest using snapshots because you 
apparently can't delete the snap shots after you create them. (Must have 
been the same engineers who wrote ZFS and never imagined anyone would 
want to shrink a ZFS filesystem...)
4) There appears to be little or no documention on what you need to do 
to prep an Ovirt guest..  I still am not sure, and I've spent hours on 
Google trying to put it together...

Looks like you need
a) virt-IO drivers
b) Spice drivers
c) qemu-agent drivers which you must create your own build environment 
and build yourself
d) ovirt-agent drivers which you must create your own build environment 
and build yourself

e) have I missed anything?
Under ESXi it's right click, install. done.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-09 Thread Blaster

On Dec 6, 2013, at 5:25 AM, Vinzenz Feenstra vfeen...@redhat.com wrote:

 I understand that you're disappointed and we're trying to make our best to 
 make the user experience better. You should be considering the age of the 
 project and what we're actually already providing. Yes not everything is 
 perfect, but we're working hard on improving it.
 We're working in a collaborative way together with the community, if you're 
 missing something, there's always the possibility to help out. Even if you're 
 not a programmer you can help improving the experience.

Bob pretty much said it all for me already…I’m not so much as disappointed in 
ovirt development as I am the marketing of it.  ovirt is being marketed as an 
ESXi replacement when it surely isn’t.  Probably 90%+ of what ESXi is used for 
is virtualizing Windows.  Give ovirt in it’s current form to a typical Windows 
user and they’ll self destruct.

The first issue with the agents as I can’t even find any documentation on what 
agents really need installing, and what features I’m getting with that agent!

Another thing is, I would think that Fedora would be integrated enough with 
ovirt that it would be able to automatically detect it’s running on ovirt and 
install all the required agents automatically.

I forgot my number 5)  BIOS needs to work like a standard PC BIOS (as does 
ESXi) in allowing you to press F8 to get a boot menu or F12 for network boot.  
This run once stuff is silly.  It works fine the first time I create a VM as 
there’s no bootable OS on the datastore, but if I need to re-PXE boot a VM, 
then I have to Run Once..OK, fine, but when the PXE completes it reboots, back 
into network boot, then I have to kill the VM and restart it normally.  Under a 
PC (or ESXi) BIOS, I just hit F12, network boot, OS re-installs, then  reboots 
normally.  Much better user experience.   I gave our Red Hat sales people 
feedback on this issue and was told it’s not going to change. ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-09 Thread Blaster

On Dec 9, 2013, at 1:10 PM, Bob Doolittle b...@doolittle.us.com wrote:

 I'll disagree a tiny bit here. One *really annoying* quality of needing to 
 use F2/F8/F12 during Windows bootup in a VM (including ESX/vSphere) is that 
 sometimes it can be impossible to be quick enough on the keyboard to get 
 attention before the OS bootup has begun. By the time you can get a console 
 focus it's too late. That can be enormously frustrating, and Run Once does 
 help with that.

On ESXi
Guest menu - edit settings - Options - boot options - boot delay.  I set 
all mine to 10,000ms.  Delays guest startup by 10 seconds each time you boot, 
but it’s plenty of time to get the console up (if you need to) and get press F? 
to get where you want to be.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-09 Thread Blaster

On Dec 9, 2013, at 1:19 PM, Michal Skrivanek michal.skriva...@redhat.com 
wrote:
 
 Check out the new page by Nicholas Kesick [1]

Cool, thanks Nicholas!  After reading the description, now I really want to get 
ovirt agent for Windows built.

Is there an index for all the documents on www.ovirt.org/cool_stuff?  Maybe I 
need new glasses, but the only way I come across those is in Google searches if 
I get the keywords right.
  
 
 Seabios has boot menu support on F12. I don't recall if we specifically 
 disable it, I think not

I will try to hit an F12 next time I boot to see if I get a menu, I don’t 
recall seeing any text on the screen that it’s there.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-11 Thread Blaster

On 12/10/2013 4:54 AM, Itamar Heim wrote:
btw, what happens if you boot from [disk, pxe] - if the disk doesn't 
have anything on it, its supposed to pass to 2nd boot device, then on 
restart it will be ok?


Yes, that's the behavior on both ovirt and ESXi when creating a new VM.  
The problem is when you need to reinstall that VM.  On ESXi I can hit 
F12 on boot to PXE boot, OS re-installs, then boots normally to disk.  
On ovirt, I have to select Run Once, move PXE to the top, re-install, 
when the installer auto reboots, it goes back into PXE mode and starts 
reinstalling again.  I have to watch the console and power off at the 
right time, then power back on in normal mode.


A better behavior for Run Once would be just that...Run once...If the 
guest reboots Run Once should power off, or go back to normal boot 
behavior.  But I suppose that depends upon what your definition of Run 
Once is.


The ESXi BIOS is a Pheonix BIOS and in this case, functions just like a 
bare metal BIOS, like the ovirt Sea BIOS should :)




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-11 Thread Blaster
This setting is a PER GUEST setting, not system wide.  On guests you 
reboot frequently, don't set anything.  On guests you need to change 
boot options frequently, change it to what you want.


We have about 6000 guests on ESXi, have not had any issues working this 
way.  On production VMs that get built once and never touched for years, 
don't change anything.  On dev VMs that get rebuilt frequently, we add a 
delay.



On 12/10/2013 9:03 AM, Anders Hellquist wrote:


Just wanted to share my view.

Have been working with vmware vsphere for a number of years and when 
dealing with a few hundreds of vm's, setting a boot delay on each is 
not a good way to handle this issue IMHO. Besides, this setting 
affects all sysadminsand might not be what everyone wishes. I think 
the runonce function is great and do not want that removed.



Regards, Anders

On Dec 10, 2013 2:54 AM, Blaster blas...@556nato.com 
mailto:blas...@556nato.com wrote:



On Dec 9, 2013, at 1:10 PM, Bob Doolittle b...@doolittle.us.com
mailto:b...@doolittle.us.com wrote:

 I'll disagree a tiny bit here. One *really annoying* quality of
needing to use F2/F8/F12 during Windows bootup in a VM (including
ESX/vSphere) is that sometimes it can be impossible to be quick
enough on the keyboard to get attention before the OS bootup has
begun. By the time you can get a console focus it's too late. That
can be enormously frustrating, and Run Once does help with that.

On ESXi
Guest menu - edit settings - Options - boot options - boot
delay.  I set all mine to 10,000ms.  Delays guest startup by 10
seconds each time you boot, but it’s plenty of time to get the
console up (if you need to) and get press F? to get where you want
to be.



___
Users mailing list
Users@ovirt.org mailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Solaris 11.1 ISO panic on boot

2013-12-15 Thread Blaster
I have a Solaris 11.1 system running on a nice piece of hardware that I’d like 
to make better use of.  I would like to virtualize it under ovirt.

I created an ovirt guest using the RHEL 64 bit template.  I attached the 
Solaris 11.1 ISO and booted.  As soon as the Solaris banner is displayed, poof, 
kernel panic.

Of course every whizzes by so fast I have no chance of getting a screen shot.

Has anyone been successful in boot Solaris 11.1 under ovirt?  Should I have 
picked a different template?



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Solaris 11.1 ISO panic on boot

2013-12-16 Thread Blaster

On Dec 16, 2013, at 4:47 AM, René Koch r.k...@ovido.at wrote:
 
 I suggest to use the following settings for your Solaris guest:
 * Operating System: Other
 * nic1: rtl8139
 * Disk1: IDE
 
 Booting from the DVD ISO works fine for Sol 10 and 11 with these settings.

I just tried that, with booting both the Solaris 11.1 txt installer and the 
11.1 Live media ISOs.  Can you try one of those in on your system and see if 
they boot?

I wonder if something changed with 11.1?

I think someone mentioned trying to boot with Virt Manager..Is it OK to mix 
virtmanager and ovirt guests on the same system? 



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Solaris 11.1 ISO panic on boot

2013-12-17 Thread Blaster

On 12/17/2013 9:18 AM, René Koch (ovido) wrote:


I used this image for installing Solaris 11: sol-11_1-text-x86.iso,
which is the Solaris 11.1 text based installer...

Works fine for me on my oVirt 3.3 setup - installed Solaris 11.1 right
now - (did also work fine in oVirt 3.2 and on a RHEL 6 server with plain
KVM)...


Well, I'm running 3.3.1 but I had the same problem with 3.3.  Wonder if 
it's my Athlon X4 640 CPU?

Any known issues with AMD CPUs?

Thanks for trying for me.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Recommended file system?

2013-12-17 Thread Blaster
Any recommended file system to use to hold VM disk images?  EXT4? BTRFS(disable 
COW I assume?)?  ZFS? XFS?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Solaris 11.1 ISO panic on boot

2013-12-18 Thread Blaster

On 12/18/2013 7:44 AM, Sander Grendelman wrote:

On Wed, Dec 18, 2013 at 1:25 PM, René Koch (ovido) r.k...@ovido.at wrote:




Bummer..Thanks for taking the time to validate that..So if there's a 
problem with Solaris, I wonder what other issues are lurking with AMD CPUs?


It's tough to ignore the prices of the 8core AMD FX CPUs.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Recommended file system?

2013-12-18 Thread Blaster

On 12/18/2013 3:09 AM, Itamar Heim wrote:

On 12/18/2013 12:24 AM, Blaster wrote:
Any recommended file system to use to hold VM disk images?  EXT4? 
BTRFS(disable COW I assume?)?  ZFS? XFS?



is this for local storage, or as the backend of an NFS server?


Well, my original intent was local...But I'd be curious about NFS as 
well.   (and why would it be different?)





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-18 Thread Blaster

From RHEL 6.5 release notes...


 Windows Guest Agent Fully Supported

The Windows guest agent is now fully supported and delivered with its 
own installer in the Supplementary channel together with virtio-win drivers.

[...]


 Application-Aware|freeze|and|thaw|on Microsoft Windows with VSS
 Support on*qemu-ga-win*

VSS (Volume Shadow Copy Service) is a Microsoft Windows API that allows, 
among other things, the notification of applications for proper, 
consistent freeze and thaw operations. With this feature, snapshots 
taken while the virtual machine is running are consistent through the 
whole stack (from the block layer to the guest applications) and can be 
used for backup purposes. For more information, see theVirtualization 
Administration Guide 
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Administration_Guide/sub-sect-qemu-ga-freeze-thaw.html


Is there any issue with using these drivers with OVIRT?  (since ovirt is 
upstream of RHEV, it should work, right?)

I know, the answer will be no...


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-18 Thread Blaster

On 12/18/2013 3:23 AM, Itamar Heim wrote:

were RFEs opened for:
- allowing to enable boot menu
- orchestrating a disk reboot post a pxe boot via detection of reboot


Is this something I can do?



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-19 Thread Blaster

On 12/19/2013 2:37 AM, Itamar Heim wrote:


shouldn't be any issue using these (other than potential bugs of course)


What is the name of the ISO?

I tried installing the RHEV-toolsSetup_3.2_12.iso from RHEL 6.4 on ovirt 
3.3.1 and it complained that I was not running RHEV so it refused to 
install.  So I thought I would be smart and by-passed the gatekeep 
(setup.exe I think it was) and going right into the drivers directory 
and installing from there.  It seemed to install OK, but it hosed up the 
VM and had to restore.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Recommended file system?

2013-12-19 Thread Blaster

On 12/19/2013 1:18 AM, Itamar Heim wrote:


well, while ovirt can manage VMs on a host in a local data center, 
its more powerful when you have shared storage, and can put multiple 
hosts in the cluster, live migrate VMs between them,e tc.


Right, but reliable and fast shared storage is a bit expensive for a 
home lab..Even gig-E isn't all that fast compared to local SATA.


Popping out disks and moving them to a new machine isn't that big of a 
deal...Under ESXi it's just Add to inventory and move on...This is 
more complicated under ovirt, but I don't do it that often, so it's not 
extremely inconvenient.





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Bridge w/o IP address?

2013-12-19 Thread Blaster
I want to put multiple VMs on the same hypervisor, some will be Internet 
facing, some will be internal facing.


I obviously don't want the hypervisor to be an attack vector, so I don't 
want the HV to have an IP address on the DMZ network.


Is this configuration as simple as creating another another bridge like 
the ovirtmgmt bridge, not giving it an IP address, and adding it to the 
DMZ facing hosts?




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-20 Thread Blaster

On 12/19/2013 3:45 PM, Bob Doolittle wrote:


On 12/19/2013 04:40 PM, Itamar Heim wrote:
the main problems with delivering windows binaries are build 
machines, licensing of tools, etc.
so there is no problem with you providing those builds if they don't 
happen to be available already.


From the peanut gallery:

Since you're already building the Windows drivers on some (set of) 
Windows build servers and putting it onto the ISO(s), that would seem 
to be a good time to build the Windows Guest agent as well, and 
deliver it in the same manner, thus killing multiple birds with one 
stone.


Is that possible?



IMHO, not having the Windows (and Linux) agents stuff worked out by this 
stage of your development, seems really odd to me.  It's kinda like 
buying a car with no Upholstery.  Yeah, it works'n all but it's kinda 
uncomfortable to use.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] ISO datastore, permission denied

2013-12-23 Thread Blaster
I have an ISO datastore.  In that datastore I'm using symlinks to point 
to my ISOs on an NFS share.  All was working great.


Along comes Black Friday and a shiny new 3TB hard drive.  Out goes the 5 
yo old 500gb drive with EXT 4 and in comes new 3TB drive with BTRFS.


I installed new drive, shutdown VMs and use tar c | tar x to move data 
over.   unmount old, remount new.  Fire up VMs, all us well. Create new 
VM, attach boot ISO and I get:
VM Gremlin is down. Exit message: internal error process exited while 
connecting to monitor: qemu-system-x86_64: -drive 
file=/rhev/data-center/mnt/_disk01_iso/4c70693a-d228-453e-b40d-93a214ec524b/images/----/Fedora-Live-Desktop-x86_64-20-1.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw,serial=: 
could not open disk image 
/rhev/data-center/mnt/_disk01_iso/4c70693a-d228-453e-b40d-93a214ec524b/images/----/Fedora-Live-Desktop-x86_64-20-1.iso: 
Permission denied .


huh?  I search archives and see others have had this error in the 
past...Follow the suggestions...Run the nfstest python script, passes, 
check getsebool shows virt_use_nfs -- on.


Also went through: http://www.ovirt.org/Troubleshooting_NFS_Storage_Issues

My NFS server is Solaris 11.1, ZFS storage.

If I copy the ISO directly to the directory it works fine.   What am I 
missing?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ISO datastore, permission denied

2013-12-23 Thread Blaster

On 12/23/2013 10:07 AM, Sander Grendelman wrote:
On Mon, Dec 23, 2013 at 4:56 PM, Blaster blas...@556nato.com 
mailto:blas...@556nato.com wrote:



My NFS server is Solaris 11.1, ZFS storage.

I'm a bit confused now, is the NFS server linux or Solaris?  ZFS or BTRFS?


ISOs are on a Solaris 11.1 NFS server.



If I copy the ISO directly to the directory it works fine.   What
am I missing?


Maybe selinux labeling?


Yup!

What happens if you (temporarily!) set selinux to permissive with 
setenforce 0?


That fixed itWhat's going on?  I can su - vdsm and do an md5sum on 
all the ISOs.  Why can't they be accessed via ovirt?


I have a local datastore on the same volume in another directory tree 
that's working just fine.


Why is selinux allowing local access, but not NFS via symlink? getsebool 
shows virt_use_nfs -- on.  What other label do I need?


Thanks for the help!

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Map disk UUID to guest or disk name?

2013-12-27 Thread Blaster
On an Ovirt datastore the disk image names for the guests are named with an 
unfriendly UUID name.   Is there any way to map that back to the human readable 
name given int the GUI?

It would be nice if this name was dropped in as a field in the .meta file.  I 
see there is a DESCRIPTION= field, but it’s blank.  I tried updating the 
description in the GUI, but it’s still blank  (bug, or do I have to update 
something?  I tried deact/activate the disk and it still didn’t update…)



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Map disk UUID to guest or disk name?

2014-01-01 Thread Blaster

On 12/29/2013 12:38 AM, Daniel Erez wrote:

Disks main-tab contains an ID column for disks' GUIDs,
try mapping the disk name using that.


Doh.  How did I miss that?

But I see in the disks maintab a disk I deleted several weeks ago. It's 
gone from the physical storage but still shows up here.  Wonder why that 
is?

I've tried updating disk's description with latest bits and it seems to work 
fine..
Can you please attach the relevant engine logs for further investigation.



Did you check the .meta file on physical storage?  It seems to be 
getting updated in the GUI, but not getting written out to the .meta 
file on physical storage.  I just updated to 3.3.2 and still seeing the 
same issue when I update the Description field.

What logs do you need?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Move disk to new AIO?

2014-01-02 Thread Blaster
I have my current ovirt 3.3.2 AIO setup running on old hardware that I wish to 
move to new hardware.  All my VMs and associated virtual disks are on a single 
physical disk.  I can’t seem to find a nice way to “export” that disk and VMs, 
remove it, and re-import the whole mess into a new hypervisor.  (at least w/o 
not having to bounce it all off of another NFS datastore…)

I don’t want to cluster them as they are significantly different hardware, and 
I want to keep them as separate environments anyways…


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtualized engine / port to self-hosted engine

2014-01-06 Thread Blaster

On 1/6/2014 7:12 AM, Yedidyah Bar David wrote:
Did you have problems with engine-backup? Or had other reasons to not 
use it? Thanks! 


Can engine-backup be used to move an AIO configuration from one host to 
another?


I currently need to move an AIO configuration from AMD hardware to Intel 
I7 hardware.  The engine-backup WIKI discusses backups, but not 
restores.  I am a bit concerned about using engine-backup to restore an 
AIO configuration to a different system as another WIKI page with 
step-by-step instructions to do what engine-backup does for you, 
mentions you have to do some extra steps if you are changing hostnames 
as the hostname of the ovirt-engine is embedded in the database.


There really needs to be some work done in Ovirt on making it easier to 
import existing disk images and just generally moving things around 
without having to bounce off an NFS server.


Should I do a BZ on that?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Bad volume specification

2014-01-08 Thread Blaster
I have a couple ESXi Win 7 images on VMDKs that I converted to raw using 
qemu-img convert.


Under ovirt 3.3.1 I then used a procedure posted here previously where 
you create a VM, add a disk, then copy over the converted image onto the 
oVirt created image and away you go.


I did this twice under oVirt 3.3.1 and it worked great.

Now I have built a new oVirt 3.3.2 system and tried the same thing, and 
I get the error:


VM win7-01 is down. Exit message: Bad volume specification {'index': 0, 
'iface': 'virtio', 'reqsize': '0', 'format': 'raw', 'bootOrder': '1', 
'volumeID': 'd750e9e0-a906-4369-8bbb-a3b676121321', 'apparentsize': 
'107374182400', 'imageID': 'f674cb27-c28b-4373-ad75-9ed8a765ca31', 
'specParams': {}, 'readonly': 'false', 'domainID': 
'f14f471e-0cce-414d-af57-779eeb88c97a', 'optional': 'false', 'deviceId': 
'f674cb27-c28b-4373-ad75-9ed8a765ca31', 'truesize': '107374194688', 
'poolID': '18f6234c-a9de-4fdf-bd9a-2bd90b9f33f9', 'device': 'disk', 
'shared': 'false', 'propagateErrors': 'off', 'type': 'disk'}.


The original oVirt 3.3.1 system that has now been upgraded to 3.3.2 
still boots this same disk image just fine.


I'm guessing it's upset because apparentsize and truesize are different?

Why did 3.3.1 seem not to care but 3.3.2 does now?

Any way I can true these up?  I've tried a few things with qemu-img but 
haven't gotten the magic right yet.





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bad volume specification

2014-01-08 Thread Blaster

On Jan 8, 2014, at 10:10 AM, Dan Kenigsberg dan...@redhat.com wrote:

 
 No quick answer pops to mind. Could you share your vdsm.log from the
 vmCreate line up until the error you have quoted?
 
I figured it out.  The disk image permissions didn’t copy over, so vdsm 
couldn’t read the disk image..

Thanks for the response.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virt-io SCSI duplicate disk ID

2014-01-08 Thread Blaster


Hi Daniel,

Both times were on the same hypervisor which was a fresh 3.3.2 install, 
not an upgrade.  One time was using disk images and the other time was 
using direct LUN.


I will send log files to you directly.


On 1/8/2014 3:15 PM, Daniel Erez wrote:

Hi Blaster,

Have you added the second disk after upgrading oVirt version?
An explicit address setting mechanism has been introduced recently,
which might cause such problems between minor versions.
Can you please attach the full engine/vdsm logs?

Thanks,
Daniel

- Original Message -

From: Blaster blas...@556nato.com
To: users@ovirt.org
Sent: Wednesday, January 8, 2014 8:53:57 PM
Subject: [Users] virt-io SCSI duplicate disk ID

So twice now under oVirt 3.3.2 I have added 2 virtio-scsi devices to a single
virtual host.

After doing so, the VM would fail to boot due to duplicate disk ID. The first
time I thought it a fluke, second time’s a bug?

Fortunately they were empty data disks and I was able to get around the
problem by deleting one and recreating it.

VDSM log:

Thread-32154::INFO::2014-01-08
11:54:39,717::clientIF::350::vds::(prepareVolumePath) prepared volume path:
/rhev/data-center/mnt/_disk01_vm/f14f471e-0cce-414d-af57-779eeb88c97a/images/e1886286-3d81-47d0-ae8d-77454e464078/1ef64ebd-6415-43d1-a34f-28f05cf6dea2
Thread-32154::DEBUG::2014-01-08 11:54:39,740::vm::2984::vm.Vm::(_run)
vmId=`c2aff4cc-0de6-4342-a565-669b1825838c`::?xml version=1.0
encoding=utf-8?
domain type=kvm
namecobra/name
uuidc2aff4cc-0de6-4342-a565-669b1825838c/uuid
memory4194304/memory
currentMemory4194304/currentMemory
vcpu3/vcpu
memtune
min_guarantee4194304/min_guarantee
/memtune
devices
channel type=unix
target name=com.redhat.rhevm.vdsm type=virtio/
source mode=bind
path=/var/lib/libvirt/qemu/channels/c2aff4cc-0de6-4342-a565-669b1825838c.com.redhat.rhevm.vdsm/
/channel
channel type=unix
target name=org.qemu.guest_agent.0 type=virtio/
source mode=bind
path=/var/lib/libvirt/qemu/channels/c2aff4cc-0de6-4342-a565-669b1825838c.org.qemu.guest_agent.0/
/channel
input bus=ps2 type=mouse/
channel type=spicevmc
target name=com.redhat.spice.0 type=virtio/
/channel
graphics autoport=yes keymap=en-us listen=0 passwd=*
passwdValidTo=1970-01-01T00:00:01 port=-1 tlsPort=-1 type=spice
channel mode=secure name=main/
channel mode=secure name=inputs/
channel mode=secure name=cursor/
channel mode=secure name=playback/
channel mode=secure name=record/
channel mode=secure name=display/
channel mode=secure name=usbredir/

channel mode=secure name=display/
channel mode=secure name=usbredir/
channel mode=secure name=smartcard/
/graphics
controller model=virtio-scsi type=scsi
address bus=0x00 domain=0x function=0x0 slot=0x05 type=pci/
/controller
video
address bus=0x00 domain=0x function=0x0 slot=0x02 type=pci/
model heads=1 type=qxl vram=32768/
/video
interface type=bridge
address bus=0x00 domain=0x function=0x0 slot=0x03 type=pci/
mac address=00:1a:4a:5b:9f:02/
model type=virtio/
source bridge=ovirtmgmt/
filterref filter=vdsm-no-mac-spoofing/
link state=up/
/interface
disk device=cdrom snapshot=no type=file
address bus=1 controller=0 target=0 type=drive unit=0/
source file= startupPolicy=optional/
target bus=ide dev=hdc/
readonly/
serial/
/disk
disk device=disk snapshot=no type=file
source
file=/rhev/data-center/mnt/_disk01_vm/f14f471e-0cce-414d-af57-779eeb88c97a/images/94a298cb-87a5-48cd-b78f-770582b50639/c4864816-7384-4d0e-927e-29ea36d5fa4a/
target bus=scsi dev=sda/
serial94a298cb-87a5-48cd-b78f-770582b50639/serial
boot order=1/
driver cache=none error_policy=stop io=threads name=qemu
type=raw/
/disk
disk device=disk snapshot=no type=file
address bus=0x00 domain=0x function=0x0 slot=0x07 type=pci/
source
file=/rhev/data-center/mnt/_disk01_vm/f14f471e-0cce-414d-af57-779eeb88c97a/images/8df43d38-c4c7-4711-bc87-55f35d1550e5/42786233-04c0-4a9f-b731-6eaa2ca4d40d/
target bus=virtio dev=vda/
serial8df43d38-c4c7-4711-bc87-55f35d1550e5/serial
driver cache=none error_policy=stop io=threads name=qemu
type=raw/
/disk
disk device=disk snapshot=no type=file

address bus=0 controller=0 target=0 type=drive unit=0/
source
file=/rhev/data-center/mnt/_disk01_vm/f14f471e-0cce-414d-af57-779eeb88c97a/images/e1886286-3d81-47d0-ae8d-77454e464078/1ef64ebd-6415-43d1-a34f-28f05cf6dea2/
target bus=scsi dev=sdb/
seriale1886286-3d81-47d0-ae8d-77454e464078/serial
driver cache=none error_policy=stop io=threads name=qemu
type=raw/
/disk
sound model=ich6
address bus=0x00 domain=0x function=0x0 slot=0x04 type=pci/
/sound
memballoon model=virtio/
/devices
os
type arch=x86_64 machine=pc-1.0hvm/type
smbios mode=sysinfo/
/os
sysinfo type=smbios
system
entry name=manufactureroVirt/entry
entry name=productoVirt Node/entry
entry name=version19-5/entry
entry name=serial2061001F-C600-0006-E1BC-BCAEC518BA45/entry
entry name=uuidc2aff4cc-0de6-4342-a565-669b1825838c/entry
/system
/sysinfo
clock adjustment=-21600 offset=variable
timer name=rtc tickpolicy=catchup/
/clock
features
acpi/
/features
cpu match

Re: [Users] Replacing ISO domain

2014-01-09 Thread Blaster

On Jan 9, 2014, at 4:52 AM, Markus Stockhausen stockhau...@collogia.de wrote:
 
 even if it won't help you an additional question in this context
 to the developers: Are there any plans to support multiple ISO 
 domains? 
 
 Markus
 

Agreed,  That limitation needs to go.  I also just added BZ RFE 1051002, an ISO 
domain should be able to be made out of an existing NFS share or library of 
ISOs.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Horrid performance during disk I/O

2014-01-13 Thread Blaster

This probably more appropriate for the qemu users mailing list, but that list 
doesn’t get much traffic and most posts go unanswered…

As I’ve mentioned in the past, I’m migrating my environment from ESXi to oVirt 
AIO.

Under ESXi I was pretty happy with the disk performance, and noticed very 
little difference from bare metal to HV.

Under oVirt/QEMU/KVM, not so much….

Running hdparm on the disk from the HV and from the guest yields the same 
number, about 180MB/sec (SATA III disks, 7200RPM).  The problem is, during disk 
activity, and it doesn’t matter if it’s Windows 7 guests or Fedora 20 (both 
using virtio-scsi) the qemu-system-x86 process starts consuming 100% of the 
hypervisor CPU.  Hypervisor is a Core i7 950 with 24GB of RAM.  There’s 2 
Fedora 20 guests and 2 Windows 7 guests.  Each configured with 4 GB of 
guaranteed RAM.

Load averages can go up over 40 during sustained disk IO.  Performance 
obviously suffers greatly.

I have tried all combinations of having the guests on EXT 4, BTRFS and using 
EXT 4 and BTRFS inside the guests, as well as direct LUN.  Doesn’t make any 
difference.  Disk IO sends qemu-system-x86 to high CPU percentages.

This can’t be normal, so I’m wondering what I’ve done wrong.  Is there some 
magic setting I’m missing?  


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Horrid performance during disk I/O

2014-01-13 Thread Blaster

Sorry I missed your original post.   But at least I know now I’m not the only 
one suffering this problem.  I would be interested in knowing how wide spread 
this is, and why there aren’t people screaming up and down on the qemu mailing 
list about this issue?  My system board is a Sabertooth X58 using the ICH10r 
chipset.

I wish I hadn’t of destroyed my AMD oVirt system yesterday, I didn’t notice any 
issues on there, but I didn’t push the IO very hard on it.

Have you opened a BZ on this issue?

I wonder if it’s possible to down rev qemu to see if this is a recent issue, or 
will oVirt have an issue?



On Jan 13, 2014, at 11:32 AM, Markus Stockhausen stockhau...@collogia.de 
wrote:

 Under ESXi I was pretty happy with the disk performance, and noticed very 
 little difference from bare metal to HV.
 Under oVirt/QEMU/KVM, not so much….
 
 Still unanswered ... have a look here ...
 
 http://lists.ovirt.org/pipermail/users/2014-January/019429.html
 
 Markus
 InterScan_Disclaimer.txt


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Blaster

On 1/14/2014 10:47 AM, Bob Doolittle wrote:


Also, I always configure SELinux to permissive in 
/etc/selinux/config (but I don't know how to make that take effect 
immediately without reboot on Fedora).




I've had some issues even with permissive, where it was still denying 
access.  I completely disable it.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Horrid performance during disk I/O

2014-01-14 Thread Blaster

On 1/14/2014 11:04 AM, Andrew Cathrow wrote:
Did you compare virtio-block to virto-scsi, the former will likely 
outperform the latter. 


No, but I have been meaning to, out of curiosity.

But why do you say virto-blk will be faster than virtio-scsi?  The 
virtio-scsi wiki claims equal performance.


I've been trying to get some real numbers of the performance differences 
using iozone, but the numbers are all over the place, both on the HV and 
the guests, so not very meaningful.   Not an iozone expert, so still 
trying to figure out what I'm doing wrong there as well.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] conversion of ESXi 5 centos VM to fedora19 ovirt host-- import failed

2014-01-16 Thread Blaster

I haven’t tried this yet, but if I had to move a VM from ESXi to oVirt this is 
how I would do it…
(actually, this is how I did it with Windows 7 guests…)

Shutdown guest on ESXi  (or use GhettoVCB to make a snapshot backup if you 
don’t want an outtage) 
NFS copy guest from ESXi server to temp storage somewhere
qemu-img convert guest.vmdk -O raw guest.raw
Create an oVirt guest with the appropriate OS type
Add a disk of the same GB to the guest
After oVirt finishes creating the disk, copy the guest.raw file over the disk 
image oVirt made
boot guest and install qemu-agent, ovirt-agent, spice-agent (or better yet, do 
this before you shutdown on ESXi)
remove VMware tools.

The importing and virt2v procedure seems far to complex and error prone to me.  
 


On Jan 14, 2014, at 2:25 PM, Madhav V Diwan mdi...@diwanconsulting.com wrote:

 
 well. its never easy is it...
 
 anyone have an idea as to what I've done wrong now?
 
 
 Import failed due to the following
 
 
 2014-01-14 14:39:37,400 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand]
 (ajp--127.0.0.1-8702-8) [79a09c5d] START,
 DoesImageExistVDSCommand( storagePoolId =
 030ed024-e10c-450f-9b1d-1ed40802fd17, ignoreFailoverLimit = false,
 storageDomainId = 8eff2927-3bff-4b15-bdd0-8c4e0f40652d, imageGroupId =
 0bbe9315-13ba-4e37-b6b2-5366b6b70d2d, imageId =
 5e9d09c6-b2ba-419d-9bc5-976d3507), log id: 28a4a8eb
 2014-01-14 14:39:37,475 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand]
 (ajp--127.0.0.1-8702-8) [79a09c5d] FINISH, DoesImageExistVDSCommand,
 return: true, log id: 28a4a8eb
 2014-01-14 14:39:37,511 INFO
 [org.ovirt.engine.core.bll.ImportVmCommand] (pool-6-thread-48)
 [79a09c5d] Running command: ImportVmCommand internal: false. Entities
 affected :  ID: 0bc08020-eeb5-4707-af85-92de8e89d91f Type: Storage
 2014-01-14 14:39:37,525 INFO  [org.ovirt.engine.core.bll.ImagesHandler]
 (pool-6-thread-48) [79a09c5d] Disk alias retrieved from the client is
 null or empty, the suggested default disk alias to be used is dev1_Disk1
 2014-01-14 14:39:37,525 WARN
 [org.ovirt.engine.core.bll.ImportVmCommand] (pool-6-thread-48)
 [79a09c5d] VM e9404bd8-7ecb-45bf-bfce-6d00b02595fd doesnt have active
 snapshot in export domain
 2014-01-14 14:39:37,529 INFO
 [org.ovirt.engine.core.bll.CopyImageGroupCommand] (pool-6-thread-48)
 [7dbe036b] Running command: CopyImageGroupCommand internal: true.
 Entities affected :  ID: 0bc08020-eeb5-4707-af85-92de8e89d91f Type:
 Storage
 2014-01-14 14:39:37,541 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand]
 (pool-6-thread-48) [7dbe036b] START, CopyImageVDSCommand( storagePoolId
 = 030ed024-e10c-450f-9b1d-1ed40802fd17, ignoreFailoverLimit = false,
 storageDomainId = 8eff2927-3bff-4b15-bdd0-8c4e0f40652d, imageGroupId =
 0bbe9315-13ba-4e37-b6b2-5366b6b70d2d, imageId =
 5e9d09c6-b2ba-419d-9bc5-976d3507, dstImageGroupId =
 0bbe9315-13ba-4e37-b6b2-5366b6b70d2d, vmId =
 e9404bd8-7ecb-45bf-bfce-6d00b02595fd, dstImageId =
 5e9d09c6-b2ba-419d-9bc5-976d3507, imageDescription = ,
 dstStorageDomainId = 0bc08020-eeb5-4707-af85-92de8e89d91f,
 copyVolumeType = LeafVol, volumeFormat = RAW, preallocate =
 Preallocated, postZero = false, force = true), log id: 32b8fe16
 2014-01-14 14:39:37,542 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand]
 (pool-6-thread-48) [7dbe036b] -- executeIrsBrokerCommand: calling
 'copyImage' with two new parameters: description and UUID
 2014-01-14 14:39:37,542 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand]
 (pool-6-thread-48) [7dbe036b] -- copyImage parameters:
sdUUID=8eff2927-3bff-4b15-bdd0-8c4e0f40652d
spUUID=030ed024-e10c-450f-9b1d-1ed40802fd17
vmGUID=e9404bd8-7ecb-45bf-bfce-6d00b02595fd
srcImageGUID=0bbe9315-13ba-4e37-b6b2-5366b6b70d2d
srcVolUUID=5e9d09c6-b2ba-419d-9bc5-976d3507
dstImageGUID=0bbe9315-13ba-4e37-b6b2-5366b6b70d2d
dstVolUUID=5e9d09c6-b2ba-419d-9bc5-976d3507
descr=
dstSdUUID=0bc08020-eeb5-4707-af85-92de8e89d91f
 2014-01-14 14:39:37,549 ERROR
 [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand]
 (pool-6-thread-48) [7dbe036b] Command CopyImageVDS execution failed.
 Exception: IrsOperationFailedNoFailoverException: IRSGenericException:
 IRSErrorException: Image does not exist in domain:
 'image=0bbe9315-13ba-4e37-b6b2-5366b6b70d2d,
 domain=8eff2927-3bff-4b15-bdd0-8c4e0f40652d'
 2014-01-14 14:39:37,550 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand]
 (pool-6-thread-48) [7dbe036b] FINISH, CopyImageVDSCommand, return:
 ----, log id: 32b8fe16
 2014-01-14 14:39:37,550 ERROR
 [org.ovirt.engine.core.bll.CopyImageGroupCommand] (pool-6-thread-48)
 [7dbe036b] Command org.ovirt.engine.core.bll.CopyImageGroupCommand throw
 Vdc Bll exception. With error message VdcBLLException:
 

Re: [Users] VM start Options

2014-01-16 Thread Blaster

When I was researching virtio-blk and virtio-scsi and some of the corresponding 
qemu tweaks, I was wishing there was some way on the oVirt GUI to see what the 
final QEMU command line was going to be and make tweaks to it before it was 
executed

On Jan 14, 2014, at 9:57 AM, Itamar Heim ih...@redhat.com wrote:

 On 01/14/2014 11:21 AM, Wolfgang Bucher wrote:
 Hello
 How can i change VM start from aio=thread to aio=native
 
 Greetings
 Wolfgang
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 a custom hook sounds like the easiest way.
 samples abundant:
 http://www.ovirt.org/VDSM-Hooks
 http://www.ovirt.org/VDSM-Hooks_Catalogue
 http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=tree;f=vdsm_hooks;
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VirtIO disk latency

2014-01-16 Thread Blaster

On Jan 9, 2014, at 3:16 AM, Markus Stockhausen stockhau...@collogia.de wrote:

 
 We see a quite a heavy latency penalty using KVM VirtIO disks in comparison
 to ESX. Doing one I/O onto disk inside a VM usually adds 370us of overhead in
 the virtualisation layer. This has been tested with VirtIO-SCSI and windows
 guest (2K3). More here (still now answer yet):

It would be interesting to see you do the same tests on virtio-blk instead of 
virtio-scsi.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Horrid performance during disk I/O

2014-01-16 Thread Blaster

I finally found time to switch from virtio-scsi to virtio.  Seems to have make 
a big difference.

The windows VMs boot faster, web pages load faster, same with the Fedora 20 
VMs. 
Everything just feels smoother.

I found this interesting presentation:
http://events.linuxfoundation.org/sites/events/files/slides/CloudOpen2013_Khoa_Huynh_v3.pdf

Claims virtio blk and scsi are the same speed.  Although, it doesn’t mention if 
this was with or without data plane enabled.

When will data plane be the default?


On Jan 15, 2014, at 3:11 AM, Sander Grendelman san...@grendelman.com wrote:

 On Tue, Jan 14, 2014 at 10:38 PM, Blaster blas...@556nato.com wrote:
 On 1/14/2014 11:04 AM, Andrew Cathrow wrote:
 
 Did you compare virtio-block to virto-scsi, the former will likely
 outperform the latter.
 
 
 No, but I have been meaning to, out of curiosity.
 
 But why do you say virto-blk will be faster than virtio-scsi?  The
 virtio-scsi wiki claims equal performance.
 That's also what I read but ... this presentation:
 http://www.linux-kvm.org/wiki/images/f/f9/2012-forum-virtio-blk-performance-improvement.pdf
 claims
 claims: virtio-blk is about ~3 times faster than virtio-scsi in my setup o_O
 So testing is definitely a good idea.
 
 I've been trying to get some real numbers of the performance differences
 using iozone, but the numbers are all over the place, both on the HV and the
 guests, so not very meaningful.   Not an iozone expert, so still trying to
 figure out what I'm doing wrong there as well.
 
 I've also done some (relatively simple) testing with fio.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-12-07 Thread Blaster

On Sep 12, 2014, at 4:35 PM, Itamar Heim ih...@redhat.com wrote:

 On 09/12/2014 04:22 PM, Morten Stevens wrote:
 
 
 On 12.09.2014 14:22, Itamar Heim wrote:
 With oVirt 3.5 nearing GA, time to ask for what do you want to see in
 oVirt 3.6?
 
 An official supported way to import existing raw disk images would be nice.
 
 please review:
 http://www.ovirt.org/Features/virt-v2v_Integration

I don’t think that’s what we are looking for.  With this process, if I have an 
X size virtual disk, I have to come up with X+2X more storage to go through 
this silly import process. With ESXi, I just right click, add to inventory and 
I’m off.

Right now, I’m looking at moving my AIO configuration to a new host.  I’ll have 
to create the new AIO host, create a new storage domain on the old disks, 
create new VMs that look like the old ones, create new virtual disks, then go 
rummage around the storage, figure out what’s what in these user unfriendly 
UUID names, then move the old images onto the new ones.

With ESXi, I just reinstall the hypervisor, create the new VM, then right 
click, add to inventory on the old disk image, and I’m done.

https://bugzilla.redhat.com/show_bug.cgi?id=1049604

The concept of storage domains seems rather clumsy and limited to me.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Backup solution using the API

2014-12-10 Thread Blaster

On 11/27/2014 9:12 AM, Keppler, Thomas (PEBA) wrote:


Now, before I go into any more hassle, has somebody else of you done a 
live-backup solution for oVirt? Are there any recommendations? Thanks 
for any help provided!




I've been looking for a similar scheme for the last year.  It was not 
(really) possible in the past as there wasn't any way to destroy a 
snapshot w/o shutting down the VM.   Is this still the case, or are snap 
shots fully implemented now?


Basically, I'd like to:
Tell VM to flush it's buffers
suspend VM
take snap shot of boot virtual disk
resume VM
backup the virtual boot disk from the Hypervisor using standard commands 
(tar, cp, whatever)

destroy the snapshot

This would at least give some BMR capabilities of your VMs.

Ideally, I'd also like to be able to create a snapshot from within the 
VM, do a yum update, see if I like it or not, if I do, then destroy the 
snap shot.  If I don't, I want to promote the snapshot and boot from 
that, then destroy the original.
(Yes, I know, BTRFS is supposed to be the solution to this with in the 
VM at some point, isn't it?)


I have looked at the oVirt backup API wiki, but the code examples look 
more like pseudo code than real world examples.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] engine-setup failure

2014-12-12 Thread Blaster
Looking back, I think I see what happened here.  I was logged in via SSH to the 
machine when I initially ran engine-setup.  After the QA when it was doing the 
work, I was disconnected, probably when it tried to reconfigure the network.  
This crashed out the install.  Now things seem to be a mess and I can’t recover 
from it.  engine-cleanup only wants to run AFTER a completed install…HUH?

Any way to clean this mess up or do I need to start over and reinstall Fedora?


On Dec 12, 2014, at 9:05 PM, Blaster blas...@556nato.com wrote:

 Trying to install a fresh AIO 3.5 setup on Fedora 20.  It's failing trying to 
 generate the cert perhaps?
 
 2014-12-12 20:45:53 DEBUG otopi.context context._executeMethod:138 Stage misc 
 METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.config.ca.Plugin._misc
 2014-12-12 20:45:53 DEBUG otopi.transaction transaction._prepare:77 preparing 
 'File transaction for '/etc/ovirt-engine/engine.conf.d/10-setup-pki.conf''
 2014-12-12 20:45:53 DEBUG otopi.filetransaction filetransaction.prepare:196 
 file '/etc/ovirt-engine/engine.conf.d/10-setup-pki.conf' exists
 2014-12-12 20:45:53 DEBUG otopi.filetransaction filetransaction.prepare:200 
 file '/etc/ovirt-engine/engine.conf.d/10-setup-pki.conf' already has content
 2014-12-12 20:45:53 DEBUG otopi.context context.dumpEnvironment:490 
 ENVIRONMENT DUMP - BEGIN
 2014-12-12 20:45:53 DEBUG otopi.context context.dumpEnvironment:500 ENV 
 OVESETUP_CORE_MODIFIED_FILE_GROUP/ca_config=list:'[[]]'
 2014-12-12 20:45:53 DEBUG otopi.context context.dumpEnvironment:500 ENV 
 OVESETUP_CORE_MODIFIED_LINES_GROUP/ca_config=dict:'{}'
 2014-12-12 20:45:53 DEBUG otopi.context context.dumpEnvironment:504 
 ENVIRONMENT DUMP - END
 2014-12-12 20:45:53 DEBUG otopi.context context._executeMethod:138 Stage misc 
 METHOD 
 otopi.plugins.ovirt_engine_setup.ovirt_engine.config.options.Plugin._miscEncrypted
 2014-12-12 20:45:53 DEBUG otopi.context context._executeMethod:152 method 
 exception
 Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/otopi/context.py, line 142, in 
 _executeMethod
method['method']()
  File 
 /usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/config/options.py,
  line 241, in _miscEncrypted
'encrypt': True,
  File /usr/share/ovirt-engine/setup/ovirt_engine_setup/engine/vdcoption.py, 
 line 107, in updateVdcOptions
format=X509.FORMAT_PEM,
  File /usr/lib64/python2.7/site-packages/M2Crypto/X509.py, line 611, in 
 load_cert
return load_cert_bio(bio)
  File /usr/lib64/python2.7/site-packages/M2Crypto/X509.py, line 639, in 
 load_cert_bio
raise X509Error(Err.get_error())
 X509Error: 140047428044608:error:0906D06C:PEM routines:PEM_read_bio:no start 
 line:pem_lib.c:703:Expecting: CERTIFICATE
 
 2014-12-12 20:45:53 ERROR otopi.context context._executeMethod:161 Failed to 
 execute stage 'Misc configuration': 140047428044608:error:0906D06C:PEM 
 routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: CERTIFICATE
 
 
 It even does it if I tell it I will create the cert manually.
 
 Still trying to figure out how to get around this.  Any thoughts?
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] engine-setup failure

2014-12-13 Thread Blaster
Thanks...No matter what I tried, I hit another road block.  It just 
ended up being quicker to reinstall Fedora 20, which I did.  I then did 
engine-setup from the console and all seems good now.


On 12/12/2014 11:56 PM, Alon Bar-Lev wrote:

try to remove /etc/pki/ovirt-engine/ca.pem and rerun setup.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-12-20 Thread Blaster

On 12/12/2014 10:08 AM, Itamar Heim wrote:


If your existing raw images are from an ovirt storage domain you can 
keep it as is and import the entire storage domain or specific vms 
from it.
That's a new 3.5 feature. Mind you yii must first upgrade the storage 
domain to 3.5 before reinstalling




Thanks for the tip.  This didn't work for me this time.  My AIO setup 
started out with 3.2, upgraded all the way up to 3.5,  I was missing the 
OVF files, so I couldn't import the storage domain.  So I bit the bullet 
one more time and did it the hard way (created new VMs, disks, then 
copied over the old image).  This time I created a storage domain for 
each VM so I can import them into a new setup individually.


Btw, what does the (master) designation by one of the storage domains 
mean?  When I deleted one that was a master, it just moved to another 
domain.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Can and How to move a VM from VMware to oVirt

2014-12-20 Thread Blaster

On 12/9/2014 3:59 AM, zhangjian2011 wrote:

Hi,

I want to move a windows VM(managed by VMware Player in Windows7 host)
to oVirt, can and how can i do it?

Thanks.

This is the procedure I've used several times from ESXi, should be the 
same with any vmdk.


Shutdown guest on ESXi  (or use GhettoVCB to make a snapshot backup if you 
don’t want an outtage)
NFS copy guest from ESXi server to temp storage somewhere
qemu-img convert guest.vmdk -O raw guest.raw
Create an oVirt guest with the appropriate OS type
Add a disk of the same GB to the guest
After oVirt finishes creating the disk, copy the guest.raw file over the disk 
image oVirt made
boot guest and install qemu-agent, ovirt-agent, spice-agent (or better yet, do 
this before you shutdown on ESXi)
remove VMware tools.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Backup and Restore of VMs

2014-12-22 Thread Blaster

Vered,

It sounds like Soeren already knows about that page.  His issue seems to be, as 
well as the issue of others judging by comments on here, is that there aren’t 
any real world examples of how the API is used.



On Dec 22, 2014, at 9:26 AM, Vered Volansky ve...@redhat.com wrote:

 Please take a look at:
 http://www.ovirt.org/Features/Backup-Restore_API_Integration
 
 Specifically:
 http://www.ovirt.org/Features/Backup-Restore_API_Integration#Full_VM_Backups
 
 Regards,
 Vered
 
 - Original Message -
 From: Soeren Malchow soeren.malc...@mcon.net
 To: Users@ovirt.org
 Sent: Friday, December 19, 2014 1:44:38 PM
 Subject: [ovirt-users] Backup and Restore of VMs
 
 
 
 Dear all,
 
 
 
 ovirt: 3.5
 
 gluster: 3.6.1
 
 OS: CentOS 7 (except ovirt hosted engine = centos 6.6)
 
 
 
 i spent quite a while researching backup and restore for VMs right now, so
 far I have come up with this as a start for us
 
 
 
 - API calls to create schedule snapshots of virtual machines
 This is or short term storage and to guard against accidential deletion
 within the VM but not for storage corruption
 
 
 
 - Since we are using a gluster backend, gluster snapshots
 I wasn’t able so far to really test it since the LV needs to be thin
 provisioned and we did not do that in the setup
 
 
 
 For the API calls we have the problem that we can not find any existing
 scripts or something like that to do those snapshots (and i/we are not
 developers enough to do that).
 
 
 
 As an additional information, we have a ZFS based storage with deduplication
 that we use for other backup purposes which does a great job especially
 because of the deduplication (we can storage generations of backups without
 problems), this storage can be NFS exported and used as backup repository.
 
 
 
 Are there any backup and restore procedure you guys are using for backup and
 restore that works for you and can you point me into the right direction ?
 
 I am a little bit list right now and would appreciate any help.
 
 
 
 Regards
 
 Soeren
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2014-12-22 Thread Blaster

This is using an AIO configuration in a lab, no chance of a migration storm.  
I’m just looking for an easy way to move a VM around if I need to.  1GB 
ethernet is getting mighty slow these days, and any other shared storage is 
horribly expensive for a consultant’s home lab. 10GB NIC cards are becoming 
affordable, but the switches, not so much.



On Dec 21, 2014, at 5:12 AM, Nir Soffer nsof...@redhat.com wrote:

 ]
 Creating storage domain per vm is not a good idea.
 
 The system is expecting all storage domain to be accessible by all hosts. So
 if you have multiple storage domains and one become inaccessible, a host
 may become non-operational, which will cause migration storm from this host
 to other hosts. Basically, the more storage domains you have, your system
 is more fragile.
 
 Create new storage domains only when you must (e.g. separating testing and
 production environments). For importing and exporting vms, you can use the
 export domain.
 
 Nir

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] bond mode balance-alb

2014-12-22 Thread Blaster
I’m looking to setup bonding.  I’m using Dell 2824 switches which support LAG 
(static 802.3ad apparently?) but not LACP (dynamic 802.3ad).  Fedora only seems 
to support Dynamic mode from what I can tell.

The next best choice seems to be balance-alb, but for some reason it’s not 
available as a mode in the drop down.  Any reason why it’s missing?  If I 
select custom and enter balance-alb, is that supported?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Autostart vm's at host boot on local storage

2014-12-23 Thread Blaster
There was a discussion on this list a year or so ago about this.  I 
believe one of the developers responded that oVirt has no facility to 
start VMs on a boot, and explained why


I use the following 2 scripts to start VMs automatically when my AIO 
host reboots for whatever reason.  The Python script was grabbed from 
somewhere on the net, I don't remember where anymore.

I run the first script out of cron every 15 minutes.

#!/bin/bash

VMSTART=vm1 vm2 vm

for vm in ${VMSTART}
do
echo Do I need to start  ${vm}
/root/bin/vm_up ${vm}
if [ $? -eq 1 ]; then
TEXT=VM ${vm} needed starting
echo ${TEXT}
echo ${TEXT} | mailx -s ${TEXT} r...@domain.com
fi
done

#!/usr/bin/python

import sys, string
from time import sleep

from ovirtsdk.api import API
from ovirtsdk.xml import params

VERSION = params.Version(major='3', minor='0')

URL =   'https://host.domain/api'
USERNAME =  'admin@internal'
PASSWORD =  'passwd'
CA_FILE = '/etc/pki/ovirt-engine/ca.pem'

VM_NAME = sys.argv[1]

api = API(url=URL, username=USERNAME, password=PASSWORD, ca_file=CA_FILE)


try:
 if api.vms.get(VM_NAME).status.state != 'up':
 print 'Starting VM'
 api.vms.get(VM_NAME).start()
 print 'Waiting for VM to reach UP status'
 while api.vms.get(VM_NAME).status.state != 'up':
 sleep(1)
 sys,exit(1)
 else:
 print 'VM already up'
 sys.exit(0)
except Exception as e:
 print 'Failed to Start VM:\n%s' % str(e)



On 12/22/2014 10:53 PM, Brent Hartzell wrote:
Can this be done? We hit a road block with gluster and will be using 
local storage while testing gluster. Only problem, if a host reboots, 
the vm's on that host do not. Is there a way to have ovirt/libvirt 
start all vm's residing on the local storage?



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Backup and Restore of VMs

2014-12-23 Thread Blaster

Sounds like a Chicken/Egg problem.



On 12/23/2014 12:03 AM, Vered Volansky wrote:

Well, real world is community...
Maybe change the name of the thread in order to make this more clear for 
someone from the community that might be able to could help.
Maybe something like:
Request for sharing real world example of VM backups.

We obviously use it as part as developing, but I don't have what you're asking 
for.
If you try it yourself and stumble onto questions in the process, please ask 
the list and we'll do our best to help.

Best Regards,
Vered

- Original Message -

From: Blaster blas...@556nato.com
To: Vered Volansky ve...@redhat.com
Cc: Users@ovirt.org
Sent: Tuesday, December 23, 2014 5:56:13 AM
Subject: Re: [ovirt-users] Backup and Restore of VMs


Vered,

It sounds like Soeren already knows about that page.  His issue seems to be,
as well as the issue of others judging by comments on here, is that there
aren’t any real world examples of how the API is used.



On Dec 22, 2014, at 9:26 AM, Vered Volansky ve...@redhat.com wrote:


Please take a look at:
http://www.ovirt.org/Features/Backup-Restore_API_Integration

Specifically:
http://www.ovirt.org/Features/Backup-Restore_API_Integration#Full_VM_Backups

Regards,
Vered

- Original Message -

From: Soeren Malchow soeren.malc...@mcon.net
To: Users@ovirt.org
Sent: Friday, December 19, 2014 1:44:38 PM
Subject: [ovirt-users] Backup and Restore of VMs



Dear all,



ovirt: 3.5

gluster: 3.6.1

OS: CentOS 7 (except ovirt hosted engine = centos 6.6)



i spent quite a while researching backup and restore for VMs right now, so
far I have come up with this as a start for us



- API calls to create schedule snapshots of virtual machines
This is or short term storage and to guard against accidential deletion
within the VM but not for storage corruption



- Since we are using a gluster backend, gluster snapshots
I wasn’t able so far to really test it since the LV needs to be thin
provisioned and we did not do that in the setup



For the API calls we have the problem that we can not find any existing
scripts or something like that to do those snapshots (and i/we are not
developers enough to do that).



As an additional information, we have a ZFS based storage with
deduplication
that we use for other backup purposes which does a great job especially
because of the deduplication (we can storage generations of backups
without
problems), this storage can be NFS exported and used as backup repository.



Are there any backup and restore procedure you guys are using for backup
and
restore that works for you and can you point me into the right direction ?

I am a little bit list right now and would appreciate any help.



Regards

Soeren

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 答复: bond mode balance-alb

2014-12-26 Thread Blaster

On 12/23/2014 2:55 AM, Dan Kenigsberg wrote:
Bug 1094842 - Bonding modes 0, 5 and 6 should be avoided for VM 
networks https://bugzilla.redhat.com/show_bug.cgi?id=1094842#c0 


Dan,

What is bad about these modes that oVirt can't use them?

I just tested mode 4, and the LACP with Fedora 20 appears to not be 
compatible with the LAG mode on my Dell 2824.


Would there be any issues with bringing two NICS into the VM and doing 
balance-alb at the guest level?




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 1. Re: ??: bond mode balance-alb (Jorick Astrego)

2014-12-30 Thread Blaster

Thanks for your thoughts.  The problem is, most of the data is transmitted from 
a couple apps to a couple systems.  The chance of a hash collision (i.e., most 
of the data going out the same interface anyway) is quite high.  On Solaris, I 
just created two physical interfaces each with their own IP, and bound the apps 
to the appropriate interfaces.  This worked great.  Imagine my surprise when I 
discovered this doesn’t work on Linux and my crash course on weak host models.

Interesting that no one commented on my thought to just do the bonding at the 
guest level (and use balance-alb) instead of at the hypervisor level.  Some 
ESXi experts I have talked to say this is actually the preferred method with 
ESXi and not to do it at the hypervisor level, as the VM knows better than 
VMware.

Or is the bonding mode issue with balance-alb/tlb more with the Linux TCP stack 
 itself and not with oVirt and VDSM?



On Dec 30, 2014, at 4:34 AM, Nikolai Sednev nsed...@redhat.com wrote:

 Mode 2 will do the job the best way for you in case of static LAG supported 
 only at the switch's side, I'd advise using of xmit_hash_policy layer3+4, so 
 you'll get better distribution for your DC.
 
 
 Thanks in advance.
 
 Best regards,
 Nikolai
 
 Nikolai Sednev
 Senior Quality Engineer at Compute team
 Red Hat Israel
 34 Jerusalem Road,
 Ra'anana, Israel 43501
 
 Tel:   +972   9 7692043
 Mobile: +972 52 7342734
 Email: nsed...@redhat.com
 IRC: nsednev
 
 From: users-requ...@ovirt.org
 To: users@ovirt.org
 Sent: Tuesday, December 30, 2014 2:12:58 AM
 Subject: Users Digest, Vol 39, Issue 173
 
 Send Users mailing list submissions to
 users@ovirt.org
 
 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.ovirt.org/mailman/listinfo/users
 or, via email, send a message with subject or body 'help' to
 users-requ...@ovirt.org
 
 You can reach the person managing the list at
 users-ow...@ovirt.org
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Users digest...
 
 
 Today's Topics:
 
1. Re:  ??: bond mode balance-alb (Jorick Astrego)
2. Re:  ??: bond mode balance-alb (Jorick Astrego)
3.  HostedEngine Deployment Woes (Mikola Rose)
 
 
 --
 
 Message: 1
 Date: Mon, 29 Dec 2014 20:13:40 +0100
 From: Jorick Astrego j.astr...@netbulae.eu
 To: users@ovirt.org
 Subject: Re: [ovirt-users] ??: bond mode balance-alb
 Message-ID: 54a1a7e4.90...@netbulae.eu
 Content-Type: text/plain; charset=utf-8
 
 
 On 12/29/2014 12:56 AM, Dan Kenigsberg wrote:
  On Fri, Dec 26, 2014 at 12:39:45PM -0600, Blaster wrote:
  On 12/23/2014 2:55 AM, Dan Kenigsberg wrote:
  Bug 1094842 - Bonding modes 0, 5 and 6 should be avoided for VM networks
  https://bugzilla.redhat.com/show_bug.cgi?id=1094842#c0
  Dan,
 
  What is bad about these modes that oVirt can't use them?
  I can only quote jpirko's workds from the link above:
 
  Do not use tlb or alb in bridge, never! It does not work, that's it. 
  The reason
  is it mangles source macs in xmit frames and arps. When it is possible, 
  just
  use mode 4 (lacp). That should be always possible because all enterprise
  switches support that. Generally, for 99% of use cases, you *should* 
  use mode
  4. There is no reason to use other modes.
 
 This switch is more of an office switch and only supports part of the
 802.3ad standard:
 
 
 PowerConnect* *2824
 
 Scalable from small workgroups to dense access solutions, the 2824
 offers 24-port flexibility plus two combo small?form?factor
 pluggable (SFP) ports for connecting the switch to other networking
 equipment located beyond the 100 m distance limitations of copper
 cabling.
 
 Industry-standard link aggregation adhering to IEEE 802.3ad
 standards (static support only, LACP not supported)
 
 
 So the only way to have some kind of bonding without buying more
 expensive switches, is using balance-rr (mode=0), balance-xor (mode=2)
 or broadcast (modes=3).
  I just tested mode 4, and the LACP with Fedora 20 appears to not be
  compatible with the LAG mode on my Dell 2824.
 
  Would there be any issues with bringing two NICS into the VM and doing
  balance-alb at the guest level?
 
 Kind regards,
 
 Jorick Astrego
 
 
 
 Met vriendelijke groet, With kind regards,
 
 Jorick Astrego
 
 Netbulae Virtualization Experts 
 
 
 
 Tel: 053 20 30 270 i...@netbulae.eu Staalsteden 4-3A  
KvK 08198180
  Fax: 053 20 30 271 www.netbulae.eu 7547 TA Enschede  
BTW NL821234584B01
 
 
 
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.ovirt.org/pipermail/users/attachments/20141229/dfacba22/attachment-0001.html
 
 --
 
 Message: 2
 Date: Mon, 29 Dec 2014 20:14:55

Re: [ovirt-users] oVirt Windows Guest Tools

2015-01-19 Thread Blaster
The Wiki doesn’t bother to tell you that these are actually in an RPM.

install this RPM:

ovirt-guest-tools-iso-3.5-7.noarch

That will install the ISO here:

/usr/share/ovirt-guest-tools-iso/

Copy it to where you need it...


On Jan 17, 2015, at 7:28 PM, Nick Kesick cybertimber2...@gmail.com wrote:

 Hey guys, I see that the feature page for the oVirt Windows Guest Tools [1] 
 has been updated to show that the tools have been released, but I don't see 
 *any* download links anywhere. 
 Can anyone shed some light on the download path so I can update the wiki?
 
 -- 
 cybertimber2...@gmail.com
 
 [1] http://www.ovirt.org/Features/oVirt_Windows_Guest_Tools
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 3.5.1 not detecting Haswell CPU

2015-02-22 Thread Blaster
I just upgraded from a working 3.5.0 on F20 to 3.5.1.  After the 
upgrade, 3.5.1 started detecting my i7-4790k as a Sandy Bridge, and not 
the Haswell it properly detected with 3.5.0.  I had to force the CPU 
type to Sandy Bridge in order to bring the node up.


 vdsClient -s 0 getVdsCaps | grep cpu
cpuCores = '4'
cpuFlags = 
'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,est,tm2,ssse3,fma,cx16,xtpr,pdcm,pcid,sse4_1,sse4_2,x2apic,movbe,popcnt,tsc_deadline_timer,aes,xsave,avx,f16c,rdrand,lahf_lm,abm,ida,arat,pln,pts,dtherm,tpr_shadow,vnmi,flexpriority,ept,vpid,fsgsbase,tsc_adjust,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,xsaveopt,model_Nehalem,model_Conroe,model_coreduo,model_core2duo,model_Penryn,model_Westmere,model_n270,model_SandyBridge'

cpuModel = 'Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz'
cpuSockets = '1'
cpuSpeed = '4300.000'
cpuThreads = '8'
numaNodes = {'0': {'cpus': [0, 1, 2, 3, 4, 5, 6, 7], 
'totalMemory': '32022'}}


# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 60
model name  : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping: 3
microcode   : 0x1c
cpu MHz : 4299.843
cache size  : 8192 KB
physical id : 0
siblings: 8
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe 
syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 
monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 
x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm 
abm ida arat pln pts dtherm tpr_shadow vnmi flexpriority ept vpid 
fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm xsaveopt

bugs:
bogomips: 7999.90
clflush size: 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Disable HTTP Strict Transport Security?

2015-12-17 Thread Blaster
I've been having this problem for a while, but it's now impossible to 
get around as all my browsers have updated to prevent by passing HSTS.


I must be doing something wrong  as I don't see anyone else complaining 
about this in regards to Ovirt...


I'm running a Ovirt 3.5.4 All In One setup.  No matter what browser I 
use, I can no longer get to the GUI because it appears 3.5? started 
enforcing HTTP Strict Transport Security and since Ovirt uses self 
signed certs, the browsers are refusing to let me through.  It appears 
newer browsers no longer allow you to click through unsigned certs of 
HSTS is enabled.


What do I need to do to get around this?   What am I missing since no 
one else seems to be having this problem.


Thanks...

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade path from Fedora 20 oVirt 3.5 to Fedora 22 oVirt 3.6

2016-01-04 Thread Blaster

On 12/26/2015 2:22 PM, Blaster wrote:

On 11/10/2015 1:10 AM, Sandro Bonazzola wrote:
Hi, upgrade from FC20 to FC22 has not been tested and you're welcome 
to help testing it.

What I would suggest is:
- make an image of your existing engine (I suggest clonezilla for 
doing it)
- install ovirt-release36 from 
http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm

- fedup from fc20 to fc22 directly, without the fc21 step
- run rpmconf -a and update relevant config files (be sure to not 
just overwrite them!)

- run postgresql-setup --upgrade
- run engine-setup

I suggest to update to fc22 directly because there aren't FC21 builds 
of ovirt engine and the fedup process may not work as expected with 
missing repos.


If the upgrade fails, you can restore the disk image created with 
clonezilla and retry with a different procedure.


If you hit any issue or if you succeed let us know!


So I did a fedup from 20 to 22, which went fairly well. I did have 
some issues though:


named was missing some libraries after the upgrade.  Removing named 
and reinstalling has fixed that up.


rpmconf -a is giving me the following error:
# rpmconf -a
/usr/libexec/pk-command-not-found: error while loading shared 
libraries: libpackagekit-glib2.so.16: cannot open shared object file: 
No such file or directory

 dnf provides "*/libpackagekit-glib2.so.16"
Last metadata expiration check performed 0:59:14 ago on Sat Dec 26 
13:19:20 2015.

Error: No Matches found

So not sure what's going on there.  I do have PackageKit-glib-devel 
installed.


 postgresql-setup upgrade

Cannot upgrade because the database in /var/lib/pgsql/data is not of
compatible previous version 9.2.

What do I do about this?

I did engine-setup afterwards and everything seems to be running fine.

I did have to set my host CPU type back to Sandybridge as it wasn't 
recognizing my I7 4790K.  Seems to be a known issue.


I also have explanation points next to all my VMs stating that my time 
zone configuration differs between the VM config and the guest config, 
which they do not.




Finally having a chance to get back at this.   This ended up not going 
anywhere near as well as I had originally thought.


The reason why the Postgress upgrade was failing was because I was still 
running 9.3 for some reason after the fedup upgrade.  As I started 
diagnosing the known NFS server problem, I discovered after the fed22 
update, it apparently only updates you to the base Fedora 22 packages. 
You then need to do a dnf update to get the latest. Which then fixed my 
NFS problem, but then vdsm refused to connect to the database.  It was 
at that point I discovered my installed version of Postgress was now @ 
9.4, instead of 9.3.  Not sure how I got to 9.3, as I thought Fedora 20, 
which is where I came from has 9.2, and Fedora 22 had 9.4.


So now I did the Postgress upgrade, which worked as expected above. But 
vdsm still would not connect to the database.  After googling that 
issue, the only suggestion I saw was to remove the password from the 
vdsm conf file and re-run engine setup.  That really upset Ovirt and it 
wiped out everything and proceeded to start with a fresh configuration, 
wiping out my datacenter.


I do run a nightly ovirt backup, which I attempted to restore from, but 
it wouldn't let me do that as my backup which was from the previous 
night was for 3.5, and I was now at 3.6.1.  So much for backups.


It was at that point I just decided to investigate Hosted Engine, seeing 
as I was needing to start from scratch.  After spending several hours 
researching that, it appears HE is know where near ready for any sort of 
daily driver.  The WIKI how to seemed severely out of date and I 
couldn't find a usable engine appliance ISO that seemed to be ready to 
with out hours or days of additional hacking.


So in the end I just re-ran the All-In-One setup and spent a couple 
hours rebuilding my datacenter.


So to the above steps, a dnf update needs to added as a step after the 
fedup reboot.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade path from Fedora 20 oVirt 3.5 to Fedora 22 oVirt 3.6

2015-12-26 Thread Blaster

On 11/10/2015 1:10 AM, Sandro Bonazzola wrote:
Hi, upgrade from FC20 to FC22 has not been tested and you're welcome 
to help testing it.

What I would suggest is:
- make an image of your existing engine (I suggest clonezilla for 
doing it)
- install ovirt-release36 from 
http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm

- fedup from fc20 to fc22 directly, without the fc21 step
- run rpmconf -a and update relevant config files (be sure to not just 
overwrite them!)

- run postgresql-setup --upgrade
- run engine-setup

I suggest to update to fc22 directly because there aren't FC21 builds 
of ovirt engine and the fedup process may not work as expected with 
missing repos.


If the upgrade fails, you can restore the disk image created with 
clonezilla and retry with a different procedure.


If you hit any issue or if you succeed let us know!


So I did a fedup from 20 to 22, which went fairly well. I did have some 
issues though:


named was missing some libraries after the upgrade.  Removing named and 
reinstalling has fixed that up.


rpmconf -a is giving me the following error:
# rpmconf -a
/usr/libexec/pk-command-not-found: error while loading shared libraries: 
libpackagekit-glib2.so.16: cannot open shared object file: No such file 
or directory

 dnf provides "*/libpackagekit-glib2.so.16"
Last metadata expiration check performed 0:59:14 ago on Sat Dec 26 
13:19:20 2015.

Error: No Matches found

So not sure what's going on there.  I do have PackageKit-glib-devel 
installed.


 postgresql-setup upgrade

Cannot upgrade because the database in /var/lib/pgsql/data is not of
compatible previous version 9.2.

What do I do about this?

I did engine-setup afterwards and everything seems to be running fine.

I did have to set my host CPU type back to Sandybridge as it wasn't 
recognizing my I7 4790K.  Seems to be a known issue.


I also have explanation points next to all my VMs stating that my time 
zone configuration differs between the VM config and the guest config, 
which they do not.







___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Windows 10 + qemu + Blue Iris = Blue screen

2016-07-22 Thread Blaster

> On Jul 22, 2016, at 4:27 AM, Michal Skrivanek <michal.skriva...@redhat.com> 
> wrote:
> 
> 
>> On 21 Jul 2016, at 20:05, Blaster <blas...@556nato.com> wrote:
>> 
>> I am running an application called Blue Iris which records video from IP 
>> cameras.
>> 
>> This was working great under Ovirt 3.6.3 + Windows 7.  Now I’ve upgraded to 
>> Windows 10 and as soon as the Blue Iris service starts, the VM blue screens.
>> 
>> I talked to the software vendor, and they said it’s not their problem, they 
>> aren’t doing anything that could cause a blue screen, so it must be  
>> driver/memory/hardware problem.  They say the application works just fine 
>> under Windows 10.
>> 
>> So thinking maybe the upgrade went bad, I created a new VM, used e1000 and 
>> IDE interfaces (i.e., no Virtualized hardware or drivers were used) and 
>> re-installed Blue Iris.
> 
> I would expect better luck with virtio drivers. Either way, if it was working 
> before and not working in Win10 it’s likely related to drivers. Can you make 
> sure you try latest drivers? Can you pinpoint the blue screen…to perhaps USB 
> or other subsystem?
> Might be worth trying on clean Win10 install just to rule out upgrade issues 
> (I didn’t understand whether you cloned the old VM and just reinstalled blue 
> iris or reinstalled everything) , and if it still reproduces it is likely 
> some low level incompatibility in QEMU/KVM. You would likely have to try 
> experiment with qemu cmdline or use latest qemu and check the qemu mailing 
> list
> 
> Thanks,
> michal

Hi Michal, 

I did try a clean install.  Both an upgrade and a fresh install cause a blue 
screen.How do I pin point the blue screen?  I’m guessing it’s a QEMU issue 
with Win 10.  I’m on Fed 22, how do I get a newer QEMU than what’s in the 
distribution?  or should I just upgrade to Fedora 24?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Windows 10 + qemu + Blue Iris = Blue screen

2016-07-21 Thread Blaster
I am running an application called Blue Iris which records video from IP cameras.This was working great under Ovirt 3.6.3 + Windows 7.  Now I’ve upgraded to Windows 10 and as soon as the Blue Iris service starts, the VM blue screens.I talked to the software vendor, and they said it’s not their problem, they aren’t doing anything that could cause a blue screen, so it must be  driver/memory/hardware problem.  They say the application works just fine under Windows 10.So thinking maybe the upgrade went bad, I created a new VM, used e1000 and IDE interfaces (i.e., no Virtualized hardware or drivers were used) and re-installed Blue Iris.Still blue screens.How do I go about figuring out what’s causing the blue screen?  Thanks….___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Windows 7 to 10 Upgrade fails

2016-06-29 Thread Blaster

I'm trying to update some Windows 7 VMs before the free upgrade period ends.

It appears Windows 10 has an issue with KVM during the upgrade, and 
according to this thread, 
http://ubuntuforums.org/showthread.php?t=2289210=13334367#post13334367 
, you need to specify the CPU type as core2duo for the VM, perform the 
upgrade, then switch it back.


Is there anyway with ovirt to set the CPU type to core2duo for a single 
VM without having to shutdown the entire cluster, change it for the 
cluster, do the upgrades, then change it all back?


Thank you

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ANN] oVirt 4.2.0 Second Beta Release is now available for testing

2017-11-29 Thread Blaster

Is Fedora not supported anymore?

I've read the release notes for the 4.2r2 beta and 4.1.7, they mention 
specific versions of RHEL and CentOS, but only mention Fedora by name, 
with no specific version information.


On 11/15/2017 9:17 AM, Sandro Bonazzola wrote


This release is available now on x86_64 architecture for:

* Red Hat Enterprise Linux 7.4 or later

* CentOS Linux (or similar) 7.4 or later


This release supports Hypervisor Hosts on x86_64 and ppc64le 
architectures for:


* Red Hat Enterprise Linux 7.4 or later

* CentOS Linux (or similar) 7.4 or later

* oVirt Node 4.2 (available for x86_64 only)

tp://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Fedora support (was: [ANN] oVirt 4.2.0 Second Beta Release is now available for testing)

2017-11-30 Thread Blaster

Thank you.

The mention of Fedora then should be removed from the release notes, 
maybe even stating that it's not recommended?


On 11/30/2017 4:21 AM, Yedidyah Bar David wrote:

On Wed, Nov 29, 2017 at 7:29 PM, Blaster <blas...@556nato.com> wrote:

Is Fedora not supported anymore?

I've read the release notes for the 4.2r2 beta and 4.1.7, they mention
specific versions of RHEL and CentOS, but only mention Fedora by name, with
no specific version information.

We currently have too many problems with fedora to call it even 'Technical
Preview', as was done in the past.

You can still use the nightly snapshots, and most things work, more-or-less,
with some issues having known workarounds. See e.g.:

https://bugzilla.redhat.com/showdependencytree.cgi?id=1460625_resolved=1

And also:

http://lists.ovirt.org/pipermail/devel/2017-August/030990.html

(not sure that one is still relevant for Fedora 27, didn't check recently).


On 11/15/2017 9:17 AM, Sandro Bonazzola wrote


This release is available now on x86_64 architecture for:

* Red Hat Enterprise Linux 7.4 or later

* CentOS Linux (or similar) 7.4 or later


This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:

* Red Hat Enterprise Linux 7.4 or later

* CentOS Linux (or similar) 7.4 or later

* oVirt Node 4.2 (available for x86_64 only)

tp://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-29 Thread Blaster

On 12/27/2017 5:04 PM, Blaster wrote:

On 12/27/2017 12:13 PM, Alex Bartonek wrote:
Got it working!!!   Install Win 7 x86, NOT 64bit.  Install Blue 
Iris.   I only installed ethernet drivers and vid card drivers.   
I'll install the rest but am assuming it should work fine.  Bye bye 
XenServ


I did a little testing with QEMU

Physical CPU:  Athlon II 640
QEMU CPU types: Opteron G3, Host, KVM 64
result: All worked fine

Physical CPU: I7-4790K
QEMU CPU types: KVM64
result: Worked fine

QEMU CPU types: Host, Haswell-NOTSX
result: Panic on Blue Iris startup

It would be interesting to keep notching the Intel CPU types down until 
it worked.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-29 Thread Blaster
No need.  This was on Windows 10 x64, working with KVM64 processor type, 
so that works for me.




On 12/29/2017 11:51 AM, Alex Bartonek wrote:

Have you tried 32bit Windows VM? It works that way.


Sent from ProtonMail mobile



 Original Message 
On Dec 29, 2017, 12:04 AM, Blaster < blas...@556nato.com> wrote:


On 12/27/2017 5:04 PM, Blaster wrote:
> On 12/27/2017 12:13 PM, Alex Bartonek wrote:
>> Got it working!!!   Install Win 7 x86, NOT 64bit. Install Blue
>> Iris.   I only installed ethernet drivers and vid card drivers.
>> I'll install the rest but am assuming it should work fine.  Bye
bye
>> XenServ

I did a little testing with QEMU

Physical CPU:  Athlon II 640
QEMU CPU types: Opteron G3, Host, KVM 64
result: All worked fine

Physical CPU: I7-4790K
QEMU CPU types: KVM64
result: Worked fine

QEMU CPU types: Host, Haswell-NOTSX
result: Panic on Blue Iris startup

It would be interesting to keep notching the Intel CPU types down
until
it worked.




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Get UU

2017-12-29 Thread Blaster
I need to create an old oVirt Windows VM.  The VM has an old licensed product 
that we can no longer get a licensed reissued for.  It looks like I need to 
feed back the original qemu UUID that was used when the VM was created.

I have an engine config backup and a backup of the oVirt storage domain.

I viewed the engine backup, but the format as-is doesn't give any obvious 
configuration details of the VMs at the time of the backup.  Is the UUID as 
obvious as the file name of the VM's boot volume UUID name?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 4.2: Can't add local storage

2017-12-24 Thread Blaster

Fresh install of 4.2 self hosted engine.

Right after install, I tried to add local storage.  I tried to put the 
hosted engine VM into maint mode, but it forever just sat there in the 
going into maint state, and never actually went into maint state.


The default Datacenter was in uninitialized state.

So I tried adding an NFS storage domain, which initialized the 
datacenter.  Now when I try and put the hosted engine VM into maint mode 
I get: Cannot switch the hosts to maintenance mode. There are no 
available hosts capable of running the engine VM.


What am I doing wrong?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 4.2: failed reconstructing master storage domain

2017-12-25 Thread Blaster
So I accidentally wiped out the underlying storage for the master storage 
domain for the default data center for my self hosted configuration.

The re-initialize data center option is greyed out.

I can’t add any other storage domains because there isn’t a master.

I keep getting pop up errors “failed reconstructing master storage domain for 
datacenter default”.

Anyway to get this back?

I don’t see anything in the engine or vddm logs as to why it’s failed.

Anyway to recover from this?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 4.2.0 is now generally available

2017-12-22 Thread Blaster


> On Dec 22, 2017, at 12:32 AM, Sandro Bonazzola <sbona...@redhat.com> wrote:
> 
> 
> 
> 2017-12-21 18:20 GMT+01:00 Blaster <blas...@556nato.com 
> <mailto:blas...@556nato.com>>:
> What a great Christmas present!
> 
> I'm still running 3.6.3 All-In-One configuration on Fedora 22.  So it looks 
> like I'll be starting from scratch.
> 
> Is there any decent way yet to take my on disk VM images and easily attach 
> them?  I put in an RFE for that which looks like it didn't make it into 4.2, 
> now slated for 4.2.1.
> 
> The old way I used to do this was to create new VMs with new disks, then just 
> copy over my old VMs to the disk files of the new VMs.  I'm assuming I'll 
> still have to use that method.
> 
> Are you running all-in-one with only this host or do you have more hosts 
> attached to this engine?
> Is your data storage domain local? Or is it shared / provided by a different 
> host?
> 

I am running a single host configuration with local SATA disk.  When I need to 
change hosts, I generally just move the disks (or copy data via NFS) to the new 
host, create new VMs, then move the old VM disks into the new VM directory with 
the new file names and boot. ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] self-hosted-engine

2017-12-22 Thread Blaster
Just installing 4.2 coming from a 3.6.3 configuration.

When I go to the admin page, it appears all of the management pieces are there 
to manage the hypervisor, similar to the old All In One configuration.

What purpose does the Self Hosted Engine piece do from there?  Do I only need 
that now if I want to manage a cluster?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-26 Thread Blaster
I have Blue Iris running on oVirt 3.6.3 under Windows 7 just fine.  It blue 
screens under 3.6.3 and Windows 10 though.

I am in the process of upgrading to 4.2.

> On Dec 26, 2017, at 2:48 PM, Alex Bartonek  wrote:
> 
> I have a dl360 g5 with a Xeon 5160 cpu, installed 4.2, Win 7 64 bit in a VM.  
> Installed the virtio drivers also.   Plain jane Win 7 setup, nothing extra.  
> Installed Blue Iris.  When I run Blue Iris, it blue screens.   Anyone got 
> Blue Iris to work under 4.2 in a Windows VM?
>  
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Assign external IP to VM

2017-12-26 Thread Blaster
You're over thinking this.  Just create an ifcfg script just enough so 
the interface plumbs, with no IP, then add it do your datacenter, with 
something like dmz or internet as it's name.  Then add the NIC to the VM 
and plumb it up.


Since there's no IP plumbed in the hypervisor, there's no way it can be 
access from the network.



On 12/26/2017 4:38 PM, Alex Bartonek wrote:

Need some guidance on this one.

Config:
1U with 2 NICs.
NIC 1 plugged to local switch - gets local IP
NIC 2 plugged direct to cable modem - need to set IP inside VM to 
public static IP
VM will be CentOS, already know how to configure NIC once I can get 
the 2nd NIC assigned to it.


Do I use PCI passthru?  Or where do I start to get this configured?  I 
did setup NIC 2 under Network --> Networks. Created a NIC called 
"external_NIC".  External NIC has description and then I configured 2 
DNS servers which are given to me by the ISP.


Under Compute --> Hosts -->  --> Network Interfaces (I have 
both NICs showing as up) --> Setup Host Networks ---> NIC 2 is the 
interface --> Assignment of Logical networks is "external_NIC".


I was assuming I was done, so I go to my VM add NIC 2, click run and I 
see:


Cannot run VM. There is no host that satisfies current scheduling 
constraints. See below for details:


  * The host  did not satisfy internal filter Network because
there are no free virtual functions which are suitable for virtual
nic(s) nic2. A virtual function is considered as suitable if the
VF's configuration of its physical function contains the virtual
nic's network/network label.

Need guidance on what to read to get this working.

Thanks!


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 4.2: Can't add local storage

2017-12-26 Thread Blaster

On 12/24/2017 11:58 PM, Sandro Bonazzola wrote:



Il 24 Dic 2017 18:28, "Blaster" <blas...@556nato.com 
<mailto:blas...@556nato.com>> ha scritto:


Fresh install of 4.2 self hosted engine.

Right after install, I tried to add local storage.  I tried to put
the hosted engine VM into maint mode, but it forever just sat
there in the going into maint state, and never actually went into
maint state.

The default Datacenter was in uninitialized state.

So I tried adding an NFS storage domain, which initialized the
datacenter.  Now when I try and put the hosted engine VM into
maint mode I get: Cannot switch the hosts to maintenance mode.
There are no available hosts capable of running the engine VM.

What am I doing wrong?


You need to add a second host allowing the hosted engine to migrate in 
order to move the host to maintenance.




This is bad terminology on oVirt's part.  I was wanting to add local 
SATA disk as I have a 1 node environment with no shared storage.  To 
accomplish what I really wanted to do, I had to change the datacenter 
storage type to local storage, the a local file system option appeared 
in the create new storage domain diaglog.


oVirt/RHEV team really needs a good documentation writer, as this 
storage option isn't even documented in the storage section of the 
administration guide.


Installing my first 4.2 system, and it's obvious the documentation 
writer hasn't sat down and down and done a clean install.  Lots of stuff 
missing.


I've never looked at Proxmox, but it's taking the hobbyist and small 
environment virtualization world by storm, especially after Xen's latest 
licensing changes.  oVirt should have this.  But it's way too 
complicated and way too fragile and way under documented.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-27 Thread Blaster
I tried that back in July of 16 when I first reported the issue to this list.  
I installed bare Win 10 with no VirtIO drivers (ie, using e1000 for network and 
IDE for disk) and it still blue screened as soon as the Blue Iris service 
started.

The other thing you could possible try is a different chipset type.  I’m using 
the 440-4.2.  Have you tried Q35?.

> On Dec 27, 2017, at 10:51 AM, Alex Bartonek  wrote:
> 
> Replying to myself..lol.  Figured you guys would also be interested or 
> someone else who would like Blue Iris working.
> 
> One of the things I read was the "cpu type".  I'm running this on a HP DL360 
> g5 with dual Xeon 5160's.  That CPU "Woodcrest" isnt listed, so I specified 
> "Conroe".  Maybe thats the cause, I'm not sure.  On my other DL360 g5, it 
> also has dual 5160's but running XenServer.  Blue Iris works fine under that 
> setup with the same Win 7 64bit install.
> 
> So now, IMO, it goes back to drivers that I have installed in the VM I 
> believe.  I'm going to build another Win 7 64 bit VM but only install the NIC 
> once the VM boots in oVirt.  Maybe something else is causing it to BSOD.  
> 
> At any rate, I appreciate the replys from all of you.  Thanks again.. I'll 
> reply if I find something useful.
> 
> 
> Sent with ProtonMail  Secure Email.
> 
>>  Original Message 
>> Subject: Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie
>> Local Time: December 26, 2017 8:10 PM
>> UTC Time: December 27, 2017 2:10 AM
>> From: a...@unix1337.com
>> To: 
>> users@ovirt.org 
>> 
>> Yep..found that already.  Still have the same issue.  TBH, I'm looking at 
>> ZoneMinder.  I used to use it instead of Blue Iris a few years back.  If 
>> that works, even better.  If someone were to find a fix for Blue Iris, that 
>> would be nice also.
>> 
>> 
>> Sent with ProtonMail  Secure Email.
>> 
>>>  Original Message 
>>> Subject: Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie
>>> Local Time: December 26, 2017 7:14 PM
>>> UTC Time: December 27, 2017 1:14 AM
>>> From: do...@fortnebula.com
>>> To: Alex Bartonek 
>>> users@ovirt.org 
>>> 
>>> http://lists.ovirt.org/pipermail/users/2016-July/074936.html 
>>> 
>>> 
>>> On Tue, Dec 26, 2017 at 6:07 PM, Alex Bartonek >> > wrote:
>>> This is a first time install of 4.2, first time build of a Win 7 64bit vm, 
>>> first time oVirt user.  :-)
>>> Blue Iris works fine under XenServer but thats what I'm migrating away from.
>>> 
>>> VM is nothing special.  4gb ram assigned, OS set as "Win 7 64 bit", 1 
>>> virtual cpu everything else is default.  Virtio drivers installed after 
>>> first boot.  I'll re-install Win 7 64bit, have it take a dump and then post 
>>> the dump details.  
>>> 
>>> 
>>> Copy of the dump analysis:
>>> http://textuploader.com/dcpbp 
>>> 
  Original Message 
 Subject: Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie
 Local Time: December 26, 2017 3:36 PM
 UTC Time: December 26, 2017 9:36 PM
 From: yk...@redhat.com 
 To: Alex Bartonek >
 Ovirt Users >
 
 
 
 On Dec 26, 2017 10:49 PM, "Alex Bartonek" > wrote:
 I have a dl360 g5 with a Xeon 5160 cpu, installed 4.2, Win 7 64 bit in a 
 VM.  Installed the virtio drivers also.   Plain jane Win 7 setup, nothing 
 extra.  Installed Blue Iris.  When I run Blue Iris, it blue screens.   
 Anyone got Blue Iris to work under 4.2 in a Windows VM?
 
 There are many missing details, it'd be interesting to begin with the blue 
 screen details and the VM configuration. 
 Did it work with previous versions? 
 Y. 
 
 
  
 
 ___
 Users mailing list
 Users@ovirt.org 
 http://lists.ovirt.org/mailman/listinfo/users 
 
 
>>> 
>>> 
>>> ___
>>> Users mailing list
>>> Users@ovirt.org 
>>> http://lists.ovirt.org/mailman/listinfo/users 
>>> 
>>> 
>> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-27 Thread Blaster

I did that over a year ago when I first had the issue.  They washed their hands 
of it saying it was known to work on ESXi and they don’t have any device 
drivers nor where they doing anything but standard Windows library calls, so 
they pushed it back to a Hypervisor issue.

It’s known to work with ESXi and Xenserver.   I haven’t heard either way on 
Proxmox.  I’m guessing there’s some issue with QEMU.



> On Dec 27, 2017, at 1:28 AM, Yaniv Kaul  wrote:
> 
> 
> 
> On Wed, Dec 27, 2017 at 1:07 AM, Alex Bartonek  > wrote:
> This is a first time install of 4.2, first time build of a Win 7 64bit vm, 
> first time oVirt user.  :-)
> Blue Iris works fine under XenServer but thats what I'm migrating away from.
> 
> VM is nothing special.  4gb ram assigned, OS set as "Win 7 64 bit", 1 virtual 
> cpu everything else is default.  Virtio drivers installed after first boot.  
> I'll re-install Win 7 64bit, have it take a dump and then post the dump 
> details.  
> 
> 
> Copy of the dump analysis:
> http://textuploader.com/dcpbp 
> 
> Perhaps worth contacting the developers of Blue Iris?
> ( Based on: PROCESS_NAME:  BlueIris.exe in the dump analysis).
> 
> Y.
> 
>  
> 
> 
>>  Original Message 
>> Subject: Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie
>> Local Time: December 26, 2017 3:36 PM
>> UTC Time: December 26, 2017 9:36 PM
>> From: yk...@redhat.com 
>> To: Alex Bartonek >
>> Ovirt Users >
>> 
>> 
>> 
>> On Dec 26, 2017 10:49 PM, "Alex Bartonek" > > wrote:
>> I have a dl360 g5 with a Xeon 5160 cpu, installed 4.2, Win 7 64 bit in a VM. 
>>  Installed the virtio drivers also.   Plain jane Win 7 setup, nothing extra. 
>>  Installed Blue Iris.  When I run Blue Iris, it blue screens.   Anyone got 
>> Blue Iris to work under 4.2 in a Windows VM?
>> 
>> There are many missing details, it'd be interesting to begin with the blue 
>> screen details and the VM configuration. 
>> Did it work with previous versions? 
>> Y. 
>> 
>> 
>>  
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org 
>> http://lists.ovirt.org/mailman/listinfo/users 
>> 
>> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org 
> http://lists.ovirt.org/mailman/listinfo/users 
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org 
> http://lists.ovirt.org/mailman/listinfo/users 
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.2 + Win 7 64bit VM + Blue Iris no workie

2017-12-27 Thread Blaster

On 12/27/2017 12:13 PM, Alex Bartonek wrote:
Got it working!!!   Install Win 7 x86, NOT 64bit.  Install Blue 
Iris.   I only installed ethernet drivers and vid card drivers.   I'll 
install the rest but am assuming it should work fine.  Bye bye XenServer!


Good to know.  QEMU issue I'm going to assume.   I wonder if 
virt-manager and Proxmox would show the same failures, they should.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] 3 strikes....

2017-12-27 Thread Blaster

Well, I've spent the last 2.5 days trying to get oVirt 4.2 up and running.

I sneeze on it, vdsm has a conniption and there appears to be no way to 
recover from it.


1) Install 4.2.  Everything looks good.  Start copying over some 
data..accidently wipe out the master storage domain...It's gone. The 
only method google could suggest was to re-initialize the data center.  
Great.  I'd love to!  It's greyed out.  Can't get it back...Try several 
hosted-engine uninstall methods, including


/usr/sbin/ovirt-hosted-engine-cleanup and wiping out the storage.

re-run hosted-engine --deploy
  All I get over and over in the vdsm log file while waiting for vdsm to become 
operational is..
2017-12-27 16:36:22,150-0600 ERROR (periodic/3) [virt.periodic.Operation] 
 operation failed 
(periodic:215)
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/vdsm/virt/periodic.py", line 213, in 
__call__
self._func()
  File "/usr/lib/python2.7/site-packages/vdsm/virt/sampling.py", line 522, in 
__call__
self._send_metrics()
  File "/usr/lib/python2.7/site-packages/vdsm/virt/sampling.py", line 538, in 
_send_metrics
vm_sample.interval)
  File "/usr/lib/python2.7/site-packages/vdsm/virt/vmstats.py", line 45, in 
produce
networks(vm, stats, first_sample, last_sample, interval)
  File "/usr/lib/python2.7/site-packages/vdsm/virt/vmstats.py", line 322, in 
networks
if nic.name.startswith('hostdev'):
AttributeError: name
2017-12-27 16:36:22,620-0600 INFO  (periodic/1) [vdsm.api] START 
repoStats(domains=()) from=internal, 
task_id=94688cf1-a991-433e-9e22-7065ed5dc1bf (api:46)
2017-12-27 16:36:22,620-0600 INFO  (periodic/1) [vdsm.api] FINISH repoStats 
return={} from=internal, task_id=94688cf1-a991-433e-9e22-7065ed5dc1bf (api:52)
2017-12-27 16:36:22,621-0600 INFO  (periodic/1) [vdsm.api] START 
multipath_health() from=internal, task_id=9c680369-8f2a-439e-8fe5-b2a1e33c0706 
(api:46)
2017-12-27 16:36:22,622-0600 INFO  (periodic/1) [vdsm.api] FINISH 
multipath_health return={} from=internal, 
task_id=9c680369-8f2a-439e-8fe5-b2a1e33c0706 (api:52)
2017-12-27 16:36:22,633-0600 ERROR (periodic/1) [root] failed to retrieve 
Hosted Engine HA score '[Errno 2] No such file or directory'Is the Hosted 
Engine setup finished? (api:196)
2017-12-27 16:36:23,178-0600 INFO  (vmrecovery) [vdsm.api] START 
getConnectedStoragePoolsList(options=None) from=internal, 
task_id=a7e48a2f-8cb7-4ec5-acd7-452c8f0c522b (api:46)
2017-12-27 16:36:23,179-0600 INFO  (vmrecovery) [vdsm.api] FINISH 
getConnectedStoragePoolsList return={'poollist': []} from=internal, 
task_id=a7e48a2f-8cb7-4ec5-acd7-452c8f0c522b (api:52)
2017-12-27 16:36:23,179-0600 INFO  (vmrecovery) [vds] recovery: waiting for 
storage pool to go up (clientIF:643)

sigh...reinstall 7.4 and do it all over again.

2) copying data to master storage pool.  Didn't wipe it out this time, but 
filled the volume instead.  Environment freezes.
 vdsm can't start...infinite loop waiting for storage pool again.  Try clean up 
and redeploy.  Same problem as above.
7.4 reinstall #2 here we go...

3)Up and running again.  Forgot to add my NIC card. Shut it down.  Boot back 
up.  vdsm sees new network interfaces.
for some reason, it switches ovirtmgmt over to one of the new interfaces which 
doesn't have a cable
attached to it.  Clean up ifcfg- files and reboot.  ifcfg-ovirtmgmt is now 
gone.  recreate and reboot.  Interface
comes alive, but vdsm is not starting.
supervdsm log shows:
 Multiple southbound ports per network detected, ignoring this network for the 
QoS report (network: ovirtmgmt, ports: ['enp3s0', 'enp4s0'])
restore-net::DEBUG::2017-12-27 13:10:39,815::cmdutils::150::root::(exec_cmd) 
/usr/share/openvswitch/scripts/ovs-ctl status (cwd None)
restore-net::DEBUG::2017-12-27 13:10:39,856::cmdutils::158::root::(exec_cmd) SUCCESS: 
 = '';  = 0
restore-net::DEBUG::2017-12-27 13:10:39,863::vsctl::58::root::(commit) 
Executing commands: /usr/bin/ovs-vsctl --oneline --format=json -- list Bridge 
-- list Port -- list Interface
restore-net::DEBUG::2017-12-27 13:10:39,864::cmdutils::150::root::(exec_cmd) 
/usr/bin/ovs-vsctl --oneline --format=json -- list Bridge -- list Port -- list 
Interface (cwd None)
restore-net::DEBUG::2017-12-27 13:10:39,944::cmdutils::158::root::(exec_cmd) SUCCESS: 
 = '';  = 0
restore-net::ERROR::2017-12-27 
13:10:39,954::restore_net_config::454::root::(restore) unified restoration 
failed.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/vdsm/network/restore_net_config.py", 
line 448, in restore
unified_restoration()
  File "/usr/lib/python2.7/site-packages/vdsm/network/restore_net_config.py", 
line 131, in unified_restoration
classified_conf = _classify_nets_bonds_config(available_config)
  File "/usr/lib/python2.7/site-packages/vdsm/network/restore_net_config.py", 
line 260, in _classify_nets_bonds_config
current_config = kernelconfig.KernelConfig(net_info)
  File 

Re: [ovirt-users] oVirt 4.2.0 is now generally available

2017-12-21 Thread Blaster

What a great Christmas present!

I'm still running 3.6.3 All-In-One configuration on Fedora 22.  So it 
looks like I'll be starting from scratch.


Is there any decent way yet to take my on disk VM images and easily 
attach them?  I put in an RFE for that which looks like it didn't make 
it into 4.2, now slated for 4.2.1.


The old way I used to do this was to create new VMs with new disks, then 
just copy over my old VMs to the disk files of the new VMs.  I'm 
assuming I'll still have to use that method.



On 12/20/2017 3:40 AM, Sandro Bonazzola wrote:


The oVirt project is excited to announce the general availability of 
oVirt 4.2.0, as of December 20, 2017.




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Get UU

2018-01-03 Thread Blaster

On 12/31/2017 1:23 AM, Yedidyah Bar David wrote:
On Sat, Dec 30, 2017 at 10:45 AM, Michal Skrivanek 
<michal.skriva...@redhat.com <mailto:michal.skriva...@redhat.com>> wrote:




On 30 Dec 2017, at 06:54, Blaster <blas...@556nato.com
<mailto:blas...@556nato.com>> wrote:


I need to create an old oVirt Windows VM. The VM has an old
licensed product that we can no longer get a licensed reissued
for. It looks like I need to feed back the original qemu UUID
that was used when the VM was created.

I have an engine config backup and a backup of the oVirt storage
domain.

I viewed the engine backup, but the format as-is doesn't give any
obvious configuration details of the VMs at the time of the
backup.  Is the UUID as obvious as the file name of the VM's boot
volume UUID name?



I think it's the field 'vm_guid' in the table 'vm_static'.

You can restore the backup on a temp vm somewhere - make sure it has no
access to your hosts so that the engine will not start to manage them -
or just look at the db dump. The backup is a tar file, and you can look
at db dumps inside it using 'pg_restore filename | less'.


The guest UUID is configurable per VM in Edit dialog, you can use
a custom value



Thank you, I was able to get the UUID back!


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users