Re: [Users] ovirt node installation

2013-01-16 Thread Fabian Deutsch
Am Dienstag, den 15.01.2013, 13:16 +0100 schrieb Mikael Bergemalm:
 Hi,
 I'm trying to install an ovirt node using the
 ovirt-node-iso-2.5.5-0.1.fc17.iso on a HP proliant DL360 G6 but when
 I get to the graphical install page the server seems frozen and I
 can't choose any options. Is there an all text-based installation I
 can use in some way?

Hey Mike,

how are you installing Node? Maybe through a virtual console? Then it
could be that a driver for the virtual keyboard is missing.

Alternatively you can give the Basic Video Installation (in the
Troubleshooting menu) or the (non-interactive) auto-installation a try
[0].

- fabian

---
[0] http://dummdida.blogspot.de/2012/05/auto-installing-ovirt-node.html


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] API usage - 3.1

2013-01-16 Thread Michael Pasternak
Hi Tom,

On 01/15/2013 05:43 PM, Tom Brown wrote:


 thankyou - i am however finding it hard to attach an iso image to a VM - I 
 have the console etc sorted however what would be required to do the same 
 with an iso image?

 The below is working apart from the iso

 thanks

 vm_template = vm
 name%s/name
 cluster
   nameDefault/name
 /cluster
 template
   nameBlank/name
 /template
 typeserver/type
 memory536870912/memory
 display
   typevnc/type
 /display
 os
   boot dev=hd/
   boot dev=cdrom/
 /os
 cdrom
   cdrom id=cobbler-base.iso/
 /cdrom
 /vm

 
 i have also tried 
 
 cdrom 
 file id=rhel-server-6.0-x86_64-dvd.iso/
 
 /cdrom 
 
 as per the docs but no joy 

cdroms is a sub-collection of vm, you have to:

1. create vm
2. insert cd in to cdrom (this is done via updating cdrom)
3. run vm specifying CD as first boot device

i'd also suggest you looking in to the sdk (python/java),
you may find it easier than working with api directly over http.

 


-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] UI Plugins in nightly?

2013-01-16 Thread Koch (ovido)
Hi,

I installed oVirt engine on Fedora 18 with latest nightly RPMs and
wanted to test the UI plugins, but it seems as this feature is still not
available in nightly.

According to Oved blog post
(http://ovedou.blogspot.co.at/2012/12/ovirt-foreman-ui-plugin.html)
custom plugins should be put into: /usr/share/ovirt-engine/ui-plugins
UI plugins page on oVirt webpage
(http://www.ovirt.org/Features/UIPlugins)
proposed /usr/libexec/ovirt/webadmin/extensions as the folder for UI
plugins.
But neither of these folder does exist in my setup.

So I wanted to know if UI plugins are still not packaged and if they
will be included in final oVirt 3.2?

Thanks a lot.


-- 
Regards,

René Koch
Senior Solution Architect


ovido gmbh - Das Linux Systemhaus
Brünner Straße 163, A-1210 Wien

Phone:   +43 720 / 530 670
Mobile:  +43 660 / 512 21 31
E-Mail:  r.k...@ovido.at




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


Re: [Users] UI Plugins in nightly?

2013-01-16 Thread Oved Ourfalli


- Original Message -
 From: René Koch (ovido) r.k...@ovido.at
 To: ovirt-users users@ovirt.org
 Sent: Wednesday, January 16, 2013 11:31:39 AM
 Subject: [Users] UI Plugins in nightly?
 
 Hi,
 
 I installed oVirt engine on Fedora 18 with latest nightly RPMs and
 wanted to test the UI plugins, but it seems as this feature is still
 not
 available in nightly.
 
 According to Oved blog post
 (http://ovedou.blogspot.co.at/2012/12/ovirt-foreman-ui-plugin.html)
 custom plugins should be put into: /usr/share/ovirt-engine/ui-plugins
 UI plugins page on oVirt webpage
 (http://www.ovirt.org/Features/UIPlugins)
I'm not sure whether this directory is automatically created when installing 
the engine, but the feature is there for sure.
(if the directory isn't there then I guess it is a bug).

Does it work well when you create this directory 
(/usr/share/ovirt-engine/ui-plugins) by yourself, and put your plugin files 
there?

 proposed /usr/libexec/ovirt/webadmin/extensions as the folder for UI
 plugins.
 But neither of these folder does exist in my setup.
 
 So I wanted to know if UI plugins are still not packaged and if they
 will be included in final oVirt 3.2?
 
 Thanks a lot.
 
 
 --
 Regards,
 
 René Koch
 Senior Solution Architect
 
 
 ovido gmbh - Das Linux Systemhaus
 Brünner Straße 163, A-1210 Wien
 
 Phone:   +43 720 / 530 670
 Mobile:  +43 660 / 512 21 31
 E-Mail:  r.k...@ovido.at
 
 
 
 
 ___
 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] UI Plugins in nightly?

2013-01-16 Thread Koch (ovido)

On Wed, 2013-01-16 at 04:45 -0500, Oved Ourfalli wrote:
 
 - Original Message -
  From: René Koch (ovido) r.k...@ovido.at
  To: ovirt-users users@ovirt.org
  Sent: Wednesday, January 16, 2013 11:31:39 AM
  Subject: [Users] UI Plugins in nightly?
  
  Hi,
  
  I installed oVirt engine on Fedora 18 with latest nightly RPMs and
  wanted to test the UI plugins, but it seems as this feature is still
  not
  available in nightly.
  
  According to Oved blog post
  (http://ovedou.blogspot.co.at/2012/12/ovirt-foreman-ui-plugin.html)
  custom plugins should be put into: /usr/share/ovirt-engine/ui-plugins
  UI plugins page on oVirt webpage
  (http://www.ovirt.org/Features/UIPlugins)
 I'm not sure whether this directory is automatically created when installing 
 the engine, but the feature is there for sure.
 (if the directory isn't there then I guess it is a bug).
 
 Does it work well when you create this directory 
 (/usr/share/ovirt-engine/ui-plugins) by yourself, and put your plugin files 
 there?
 

I'll try if this works. Thanks.

As I read in your blog that - at the time you created the foreman
extension - UI plugins were not included in oVirt RPM packages I thought
it's still missing as I don't have this folder on my system.


  proposed /usr/libexec/ovirt/webadmin/extensions as the folder for UI
  plugins.
  But neither of these folder does exist in my setup.
  
  So I wanted to know if UI plugins are still not packaged and if they
  will be included in final oVirt 3.2?
  
  Thanks a lot.
  
  
  --
  Regards,
  
  René Koch
  Senior Solution Architect
  
  
  ovido gmbh - Das Linux Systemhaus
  Brünner Straße 163, A-1210 Wien
  
  Phone:   +43 720 / 530 670
  Mobile:  +43 660 / 512 21 31
  E-Mail:  r.k...@ovido.at
  
  
  
  
  ___
  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] UI Plugins in nightly?

2013-01-16 Thread Oved Ourfalli


- Original Message -
 From: René Koch (ovido) r.k...@ovido.at
 To: ovirt-users users@ovirt.org
 Sent: Wednesday, January 16, 2013 11:51:10 AM
 Subject: Re: [Users] UI Plugins in nightly?
 
 
 On Wed, 2013-01-16 at 04:45 -0500, Oved Ourfalli wrote:
  
  - Original Message -
   From: René Koch (ovido) r.k...@ovido.at
   To: ovirt-users users@ovirt.org
   Sent: Wednesday, January 16, 2013 11:31:39 AM
   Subject: [Users] UI Plugins in nightly?
   
   Hi,
   
   I installed oVirt engine on Fedora 18 with latest nightly RPMs
   and
   wanted to test the UI plugins, but it seems as this feature is
   still
   not
   available in nightly.
   
   According to Oved blog post
   (http://ovedou.blogspot.co.at/2012/12/ovirt-foreman-ui-plugin.html)
   custom plugins should be put into:
   /usr/share/ovirt-engine/ui-plugins
   UI plugins page on oVirt webpage
   (http://www.ovirt.org/Features/UIPlugins)
  I'm not sure whether this directory is automatically created when
  installing the engine, but the feature is there for sure.
  (if the directory isn't there then I guess it is a bug).
  
  Does it work well when you create this directory
  (/usr/share/ovirt-engine/ui-plugins) by yourself, and put your
  plugin files there?
  
 
 I'll try if this works. Thanks.
 
 As I read in your blog that - at the time you created the foreman
 extension - UI plugins were not included in oVirt RPM packages I
 thought
 it's still missing as I don't have this folder on my system.
 
Yes. At start I worked with the patches, that wasn't merged yet, and thus not 
part of the nightly packages, but they should be there now.
I opened a bug on that https://bugzilla.redhat.com/show_bug.cgi?id=895933

Let me know if you need more help.
Oved
 
   proposed /usr/libexec/ovirt/webadmin/extensions as the folder for
   UI
   plugins.
   But neither of these folder does exist in my setup.
   
   So I wanted to know if UI plugins are still not packaged and if
   they
   will be included in final oVirt 3.2?
   
   Thanks a lot.
   
   
   --
   Regards,
   
   René Koch
   Senior Solution Architect
   
   
   ovido gmbh - Das Linux Systemhaus
   Brünner Straße 163, A-1210 Wien
   
   Phone:   +43 720 / 530 670
   Mobile:  +43 660 / 512 21 31
   E-Mail:  r.k...@ovido.at
   
   
   
   
   ___
   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: [Users] UI Plugins in nightly?

2013-01-16 Thread Koch (ovido)

On Wed, 2013-01-16 at 05:05 -0500, Oved Ourfalli wrote:
 
 - Original Message -
  From: René Koch (ovido) r.k...@ovido.at
  To: ovirt-users users@ovirt.org
  Sent: Wednesday, January 16, 2013 11:51:10 AM
  Subject: Re: [Users] UI Plugins in nightly?
  
  
  On Wed, 2013-01-16 at 04:45 -0500, Oved Ourfalli wrote:
   
   - Original Message -
From: René Koch (ovido) r.k...@ovido.at
To: ovirt-users users@ovirt.org
Sent: Wednesday, January 16, 2013 11:31:39 AM
Subject: [Users] UI Plugins in nightly?

Hi,

I installed oVirt engine on Fedora 18 with latest nightly RPMs
and
wanted to test the UI plugins, but it seems as this feature is
still
not
available in nightly.

According to Oved blog post
(http://ovedou.blogspot.co.at/2012/12/ovirt-foreman-ui-plugin.html)
custom plugins should be put into:
/usr/share/ovirt-engine/ui-plugins
UI plugins page on oVirt webpage
(http://www.ovirt.org/Features/UIPlugins)
   I'm not sure whether this directory is automatically created when
   installing the engine, but the feature is there for sure.
   (if the directory isn't there then I guess it is a bug).
   
   Does it work well when you create this directory
   (/usr/share/ovirt-engine/ui-plugins) by yourself, and put your
   plugin files there?
   
  
  I'll try if this works. Thanks.
  
  As I read in your blog that - at the time you created the foreman
  extension - UI plugins were not included in oVirt RPM packages I
  thought
  it's still missing as I don't have this folder on my system.
  
 Yes. At start I worked with the patches, that wasn't merged yet, and thus not 
 part of the nightly packages, but they should be there now.
 I opened a bug on that https://bugzilla.redhat.com/show_bug.cgi?id=895933
 
 Let me know if you need more help.
 Oved


After creating this folder plugins are working fine.
Thanks a lot!



  
proposed /usr/libexec/ovirt/webadmin/extensions as the folder for
UI
plugins.
But neither of these folder does exist in my setup.

So I wanted to know if UI plugins are still not packaged and if
they
will be included in final oVirt 3.2?

Thanks a lot.


--
Regards,

René Koch
Senior Solution Architect


ovido gmbh - Das Linux Systemhaus
Brünner Straße 163, A-1210 Wien

Phone:   +43 720 / 530 670
Mobile:  +43 660 / 512 21 31
E-Mail:  r.k...@ovido.at




___
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] BSOD's on Server 2008 Guests

2013-01-16 Thread Neil
Hi guys,

I have 3 Server 2008 guests running on my oVirt 3.1 system, if there
is an incorrect shutdown(power failure) of the entire system and
guests, or even sometimes a normal reboot of the guests, the 2008
Servers all start with blue screens and I have to reboot them multiple
times before they eventually boot into Windows as if nothing was ever
wrong. The Linux guests all behave perfectly on the system so I highly
doubt there are any hardware issues.

Does this problem sound familiar to anyone? I don't want to go ahead
and run all the latest updates and possibly risk bigger issues, unless
there is a good reason to.

These are the details of my system.

Centos 6.3 64bit on nodes and engine using dreyou repo.

ovirt-engine-3.1.0-3.8.el6.noarch
vdsm-4.10.0-0.44.14.el6.x86_64
qemu-kvm-0.12.1.2-2.295.el6_3.2.x86_64
libvirt-0.9.10-21.el6_3.5.x86_64

2x Dell R720 with Xeon E5-2620 CPU's Nodes running the guests.
An FC SAN for storage
HP Micro Server for the engine

Please shout if any other details will help.

Thanks.

Regards.

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


Re: [Users] ovirt node installation

2013-01-16 Thread Nicolas Ecarnot

Le 15/01/2013 13:16, Mikael Bergemalm a écrit :

Hi,
I'm trying to install an ovirt node using the
ovirt-node-iso-2.5.5-0.1.fc17.iso on a HP proliant DL360 G6 but when I
get to the graphical install page the server seems frozen and I can't
choose any options. Is there an all text-based installation I can use in
some way?

Regards,
Mike


Hi Mike,

I experienced the very same symptom.

May you try that? (Thank you Jeff)

http://lists.ovirt.org/pipermail/users/2013-January/011548.html

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


[Users] windows 8 guest support

2013-01-16 Thread Jithin Raju
Hi All,

Windows 8 guest is supported in ovirt?
Any plan since it has some issues with qemu sata support.

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


Re: [Users] windows 8 guest support

2013-01-16 Thread Itamar Heim

On 01/16/2013 02:14 PM, Jithin Raju wrote:

Hi All,

Windows 8 guest is supported in ovirt?
Any plan since it has some issues with qemu sata support.


can you please elaborate on the issue?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] BSOD's on Server 2008 Guests

2013-01-16 Thread Itamar Heim

On 01/16/2013 01:18 PM, Neil wrote:

Hi guys,

I have 3 Server 2008 guests running on my oVirt 3.1 system, if there
is an incorrect shutdown(power failure) of the entire system and
guests, or even sometimes a normal reboot of the guests, the 2008
Servers all start with blue screens and I have to reboot them multiple
times before they eventually boot into Windows as if nothing was ever
wrong. The Linux guests all behave perfectly on the system so I highly
doubt there are any hardware issues.

Does this problem sound familiar to anyone? I don't want to go ahead
and run all the latest updates and possibly risk bigger issues, unless
there is a good reason to.

These are the details of my system.

Centos 6.3 64bit on nodes and engine using dreyou repo.

ovirt-engine-3.1.0-3.8.el6.noarch
vdsm-4.10.0-0.44.14.el6.x86_64
qemu-kvm-0.12.1.2-2.295.el6_3.2.x86_64
libvirt-0.9.10-21.el6_3.5.x86_64

2x Dell R720 with Xeon E5-2620 CPU's Nodes running the guests.
An FC SAN for storage
HP Micro Server for the engine

Please shout if any other details will help.

Thanks.

Regards.

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



sounds like a qemu-kvm issue.
ronen - rings any bells?

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


Re: [Users] Unable to add FCP storage domain

2013-01-16 Thread Gianluca Cecchi
On Wed, Jan 16, 2013 at 1:30 AM, Gianluca Cecchi wrote:

 Can it be that the clustered VGs on other LUNs that are skipped is the
 cause?

 BTW: tomorrow I should have a SAN guy able to mask them ...


It seems it was a problem/matter related with multipath layer, and I could
create the SD without masking the clustered LUNs
In fact, as I blacklisted the disks (PVs) that composed the VGs of the
interfering clustered logical volumes I was able to add the storage domain

Added this in my node multipath.conf
blacklist {
wwid 3600507630efe0b0c1183
wwid 3600507630efe0b0c1082
wwid 3600507630efe0b0c1182
wwid 3600507630efe0b0c1081
wwid 3600507630efe0b0c1181
wwid 3600507630efe0b0c1080
wwid 3600507630efe0b0c1180
}

In case you think it should have succeeded also without multipath
blacklisting, you can compare previous vdsm.log with errors I already sent
with the one generated right now with successful creation here:
https://docs.google.com/file/d/0BwoPbcrMv8mvS0NKd2FSWl9Yb0k/edit

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


[Users] Fail to connect to an iSCSI Eq. LUN

2013-01-16 Thread Nicolas Ecarnot

Hi,

As a beginner, I'm reading again and again, but I'm not sure of the best
way to do :

Through the oVirt web manager, I'm trying to create an iSCSI storage domain.
On my Equalogic SAN, I've created a volume with no restriction access
(for the time being).
I have two hypervisors on which I'm quite sure my network config is good
enough for now (two nics bonded for the management, and 2 nics bonded
for the iscsi). Everything is pinging ok. Networking is not an issue.

In the ovirt web manager, I try to create the very first storage domain,
of iscsi type of course.
I choose one of the node, then the iscsi discovery + login is working fine.
I can see my Equalogic volume, I'm checking it, and saving with the OK
button, and I get the following error :


Error while executing action New SAN Storage Domain: Physical device
initialization failed. Check that the device is empty. Please remove
all files and partitions from the device.


Not very interesting, but the node log file is more instructive :


Thread-2767::INFO::2013-01-16
13:35:57,064::logUtils::37::dispatcher::(wrapper) Run and protect:
createVG(vgname='7becc578-a94b-41f4-bbec-8df5fe9f46c0',
devlist=['364ed2ad5297bb022fd0ee5ba36ad91a0'], options=None)

Thread-2767::DEBUG::2013-01-16
13:35:57,066::__init__::1249::Storage.Misc.excCmd::(_log) '/usr/bin/sudo
-n /sbin/lvm pvcreate --config  devices { preferred_names =
[\\^/dev/mapper/\\] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [
\\a%3600508e0ec7b6d8dea602b0e|364ed2ad5297bb022fd0ee5ba36ad91a0%\\,
\\r%.*%\\ ] }  global {  locking_type=1  prioritise_write_locks=1
wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } 
--metadatasize 128m --metadatacopies 2 --metadataignore y
/dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0' (cwd None)

Thread-2767::DEBUG::2013-01-16
13:35:57,147::__init__::1249::Storage.Misc.excCmd::(_log) FAILED: err
=   Can't open /dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0
exclusively.  Mounted filesystem?\n; rc = 5

Thread-2767::DEBUG::2013-01-16
13:35:57,149::__init__::1249::Storage.Misc.excCmd::(_log) '/usr/bin/sudo
-n /sbin/lvm pvs --config  devices { preferred_names =
[\\^/dev/mapper/\\] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [
\\a%3600508e0ec7b6d8dea602b0e|364ed2ad5297bb022fd0ee5ba36ad91a0%\\,
\\r%.*%\\ ] }  global {  locking_type=1  prioritise_write_locks=1
wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 }  -o
vg_name,pv_name --noheading
/dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0' (cwd None)

Thread-2767::DEBUG::2013-01-16
13:35:57,224::__init__::1249::Storage.Misc.excCmd::(_log) FAILED: err
= '  No physical volume label read from
/dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0\n  Failed to read physical
volume /dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0\n'; rc = 5

Thread-2767::ERROR::2013-01-16
13:35:57,226::task::853::TaskManager.Task::(_setError)
Task=`1c5b8931-0085-489c-8962-ff5cc1323dc7`::Unexpected error

Traceback (most recent call last):
  File /usr/share/vdsm/storage/task.py, line 861, in _run
  File /usr/share/vdsm/logUtils.py, line 38, in wrapper
  File /usr/share/vdsm/storage/hsm.py, line 1680, in createVG
  File /usr/share/vdsm/storage/lvm.py, line 788, in createVG
  File /usr/share/vdsm/storage/lvm.py, line 631, in _initpvs
PhysDevInitializationError: Failed to initialize physical device:
(found: {} notFound: ('/dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0',),)



I guess the interesting part is :


Can't open /dev/mapper/364ed2ad5297bb022fd0ee5ba36ad91a0 exclusively.  Mounted 
filesystem?


On any node, this partition is not mounted.
But I have set up the access to this volume as shared on the Equalogic 
SAN, not knowing whether I should do so? I see both nodes connected on 
the same volume.

I tried to remove this permit, but it didn't help.

I also found Redhat answering such a question :


There are two ways to clear this error:

- Remove VG from the Storage LUN using vgremove command. Run this command 
from one of the hypervisors.
- Clear the first 4K from the disk . Execute the following from one of the 
hypervisors:

# dd if=/dev/zero of=/dev/mapper/diskname bs=4k count=1


I did try that, but with no luck.



Now, two things :

- Do I have to keep the access to this volume shared/allowed to all the 
hypervisors dedicated to this volume?

- What is the problem with the pvcreate command?

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


Re: [Users] windows 8 guest support

2013-01-16 Thread Jithin Raju
Hi Itamar,

I tried installing windows8 enterprise 32 bit as ovirt guest but bootloader
failed to load with error 0x5d .
host machine support vt  vt-d.
Same thing is happening while installing windows 8 in centos 6.2 host.
windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

some google results showed that its because windows 8 is not supporting IDE.
There is no option for sata controller in any of the above virtualization
solutions.
If its happening due to some other thing could you please let me know the
how to make it work.


Thanks,
Jithin


On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com wrote:

 On 01/16/2013 02:14 PM, Jithin Raju wrote:

 Hi All,

 Windows 8 guest is supported in ovirt?
 Any plan since it has some issues with qemu sata support.


 can you please elaborate on the issue?

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


Re: [Users] windows 8 guest support

2013-01-16 Thread Itamar Heim

On 01/16/2013 05:31 PM, Jithin Raju wrote:

Hi Itamar,

I tried installing windows8 enterprise 32 bit as ovirt guest but
bootloader failed to load with error 0x5d .
host machine support vt  vt-d.
Same thing is happening while installing windows 8 in centos 6.2 host.
windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

some google results showed that its because windows 8 is not supporting IDE.
There is no option for sata controller in any of the above
virtualization solutions.
If its happening due to some other thing could you please let me know
the how to make it work.


first, please open a bug for not allowing IDE device for windows 8 
(2012?) OSs (since 3.2 added them to list of OSs).
second, ronen - are there community available virtio-block drivers for 
windows 8 Jithin can try to install with?
(Jithin, you would need to attach a virtual floppy (vfd) to the guest 
during guest OS install to provide it with the driver).







Thanks,
Jithin


On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com wrote:

On 01/16/2013 02:14 PM, Jithin Raju wrote:

Hi All,

Windows 8 guest is supported in ovirt?
Any plan since it has some issues with qemu sata support.


can you please elaborate on the issue?





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


Re: [Users] Nfs version 3 or 4 when mounting predefined engine ISO?

2013-01-16 Thread Keith Robertson

Gianluca,

I can't grok all that you are asking but, here is the golden rule for 
oVirt NFS domains:
- You can export whatever you want from wherever you want so long as it 
is writable by UID=36 and GID=36 from an NFS 3/4 client. When in doubt 
test it by mounting from the Node and trying to create a file as user vdsm.


Here is my specific setup (notice that I don't pin a protocol version)
### /etc/exports
 cat /etc/exports
/virt/isodomain127.0.0.1(rw,sync)

I could have also done (and I highly recommend this when your storage 
*isn't* on oVirt Engine):
/virt/isodomain127.0.0.1(rw,sync,anonuid=some local UID 
that has write permissions to /virt/isodomain,anongid=some local GID 
that has write permissions to /virt/isodomain)


### IPtables:
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 111 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p udp --dport 892 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 892 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p udp --dport 875 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 875 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p udp --dport 662 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 662 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 2049 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 32803 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -p udp --dport 32769 -j ACCEPT


Cheers,
Keith

On 01/16/2013 09:57 AM, Gianluca Cecchi wrote:

Hello,
what should it be in 3.2 the version of NFS default ISO created on engine?
Can I change it afterwards
During engine setup I was only requested if I wanted it or not:

(f18 with ovirt-nightly repo and 3.2.0-1.20130113.gitc954518)
Configure NFS share on this server to be used as an ISO Domain? 
['yes'| 'no']  [yes] :

Local ISO domain path  [/var/lib/exports/iso] : /ISO

ok

Current situation on engine regarding iptables

[root@f18engine ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source   destination
ACCEPT all  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0
ACCEPT icmp -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0icmptype 255
ACCEPT all  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate RELATED,ESTABLISHED
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:22
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:80
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:443
ACCEPT udp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW udp dpt:111
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:111
ACCEPT udp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW udp dpt:892
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:892
ACCEPT udp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW udp dpt:875
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:875
ACCEPT udp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW udp dpt:662
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:662
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:2049
ACCEPT tcp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW tcp dpt:32803
ACCEPT udp  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0ctstate NEW udp dpt:32769
REJECT all  -- 0.0.0.0/0 http://0.0.0.0/0 0.0.0.0/0 
http://0.0.0.0/0reject-with icmp-host-prohibited


Chain FORWARD (policy ACCEPT)
target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination


ANd regarding nfs:
[root@f18engine ~]# ps -ef|grep [n]fs
root  1134 2  0 Jan15 ?00:00:00 [nfsd4]
root  1135 2  0 Jan15 ?00:00:00 [nfsd4_callbacks]
root  1136 2  0 Jan15 ?00:00:00 [nfsd]
root  1137 2  0 Jan15 ?00:00:00 [nfsd]
root  1138 2  0 Jan15 ?00:00:00 [nfsd]
root  1139 2  0 Jan15 ?00:00:00 [nfsd]
root  1140 2  0 Jan15 ?00:00:00 [nfsd]
root  1141 2  0 Jan15 ?00:00:00 [nfsd]
root  1142 2  0 Jan15 ?00:00:00 [nfsd]
root  1143 2  0 Jan15 ?00:00:00 [nfsd]

[root@f18engine ~]# systemctl status rpcbind.service
rpcbind.service - RPC bind service
 Loaded: loaded 

[Users] .img file for win2008 controller driver?

2013-01-16 Thread Jonathan Horne
Windows 2008 R2 install hits a point where it cannot find the disks, and asks 
for driver.  I assume I need a .img file to mount to virtual floppy.  I cannot 
seem to locate this, can someone point me in the right direction?  Is this 
supposed to be included with the base ovirt install?

Thanks,
jonathan


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] windows 8 guest support

2013-01-16 Thread Jim Kinney
I have same issue with Windows 8 32-bit.

HOWEVER! 64-bit does install fine and work well. No qxl driver will load
and no vsd process will run (wrong windows version error - working on git
source compile now).

On Wed, Jan 16, 2013 at 10:31 AM, Jithin Raju rajuj...@gmail.com wrote:

 Hi Itamar,

 I tried installing windows8 enterprise 32 bit as ovirt guest but
 bootloader failed to load with error 0x5d .
 host machine support vt  vt-d.
 Same thing is happening while installing windows 8 in centos 6.2 host.
 windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

 some google results showed that its because windows 8 is not supporting
 IDE.
 There is no option for sata controller in any of the above virtualization
 solutions.
 If its happening due to some other thing could you please let me know the
 how to make it work.


 Thanks,
 Jithin


 On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com wrote:

 On 01/16/2013 02:14 PM, Jithin Raju wrote:

 Hi All,

 Windows 8 guest is supported in ovirt?
 Any plan since it has some issues with qemu sata support.


 can you please elaborate on the issue?



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




-- 
-- 
James P. Kinney III
*
*Every time you stop a school, you will have to build a jail. What you gain
at one end you lose at the other. It's like feeding a dog on his own tail.
It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
*
http://electjimkinney.org
http://heretothereideas.blogspot.com/
*
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] oVirt Weekly Meeting Minutes

2013-01-16 Thread Mike Burns
Minutes:http://ovirt.org/meetings/ovirt/2013/ovirt.2013-01-16-15.00.html
Minutes (text): http://ovirt.org/meetings/ovirt/2013/ovirt.2013-01-16-15.00.txt
Log:
http://ovirt.org/meetings/ovirt/2013/ovirt.2013-01-16-15.00.log.html


=
#ovirt: oVirt Weekly Sync
=


Meeting started by mburns at 15:00:23 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2013/ovirt.2013-01-16-15.00.log.html
.



Meeting summary
---
* agenda and roll call  (mburns, 15:00:29)

* release status  (mburns, 15:04:28)
  * we're supposed to be posting the beta versions of packages  (mburns,
15:04:52)
  * (actually were supposed to do this yesterday)  (mburns, 15:05:03)
  * engine builds running now, to be posted when complete  (mburns,
15:06:30)
  * vdsm build is available in fedora updates testing, but not core
fedora yet  (mburns, 15:06:48)
  * vdsm packages downloaded from koji and loaded into beta area on
ovirt.org  (mburns, 15:07:10)
  * otopi and ovirt-host-deploy built and uploaded  (mburns, 15:07:19)
  * ovirt-node and ovirt-node iso are coming shortly, but needed vdsm
and ovirt-host-deploy uploaded first  (mburns, 15:07:47)
  * build run, now in smoketesting prior to posting  (mburns, 15:07:58)
  * mom from fedora is good  (mburns, 15:10:26)
  * still waiting on cli/sdk  (mburns, 15:11:35)
  * still waiting on log-collector image-uploader iso-uploader
guest-agent  (mburns, 15:12:06)
  * proposal:  leave alpha packages in beta for missing packages and get
updated packages in background  (mburns, 15:20:55)
  * AGREED: will move into beta with alpha packages for guest-agent,
log-collector, iso and image uploaders, sdk/cli  (mburns, 15:22:39)
  * steps left to start beta:  (mburns, 15:22:56)
  * 1.  upload new ovirt-engine rpms  (mburns, 15:23:09)
  * 2.  finalize smoketesting, build, and post ovirt-node and
ovirt-node-iso rpms  (mburns, 15:23:35)
  * 3.  send announcement  (mburns, 15:23:45)
  * ACTION: oschreib_ to follow up with mpastern and kroberts for beta
branching and packaging  (mburns, 15:25:43)
  * ACTION: mburns to finish ovirt-node related beta tasks  (mburns,
15:25:54)
  * ACTION: mburns to send out beta announcement  (mburns, 15:26:01)
  * one other request for maintainers -- please keep the tracker bug
updated with release blocking issues  (mburns, 15:26:33)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=881006   (mburns,
15:26:48)
  * Test Day scheduled for 24-Jan (Next Thursday)  (mburns, 15:28:25)

* workshops  (mburns, 15:29:33)
  * no updates on Shanghai workshop, updates coming next week  (mburns,
15:30:52)
  * registration for Sunnyvale (NetApp) is open until tomorrow  (mburns,
15:31:23)
  * Board Meeting is arranged, good attendance expected  (mburns,
15:33:06)
  * for remote participation at the board meeting, please contact dneary
(mburns, 15:33:21)
  * not really a workshop, but somewhat related -- I'll be attending
FUDCon this weekend and will propose both a talk on oVirt and will
work with people who want to deploy oVirt  (mburns, 15:34:50)
  * please feel free to say hi if you're also attending  (mburns,
15:35:21)
  * LINK:
http://wiki.ovirt.org/OVirt_Global_Workshops#oVirt_Workshop_at_Intel_Campus
(lh, 15:40:02)
  * ACTION: lh to confirm with Intel we are go for Shanghai workshop
on 20 - 21 March  (quaid, 15:41:08)
  * Shanghai dates are confirmed for 20-21 March  (mburns, 15:41:12)
  * getting reconfirmation from Intel that 20-21 March dates are locked
(lh, 15:41:31)

* Infrastructure report  (mburns, 15:42:10)
  * AlterWay Servers are available  (mburns, 15:42:20)
  * dneary has connection information  (mburns, 15:42:27)
  * New hosts from RackSpace due in a few weeks  (quaid, 15:46:15)
  * I will be on vacation and travelling in Europe starting 25 Jan
through 08 Feb (with a work/FOSDEM break on 31 - 02), so we'll be
discussing coverage on infra@  (quaid, 15:47:10)
  * Jenkins will be moving to Alter Way, migration plan forthcoming with
details to discuss before finalized on arch@  (quaid, 15:47:40)

* Other topics  (mburns, 15:49:13)
  * due to travel and the oVirt Workshop, mburns likely won't be around
for the weekly next week  (mburns, 15:49:55)
  * mburns will try to get someone else to handle this meeting next week
(mburns, 15:52:08)

Meeting ended at 15:56:02 UTC.




Action Items

* oschreib_ to follow up with mpastern and kroberts for beta branching
  and packaging
* mburns to finish ovirt-node related beta tasks
* mburns to send out beta announcement
* lh to confirm with Intel we are go for Shanghai workshop on 20 - 21
  March




Action Items, by person
---
* lh
  * lh to confirm with Intel we are go for Shanghai workshop on 20 -
21 March
* mburns
  * mburns to finish ovirt-node related beta tasks
  * mburns to send out beta announcement

Re: [Users] .img file for win2008 controller driver?

2013-01-16 Thread Andrew Cathrow
if you're using virtio for a Windows VM then you'll need virtio drivers, since 
these aren't included in the Windows install image. 

If you've got a rhel or rhev entitlement then these are on RHN, otherwise you 
can download drivers from the fedora project [1]. These are signed but not 
WHQL'd certified but should install fine. 
it looks like there's not a VFD there now just an ISO, not quite sure why I'll 
ask the maintainer - you might need to hotplug the CD during install or copy 
them into a VFD. 

[1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/ 

- Original Message -

 From: Jonathan Horne jho...@skopos.us
 To: users@ovirt.org
 Sent: Wednesday, January 16, 2013 10:45:15 AM
 Subject: [Users] .img file for win2008 controller driver?

 Windows 2008 R2 install hits a point where it cannot find the disks,
 and asks for driver. I assume I need a .img file to mount to virtual
 floppy. I cannot seem to locate this, can someone point me in the
 right direction? Is this supposed to be included with the base ovirt
 install?

 Thanks,

 jonathan

 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.
 ___
 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] windows 8 guest support

2013-01-16 Thread Jithin Raju
Hi Itamar,

I tried floppy as well with virtio-win package.
Attaching vfd floppy may not help since for me even windows installer
itself is not starting.

Thanks,
Jithin


On Wed, Jan 16, 2013 at 9:08 PM, Itamar Heim ih...@redhat.com wrote:

 On 01/16/2013 05:31 PM, Jithin Raju wrote:

 Hi Itamar,

 I tried installing windows8 enterprise 32 bit as ovirt guest but
 bootloader failed to load with error 0x5d .
 host machine support vt  vt-d.
 Same thing is happening while installing windows 8 in centos 6.2 host.
 windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

 some google results showed that its because windows 8 is not supporting
 IDE.
 There is no option for sata controller in any of the above
 virtualization solutions.
 If its happening due to some other thing could you please let me know
 the how to make it work.


 first, please open a bug for not allowing IDE device for windows 8 (2012?)
 OSs (since 3.2 added them to list of OSs).
 second, ronen - are there community available virtio-block drivers for
 windows 8 Jithin can try to install with?
 (Jithin, you would need to attach a virtual floppy (vfd) to the guest
 during guest OS install to provide it with the driver).





 Thanks,
 Jithin


 On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com
 mailto:ih...@redhat.com wrote:

 On 01/16/2013 02:14 PM, Jithin Raju wrote:

 Hi All,

 Windows 8 guest is supported in ovirt?
 Any plan since it has some issues with qemu sata support.


 can you please elaborate on the issue?





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


Re: [Users] Template restore

2013-01-16 Thread Maor Lipchuk
Hi Alex,
Can you please open a bug on that issue.
It appears that since your template have dots in its name it cannot be
import.

Regards,
Maor

On 01/16/2013 05:55 PM, Omer Frenkel wrote:
 [adding Gilad]
 what engine version is this? (latest upstream looks different and i am
 able to import copy of the template)
 Gilad - maybe you have an idea? are there any other  checks that fails
 the add with this error?
 
 
 
 *From: *Alex Leonhardt alex.t...@gmail.com
 *To: *oVirt Mailing List users@ovirt.org
 *Sent: *Monday, January 14, 2013 7:47:52 PM
 *Subject: *Re: [Users] Template restore
 
 FWIW, a screenshot that i cannot create a copy of the template
 either - and I have verified mulitple tims that the host name does
 not go beyond 40 chars incl. the suffix - the template name does
 have .s in its name though (like a normal FQDN).
 
 See attached.
 
 Alex
 
 
 On 14 January 2013 17:34, Alex Leonhardt alex.t...@gmail.com
 mailto:alex.t...@gmail.com wrote:
 
 Hi All,
 
 Am having some difficulties with restoring templates -
 
 basically, currently, I'm using each new HV (hyper-visor/node)
 as a separate DC, now, the first host has about 5 VM templates
 that I need to be able to restore to the 2nd HV I installed
 today - however - after detaching the export domain and
 re-attaching (finally) to the 2nd HV, I still am unable to
 import the templates into the 2nd HV (remember, separate data
 center) as it complains that the system - the overall
 ovirt-engine - already contains templates with the same ID, if I
 manually fake a different ID, it complains about the name, if I
 manually amend the name, it wont show at all ... :\
 
 so - how can I make the templates available to the 2nd DC to
 create VMs from it (this is the end goal) ...
 
 on top of it - i dont think that when importing templates, you
 should have to make the name unique, especially since they
 currently seem DC dependent, so in a different DC they should be
 able to have the same name; and, when restoring Templates, the
 system should assign new IDs to the Templates imported, and only
 use the originals as a verification step if the target DC is the
 same as the src DC.
 
 Any help would be very appreciated.
 
 Ta!
 Alex
 
 
 -- 
 
 | RHCE | Senior Systems Engineer | www.vcore.co
 http://www.vcore.co | www.vsearchcloud.com
 http://www.vsearchcloud.com |
 
 
 
 
 -- 
 
 | RHCE | Senior Systems Engineer | www.vcore.co
 http://www.vcore.co | www.vsearchcloud.com
 http://www.vsearchcloud.com |
 
 ___
 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: [Users] Template restore

2013-01-16 Thread Omer Frenkel


- Original Message -
 From: Maor Lipchuk mlipc...@redhat.com
 To: Alex Leonhardt alex.t...@gmail.com
 Cc: Omer Frenkel ofren...@redhat.com, Gilad Chaplik 
 gchap...@redhat.com, oVirt Mailing List
 users@ovirt.org
 Sent: Wednesday, January 16, 2013 6:18:23 PM
 Subject: Re: [Users] Template restore
 
 Hi Alex,
 Can you please open a bug on that issue.
 It appears that since your template have dots in its name it cannot
 be
 import.
 
 Regards,
 Maor
 

Thanks Maor, i missed that,
the validation in the dialog is wrong, and forbid dots..
please open a bug

 On 01/16/2013 05:55 PM, Omer Frenkel wrote:
  [adding Gilad]
  what engine version is this? (latest upstream looks different and i
  am
  able to import copy of the template)
  Gilad - maybe you have an idea? are there any other  checks that
  fails
  the add with this error?
  
  
  
  *From: *Alex Leonhardt alex.t...@gmail.com
  *To: *oVirt Mailing List users@ovirt.org
  *Sent: *Monday, January 14, 2013 7:47:52 PM
  *Subject: *Re: [Users] Template restore
  
  FWIW, a screenshot that i cannot create a copy of the
  template
  either - and I have verified mulitple tims that the host name
  does
  not go beyond 40 chars incl. the suffix - the template name
  does
  have .s in its name though (like a normal FQDN).
  
  See attached.
  
  Alex
  
  
  On 14 January 2013 17:34, Alex Leonhardt alex.t...@gmail.com
  mailto:alex.t...@gmail.com wrote:
  
  Hi All,
  
  Am having some difficulties with restoring templates -
  
  basically, currently, I'm using each new HV
  (hyper-visor/node)
  as a separate DC, now, the first host has about 5 VM
  templates
  that I need to be able to restore to the 2nd HV I installed
  today - however - after detaching the export domain and
  re-attaching (finally) to the 2nd HV, I still am unable to
  import the templates into the 2nd HV (remember, separate
  data
  center) as it complains that the system - the overall
  ovirt-engine - already contains templates with the same ID,
  if I
  manually fake a different ID, it complains about the name,
  if I
  manually amend the name, it wont show at all ... :\
  
  so - how can I make the templates available to the 2nd DC
  to
  create VMs from it (this is the end goal) ...
  
  on top of it - i dont think that when importing templates,
  you
  should have to make the name unique, especially since they
  currently seem DC dependent, so in a different DC they
  should be
  able to have the same name; and, when restoring Templates,
  the
  system should assign new IDs to the Templates imported, and
  only
  use the originals as a verification step if the target DC
  is the
  same as the src DC.
  
  Any help would be very appreciated.
  
  Ta!
  Alex
  
  
  --
  
  | RHCE | Senior Systems Engineer | www.vcore.co
  http://www.vcore.co | www.vsearchcloud.com
  http://www.vsearchcloud.com |
  
  
  
  
  --
  
  | RHCE | Senior Systems Engineer | www.vcore.co
  http://www.vcore.co | www.vsearchcloud.com
  http://www.vsearchcloud.com |
  
  ___
  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: [Users] .img file for win2008 controller driver?

2013-01-16 Thread Jonathan Horne
I did swap in the .iso file from there, but even if I manually pick the driver, 
and then the installer finally sees the disk, but  2008R2 still refuses to 
install “ to that disk”.

Any other tips I can try?

Thanks,
jonathan

From: Andrew Cathrow [mailto:acath...@redhat.com]
Sent: Wednesday, January 16, 2013 9:57 AM
To: Jonathan Horne
Cc: users@ovirt.org
Subject: Re: [Users] .img file for win2008 controller driver?

if you're using virtio for a Windows VM then you'll need virtio drivers, since 
these aren't included in the Windows install image.

If you've got a rhel or rhev entitlement then these are on RHN, otherwise you 
can download drivers from the fedora project [1]. These are signed but not 
WHQL'd certified but should install fine.
it looks like there's not a VFD there now just an ISO, not quite sure why I'll 
ask the maintainer - you might need to hotplug the CD during install or copy 
them into a VFD.



[1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/

From: Jonathan Horne jho...@skopos.usmailto:jho...@skopos.us
To: users@ovirt.orgmailto:users@ovirt.org
Sent: Wednesday, January 16, 2013 10:45:15 AM
Subject: [Users] .img file for win2008 controller driver?
Windows 2008 R2 install hits a point where it cannot find the disks, and asks 
for driver.  I assume I need a .img file to mount to virtual floppy.  I cannot 
seem to locate this, can someone point me in the right direction?  Is this 
supposed to be included with the base ovirt install?

Thanks,
jonathan


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.orgmailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] .img file for win2008 controller driver?

2013-01-16 Thread Andrew Cathrow
what error do you get? 

- Original Message -

 From: Jonathan Horne jho...@skopos.us
 To: Andrew Cathrow acath...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, January 16, 2013 11:27:27 AM
 Subject: RE: [Users] .img file for win2008 controller driver?

 I did swap in the .iso file from there, but even if I manually pick
 the driver, and then the installer finally sees the disk, but 2008R2
 still refuses to install “ to that disk”.

 Any other tips I can try?

 Thanks,
 jonathan

 From: Andrew Cathrow [mailto:acath...@redhat.com]
 Sent: Wednesday, January 16, 2013 9:57 AM
 To: Jonathan Horne
 Cc: users@ovirt.org
 Subject: Re: [Users] .img file for win2008 controller driver?

 if you're using virtio for a Windows VM then you'll need virtio
 drivers, since these aren't included in the Windows install image.

 If you've got a rhel or rhev entitlement then these are on RHN,
 otherwise you can download drivers from the fedora project [1].
 These are signed but not WHQL'd certified but should install fine.

 it looks like there's not a VFD there now just an ISO, not quite sure
 why I'll ask the maintainer - you might need to hotplug the CD
 during install or copy them into a VFD.

 [1] http://alt.fedoraproject.org/pub/alt/virtio-win/latest/
 - Original Message -

  From: Jonathan Horne  jho...@skopos.us 
 
  To: users@ovirt.org
 
  Sent: Wednesday, January 16, 2013 10:45:15 AM
 
  Subject: [Users] .img file for win2008 controller driver?
 

  Windows 2008 R2 install hits a point where it cannot find the
  disks,
  and asks for driver. I assume I need a .img file to mount to
  virtual
  floppy. I cannot seem to locate this, can someone point me in the
  right direction? Is this supposed to be included with the base
  ovirt
  install?
 

  Thanks,
 

  jonathan
 

  This is a PRIVATE message. If you are not the intended recipient,
  please delete without copying and kindly advise us by e-mail of the
  mistake in delivery. NOTE: Regardless of content, this e-mail shall
  not operate to bind SKOPOS to any order or other contract unless
  pursuant to explicit written agreement or government initiative
  expressly permitting the use of e-mail for such purpose.
 
  ___
 
  Users mailing list
 
  Users@ovirt.org
 
  http://lists.ovirt.org/mailman/listinfo/users
 
 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Video from NetApp event?

2013-01-16 Thread Peter Styk
Dave,

If you expose raw footage for me on a server somewhere, I can spend time to
re-edit, with logos, sound logos, color correction and overall make it
compact and upload so its embeddable. As to actual recording I'm exactly
9570km from NetApp HQ.

Peter


On 14 January 2013 15:58, Dave Neary dne...@redhat.com wrote:

 Hi Peter,

 At the moment we have no plans to record sessions. It's not for lack of
 desire - we don't want to have bad video online, and we don't have the
 equipment to do a good job.

 While on the subject: would anyone here like to volunteer to help capture
 video for the first two days of sessions?

 Thanks!
 Dave.




 On 01/13/2013 07:42 PM, Peter Styk wrote:

 Are there any plans to shoot some video at the NetApp event? Would be
 really cool to embed some youtubes on the wiki later on.

 Best
 polfilm


 --
 Dave Neary - Community Action and Impact
 Open Source and Standards, Red Hat - http://community.redhat.com
 Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13

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


Re: [Users] Nfs version 3 or 4 when mounting predefined engine ISO?

2013-01-16 Thread Gianluca Cecchi
On Wed, Jan 16, 2013 at 4:41 PM, Keith Robertson wrote:

 I can't grok all that you are asking but, here is the golden rule for
 oVirt NFS domains:
 - You can export whatever you want from wherever you want so long as it is
 writable by UID=36 and GID=36 from an NFS 3/4 client.  When in doubt test
 it by mounting from the Node and trying to create a file as user vdsm.


Yes,
my note was regarding a default setup that doesn't work ootb.
If it doesn't work, I think it is better not to setup it
Best would be to detect when installing a Fedora 18 node that it should
mount by default with version 4
Or enable on engine the possibility to export in version 3
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] BSOD's on Server 2008 Guests

2013-01-16 Thread Ronen Hod

On 01/16/2013 02:23 PM, Itamar Heim wrote:

On 01/16/2013 01:18 PM, Neil wrote:

Hi guys,

I have 3 Server 2008 guests running on my oVirt 3.1 system, if there
is an incorrect shutdown(power failure) of the entire system and
guests, or even sometimes a normal reboot of the guests, the 2008
Servers all start with blue screens and I have to reboot them multiple
times before they eventually boot into Windows as if nothing was ever
wrong. The Linux guests all behave perfectly on the system so I highly
doubt there are any hardware issues.

Does this problem sound familiar to anyone? I don't want to go ahead
and run all the latest updates and possibly risk bigger issues, unless
there is a good reason to.

These are the details of my system.

Centos 6.3 64bit on nodes and engine using dreyou repo.

ovirt-engine-3.1.0-3.8.el6.noarch
vdsm-4.10.0-0.44.14.el6.x86_64
qemu-kvm-0.12.1.2-2.295.el6_3.2.x86_64
libvirt-0.9.10-21.el6_3.5.x86_64

2x Dell R720 with Xeon E5-2620 CPU's Nodes running the guests.
An FC SAN for storage
HP Micro Server for the engine

Please shout if any other details will help.

Thanks.

Regards.

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



sounds like a qemu-kvm issue.
ronen - rings any bells?



Yes, it rings a bell, but in order to handle it properly we would rather get a 
proper bug report in our Bugzilla, ask questions, receive dumps ...
OTOH, since I assume that you are not a Red Hat customer, we will not handle it.

Regards, Ronen.

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


Re: [Users] windows 8 guest support

2013-01-16 Thread Ronen Hod

On 01/16/2013 05:38 PM, Itamar Heim wrote:

On 01/16/2013 05:31 PM, Jithin Raju wrote:

Hi Itamar,

I tried installing windows8 enterprise 32 bit as ovirt guest but
bootloader failed to load with error 0x5d .
host machine support vt  vt-d.
Same thing is happening while installing windows 8 in centos 6.2 host.
windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

some google results showed that its because windows 8 is not supporting IDE.
There is no option for sata controller in any of the above
virtualization solutions.
If its happening due to some other thing could you please let me know
the how to make it work.


first, please open a bug for not allowing IDE device for windows 8 (2012?) OSs 
(since 3.2 added them to list of OSs).
second, ronen - are there community available virtio-block drivers for windows 
8 Jithin can try to install with?
(Jithin, you would need to attach a virtual floppy (vfd) to the guest during 
guest OS install to provide it with the driver).



Win8 support is premature, and we are still working on it. We will publish the 
drivers as usual once the drivers are ready.

Ronen.







Thanks,
Jithin


On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com wrote:

On 01/16/2013 02:14 PM, Jithin Raju wrote:

Hi All,

Windows 8 guest is supported in ovirt?
Any plan since it has some issues with qemu sata support.


can you please elaborate on the issue?







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


Re: [Users] windows 8 guest support

2013-01-16 Thread Jithin Raju
Hi,

Windows 8 64 bit works for me as well, i just installed with IDE devices.
Problem is only with 32 bit.

Thanks,
Jithin


On Wed, Jan 16, 2013 at 9:25 PM, Jim Kinney jim.kin...@gmail.com wrote:

 I have same issue with Windows 8 32-bit.

 HOWEVER! 64-bit does install fine and work well. No qxl driver will load
 and no vsd process will run (wrong windows version error - working on git
 source compile now).

 On Wed, Jan 16, 2013 at 10:31 AM, Jithin Raju rajuj...@gmail.com wrote:

 Hi Itamar,

 I tried installing windows8 enterprise 32 bit as ovirt guest but
 bootloader failed to load with error 0x5d .
 host machine support vt  vt-d.
 Same thing is happening while installing windows 8 in centos 6.2 host.
 windows8 is not listed in guest support option in ovirt 3.1/rhel 6.3.

 some google results showed that its because windows 8 is not supporting
 IDE.
 There is no option for sata controller in any of the above virtualization
 solutions.
 If its happening due to some other thing could you please let me know the
 how to make it work.


 Thanks,
 Jithin


 On Wed, Jan 16, 2013 at 5:46 PM, Itamar Heim ih...@redhat.com wrote:

 On 01/16/2013 02:14 PM, Jithin Raju wrote:

 Hi All,

 Windows 8 guest is supported in ovirt?
 Any plan since it has some issues with qemu sata support.


 can you please elaborate on the issue?



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




 --
 --
 James P. Kinney III
 *
 *Every time you stop a school, you will have to build a jail. What you
 gain at one end you lose at the other. It's like feeding a dog on his own
 tail. It won't fatten the dog.
 - Speech 11/23/1900 Mark Twain
 *
 http://electjimkinney.org
 http://heretothereideas.blogspot.com/
 *
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] spm keeps on shifting between nodes continously

2013-01-16 Thread Jithin Raju
Hi Haim,

Is there a way to fix the SPM contending issue.

Thanks,
Jithin


On Tue, Jan 15, 2013 at 6:03 PM, Jithin Raju rajuj...@gmail.com wrote:

 Hi Haim,

 I am using posixfs(gluster). I just created one volume with one brick on
 each server (distribute).
 This volume is attached as data domain.

 Results after executing the given commands in host 1:
 [root@fig /]# vdsClient -s 0 getConnectedStoragePoolsList
 a8c8bb22-5f04-11e2-986d-525400927148

 [root@fig /]# vdsClient -s 0 getStoragePoolInfo `vdsClient -s 0
 getConnectedStoragePoolsList`
 name = dc
 isoprefix =
 pool_status = connected
 lver = 58
 domains = 1dc4f865-f151-4016-b8f3-3dcc0eca93a3:Active
 master_uuid = 1dc4f865-f151-4016-b8f3-3dcc0eca93a3
 version = 0
 spm_id = 1
 type = SHAREDFS
 master_ver = 1
 1dc4f865-f151-4016-b8f3-3dcc0eca93a3 = {'status': 'Active',
 'diskfree': '98272764', 'alerts': [], 'disktotal': '1035756371968'}

 host 2:
 [root@blueberry /]# vdsClient -s 0 getConnectedStoragePoolsList
 a8c8bb22-5f04-11e2-986d-525400927148

 [root@blueberry /]# vdsClient -s 0 getStoragePoolInfo `vdsClient -s 0
 getConnectedStoragePoolsList`
 name = dc
 isoprefix =
 pool_status = connected
 lver = 61
 domains = 1dc4f865-f151-4016-b8f3-3dcc0eca93a3:Active
 master_uuid = 1dc4f865-f151-4016-b8f3-3dcc0eca93a3
 version = 0
 spm_id = 2
 type = SHAREDFS
 master_ver = 1
 1dc4f865-f151-4016-b8f3-3dcc0eca93a3 = {'status': 'Active',
 'diskfree': '982726868992', 'alerts': [], 'disktotal': '1035756371968'}

 Thanks,
 Jithin






 On Tue, Jan 15, 2013 at 5:47 PM, Haim Ateya hat...@redhat.com wrote:

 what type of storage are you using? is it posix btw? can you please
 issues the following command on both hosts:

 vdsClient -s 0 getConnectedStoragePoolsList
 vdsClient -s 0 getStoragePoolInfo `vdsClient -s 0
 getConnectedStoragePoolsList`


 - Original Message -
  From: Jithin Raju rajuj...@gmail.com
  To: users@ovirt.org
  Sent: Tuesday, January 15, 2013 12:22:50 PM
  Subject: [Users] spm keeps on shifting between nodes continously
 
 
 
  Hi,
 
 
  I have 2 nodes of ovirt 3.1+ gluster. When i am trying to activate
  the Data center its changing to up then contend then back up
  continuously.
 
 
  Same way along with the above SPM status is shifting between the two
  nodes continously.
 
 
  With one node its working fine.
 
 
  Somebody has reported this before I remember, but do not remember the
  fix.
 
 
  engine log:
 
  2013-01-15 15:50:41,762 INFO
  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] START,
  HSMGetAllTasksInfoVDSCommand(vdsId =
  7caf739e-5ef7-11e2-aa89-525400927148), log id: 59dae374
  2013-01-15 15:50:41,791 INFO
  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] FINISH,
  HSMGetAllTasksInfoVDSCommand, return: [], log id: 59dae374
  2013-01-15 15:50:41,793 INFO
  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] FINISH,
  SPMGetAllTasksInfoVDSCommand, return: [], log id: 77055e85
  2013-01-15 15:50:41,795 INFO
  [org.ovirt.engine.core.bll.AsyncTaskManager]
  (QuartzScheduler_Worker-66) [16c01e11]
  AsyncTaskManager::AddStoragePoolExistingTasks: Discovered no tasks
  on Storage Pool DC
  2013-01-15 15:50:41,796 INFO
  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] START,
  SPMGetAllTasksInfoVDSCommand(storagePoolId =
  1a995d7c-5ef3-11e2-a8c4-525400927148, ignoreFailoverLimit = false,
  compatabilityVersion = null), log id: 318b02c2
  2013-01-15 15:50:41,798 INFO
  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] --
  SPMGetAllTasksInfoVDSCommand::ExecuteIrsBrokerCommand: Attempting on
  storage pool 1a995d7c-5ef3-11e2-a8c4-525400927148
  2013-01-15 15:50:41,800 INFO
  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] START,
  HSMGetAllTasksInfoVDSCommand(vdsId =
  7caf739e-5ef7-11e2-aa89-525400927148), log id: 22d29c5b
  2013-01-15 15:50:41,832 INFO
  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] FINISH,
  HSMGetAllTasksInfoVDSCommand, return: [], log id: 22d29c5b
  2013-01-15 15:50:41,836 INFO
  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand]
  (QuartzScheduler_Worker-66) [16c01e11] FINISH,
  SPMGetAllTasksInfoVDSCommand, return: [], log id: 318b02c2
  2013-01-15 15:50:41,841 INFO
  [org.ovirt.engine.core.bll.AsyncTaskManager]
  (QuartzScheduler_Worker-66) [16c01e11]
  AsyncTaskManager::AddStoragePoolExistingTasks: Discovered no tasks
  on Storage Pool DC
  2013-01-15 

Re: [Users] node loses contact with rhev agent

2013-01-16 Thread Vinzenz Feenstra

Hi,

Great to hear that you solved the issue. As a suggestion for next time:

Execute: service vdsmd restart on the node. You'll not loose your 
running VMs and it will work afterwards.
I think I managed to pinpoint the issue, however we're still trying to 
verify the patch I have implemented as a proposal for it.


I noticed that logs won't help me that much on that issue as this is 
some condition where the connection between host and guest times out due 
to the server being busy or something. I am not 100%ly certain about the 
cause, however the solution will be to reissue connects on time outs.


Regards,

On 01/14/2013 05:28 PM, Jonathan Horne wrote:


Ok this time instead of brutally rebuilding the node... I just 
rebooted that one node and its reading agents again.  Crisis averted.


*From:*users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On 
Behalf Of *Jonathan Horne

*Sent:* Monday, January 14, 2013 9:37 AM
*To:* Vinzenz Feenstra; users@ovirt.org
*Subject:* Re: [Users] node loses contact with rhev agent

Its happening again, what logs do I need to provide?

*From:*Vinzenz Feenstra [mailto:vfeen...@redhat.com]
*Sent:* Monday, January 07, 2013 6:20 AM
*To:* users@ovirt.org mailto:users@ovirt.org
*Cc:* Jonathan Horne
*Subject:* Re: [Users] node loses contact with rhev agent

Hi Jonathan,

Could you provide the logs for it?
Thanks.

On 01/04/2013 10:32 AM, Vinzenz Feenstra wrote:

Hi,

On 01/03/2013 08:53 PM, Jonathan Horne wrote:

i have 2 nodes now that have both lost contact with the rhev
agents on guest VMs.  if i migrate the guest to another node,
the IP address and memory usage immediately show up.  migrate
a guest back, and the IP/memory info disappears.

how can i troubleshoot what is causing this?


It'd be nice if you could send me the logs from
/var/log/vdsm/vdsm* which are on the node where it looses the
contact. I am currently trying to find exactly the cause of such
an issue as well and it would be helpful if we could be provided
with log files. Currently I am still lacking them.
I will check them and let you know what I will be able to find.

If you wouldn't mind I would be referring to you for more
questions if some will come up during the search for the cause and
I will let you know the results asap.

thanks,

jonathan

-- 


Regards,

  


Vinzenz Feenstra | Senior Software Engineer

RedHat Engineering Virtualization R  D

Phone: +420 532 294 625

IRC: vfeenstr or evilissimo

  


Better technology. Faster innovation. Powered by community collaboration.

See how it works at redhat.com



___

Users mailing list

Users@ovirt.org  mailto:Users@ovirt.org

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



--
Regards,
  
Vinzenz Feenstra | Senior Software Engineer

RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo
  
Better technology. Faster innovation. Powered by community collaboration.

See how it works at redhat.com



This is a PRIVATE message. If you are not the intended recipient, 
please delete without copying and kindly advise us by e-mail of the 
mistake in delivery. NOTE: Regardless of content, this e-mail shall 
not operate to bind SKOPOS to any order or other contract unless 
pursuant to explicit written agreement or government initiative 
expressly permitting the use of e-mail for such purpose.




This is a PRIVATE message. If you are not the intended recipient, 
please delete without copying and kindly advise us by e-mail of the 
mistake in delivery. NOTE: Regardless of content, this e-mail shall 
not operate to bind SKOPOS to any order or other contract unless 
pursuant to explicit written agreement or government initiative 
expressly permitting the use of e-mail for such purpose.



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



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

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