Re: [ovirt-users] VMs get paused when FC port in any host get online

2016-09-26 Thread Federico Alberto Sayd



El 21/09/16 a las 20:41, Nir Soffer escribió:
On Wed, Sep 21, 2016 at 9:19 PM, Federico Alberto Sayd 
mailto:fs...@uncu.edu.ar>> wrote:


Hello:

Since I upgraded to 4.0 I have troubles with the storage of my
oVirt setup. I have 2 IBM 3512 arrays connected to 8 ovirt hosts
through FC.
When a host is rebooted or when a new port get online in the FC
switchs although the port isn't connected to storage or oVirt
hosts; oVirt reports I/O problems and pause some vm's. I have to
manually resume the vm's. It seem that any change (even non
disruptive changes) to FC switchs and HBAs causes that ovirt
detects I/O problems.

How I can debug this issue. How can I know if It is related to
vdsm/ovirt, mulitpathd..?


We need to inspect engine log, vdsm log, supervdsm.log, sanlock log, 
and /var/log/messages.


If ovirt detect io problems it is probably because they are problems.

Can you file a bug and attach the logs?



Reported; logs attached: https://bugzilla.redhat.com/show_bug.cgi?id=1378967

Thank you

Federico

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


[ovirt-users] VMs get paused when FC port in any host get online

2016-09-21 Thread Federico Alberto Sayd

Hello:

Since I upgraded to 4.0 I have troubles with the storage of my oVirt 
setup. I have 2 IBM 3512 arrays connected to 8 ovirt hosts through FC.
When a host is rebooted or when a new port get online in the FC switchs 
although the port isn't connected to storage or oVirt hosts; oVirt 
reports I/O problems and pause some vm's. I have to manually resume the 
vm's. It seem that any change (even non disruptive changes) to FC 
switchs and HBAs causes that ovirt detects I/O problems.


How I can debug this issue. How can I know if It is related to 
vdsm/ovirt, mulitpathd..?


Thanks in advance


Federico

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


Re: [ovirt-users] vdsm memory consumption (ovirt 4.0)

2016-08-31 Thread Federico Alberto Sayd

Hello Nir:


I followed your instructions , added the config file, restarted vdsm, 
and today I have the vdsm logs from a host:


https://drive.google.com/file/d/0ByrwZ1AkYuyeR1hmRm90a1R6MEk/view?usp=sharing

Please tell me if you see anything related to the memory issue.


Thanks


Federico

El 30/08/16 a las 03:47, Nir Soffer escribió:
On Tue, Aug 30, 2016 at 1:30 AM, Federico Alberto Sayd 
mailto:fs...@uncu.edu.ar>> wrote:


I have issues with my ovirt setup related to memory consumption. After
upgrading to 4.0 I noted a considerable grow in vdsm memory
consumption.
I suspect that the grow is related to a memory leak.


We need more details, see bellow...


When I boot up the system and activate the host the memory consumption
is about 600MB. After 5 days running and host in maintenance mode the
memory consumption is about 1,4 GB.

I need to put my hosts in maintenance and reboot to free memory.


You can restart vdsm (systemctl restart vdsmd) instead, running vms
are not effected by this.


Can anyone help me to debug this problem?


We had a memory in vdsm-4.18.5, fixed  in vdsm-4.18.11. Since you
are running 4.18.11, there may be another leak.

Please enable health monitoring by creating
/etc/vdsm/vdsm.conf.d/50-health.conf

[devel]
health_monitor_enable = true

And restart vdsm.

Please run with this setting for couple of hours, maybe one day,
and then share the vdsm logs from this timeframe.

You may disable health monitoring by setting

[devel]
health_monitor_enable = false

Or by renaming or deleting this configuration file:

/etc/vdsm/vdsm.conf.d/50-health.conf.disabled

Nir



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


[ovirt-users] vdsm memory consumption (ovirt 4.0)

2016-08-29 Thread Federico Alberto Sayd
I have issues with my ovirt setup related to memory consumption. After
upgrading to 4.0 I noted a considerable grow in vdsm memory consumption.
I suspect that the grow is related to a memory leak.

When I boot up the system and activate the host the memory consumption
is about 600MB. After 5 days running and host in maintenance mode the
memory consumption is about 1,4 GB.

I need to put my hosts in maintenance and reboot to free memory.

Can anyone help me to debug this problem?

OS Version:
RHEL - 7 - 2.1511.el7.centos.2.10
Kernel Version:
3.10.0 - 327.22.2.el7.x86_64
KVM Version:
2.3.0 - 31.el7.16.1
LIBVIRT Version:
libvirt-1.2.17-13.el7_2.5
VDSM Version:
vdsm-4.18.11-1.el7.centos

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


Re: [ovirt-users] Upgrade 3.6 to 4.0 and "ghost" incompatible cluster version

2016-07-22 Thread Federico Alberto Sayd


El 22/07/16 a las 06:13, Milan Zamazal escribió:

"Federico Sayd"  writes:


I'm trying to upgrade ovirt 3.6.3 to 4.0, but engine-setup complaints about 
upgrading from incompatible version 3.3

I see in the engine-setup log that  vds_groups table is checked to determine
the compatibility version. The logs shows that engine-setup detects 2 clusters
versions: 3.3 and 3.6. Indeed, there is 2 clusters registered in the table:
"cluster-3.6" and "Default"

"Cluster-3.6" (version 3.6)  is the only cluster in DC in my ovirt setup.
"Default" (version 3.3)  should be a cluster that surely I deleted in a past 
upgrade.

Why a cluster named "Default" (with compatibility version 3.3) is still present
in vds_group table? Cluster "Default" isn't displayed anywhere in the web
interface.

It looks like a bug to me.  The cluster should be either missing in the
database or present in the web interface.

Could you please provide us more details about the problem?  It might
help us to investigate the issue if you could do the following:

- Install ovirt-engine-webadmin-portal-debuginfo package.
- Restart Engine.
- Go to the main Clusters tab.
- Refresh the page in your browser.
- Send us the parts of engine.log and ui.log corresponding to the
   refresh action.


Any clue to solve this issue?

As a workaround, if you are sure you don't have anything in Default
cluster, you may try to set compatibility_version to "3.6" for "Default"
cluster in vds_groups database table.

Hi Milan:


I solved the issue. I connected through ovirt-shell. The shell listed 
the two clusters and let me to delete the 3.3 "ghost" cluster.


I don't know why this cluster was visible by ovirt-shell but not by WebUI.

I migrated the engine from Centos 6 to Centos 7 in a new VM. I will try 
to install ovirt-engine-webadmin-portal-debuginfo in the old engine VM 
(I took a VM snapshot previously to delete the 3.3 cluster) and send 
you  the debug info.


Thanks for your help.

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


Re: [ovirt-users] P2V shrink disk

2015-09-17 Thread Federico Alberto Sayd

On 17/09/15 09:32, wodel youchi wrote:

Hi,

I am not sure if it's the right place to post this question.

I tried to do a P2V operation of a Win2k3 server to ovirt 3.5


the physical server is RAID5 of 3x146Go configured, about 290 Go 
usable space, but the server uses about 20Go only.


I am wondering how to shrink the disk of the migrated physical 
machine, do I have to do it before using P2V tool?


The same question for Linux servers.

Thanks.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
You can use clonezilla to migrate your physical server to an oVirt VM. 
Prepare a vm with a disk of the same size and configure as thin 
provision. Boot both servers with clonezilla and clone using the 
network. Clonezilla only copies the used block in your source disk. Note 
that you need to include some ide drivers in your source server before 
clone in order your Windows server can boot up[1]


[1] https://support.microsoft.com/en-us/kb/314082
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] overt node el6 to el7 upgrade

2015-05-11 Thread Federico Alberto Sayd

On 07/05/15 17:29, Charles Weber wrote:

Hi everyone
I have been using node el6 with fiber channel multipathing and multiple NICS. 
Works fine. Obviously after 3.6.1 or .2 is out I will want to upgrade.  How 
well do the nodes handle upgrading from el6 to el7? Has anyone done this?
Thanks,
Chuck

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


I haven't upgraded my centos 6.6 nodes, only tried to add a centos 7 
node and as for oVirt 3.5.1 you can't mix el6 and el7 in the same cluster.


I don't know if this will change in a next oVirt release.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] VDSM memory consumption

2015-03-26 Thread Federico Alberto Sayd

On 26/03/15 09:43, Matt . wrote:

Hi Daniel,

Great! Thanks.

I only see this issue happening on CentOS 7, Joop van de Wege also
confirmed he didn't see it on CentOS 6.

Cheers,

Matt
I have experienced the same issue on Centos 6.6 and Centos 7 both 
managed by the same engine.


Cheers

Federico


2015-03-26 13:33 GMT+01:00 Daniel Helgenberger :

Hello Everyone,

I did create the original BZ on this. In the mean time, lab system I
used is dismantled and the production system is yet to deploy.

As I wrote in BZ1147148 [1], I experienced two different issues. One,
one big mem leak of about 15MiB/h and a smaller one, ~300KiB. These seem
unrelated.

The larger leak was indeed related to SSL in some way; not necessarily
M2Crypto. However, after disabling SSL this was gone leaving the smaller
leak.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1147148
On Mo, 2015-03-09 at 23:49 +0100, Matt . wrote:

Hi,

I also see this on the latest 3.5 version, I'm thinking about setting
up a cronjob to restart vdsm every night.

I did the same thing. In general, it seems to be a bad idea as it
compromised system stability on the long run. While VMs seem to be fine,
engine does not like this very much.


I cannot believe that people say they don't have this issue.

This was hard for me to accept as well. I know of Markus Stockhausen and
Seven Kieske, both confirmed the small leak. This might also be some
special other service; though I started out with a minimal install of
Centos 6.

Can someone of the devs dive in maybe ?

Thanks!

Matt



2015-03-09 23:29 GMT+01:00 Dan Kenigsberg :

On Mon, Mar 09, 2015 at 10:40:51AM -0500, Darrell Budic wrote:

On Mar 9, 2015, at 4:51 AM, Dan Kenigsberg  wrote:

On Fri, Mar 06, 2015 at 10:58:53AM -0600, Darrell Budic wrote:

I believe the supervdsm leak was fixed, but 3.5.1 versions of vdsmd still leaks 
slowly, ~300k/hr, yes.

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



On Mar 6, 2015, at 10:23 AM, Chris Adams  wrote:

Once upon a time, Federico Alberto Sayd  said:

I am experiencing troubles with VDSM memory consuption.

I am running

Engine: ovirt 3.5.1

Nodes:

Centos 6.6
VDSM 4.16.10-8
Libvirt: libvirt-0.10.2-46
Kernel: 2.6.32

When the host boots, memory consuption is normal, but after 2 or 3
days running, VDSM memory consuption grows and it consumes more
memory that all vm's running in the host. If I restart the vdsm
service, memory consuption normalizes, but then it start growing
again.

I have seen some BZ about vdsm and supervdsm about memory leaks, but
I don't know if VDSM 4.6.10.8 is still affected by a related bug.

Can't help, but I see the same thing with CentOS 7 nodes and the same
version of vdsm.
--
Chris Adams 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

I'm afraid that we are yet to find a solution for this issue, which is
completly different from the horrible leak of supervdsm < 4.16.7.

Could you corroborate the claim of
Bug 1147148 - M2Crypto usage in vdsm leaks memory
? Does the leak disappear once you start using plaintext transport?

Regards,
Dan.

I don’t think this is crypto related, but I could try that if you still need 
some confirmation (and point me at a quick doc on switching to plaintext?).

This is from #ovirt around November 18th I think, Saggi thought he’d found 
something related:

9:58:43 AM saggi: YamakasY: Found the leak
9:58:48 AM saggi: YamakasY: Or at least the flow
9:58:57 AM saggi: YamakasY: The good news is that I can reproduce
9:59:20 AM YamakasY: saggi: that's kewl!
9:59:25 AM YamakasY: saggi: what happens ?
9:59:41 AM YamakasY: I know from Telsin (ping ping!) that he sees it going 
faster on gluster usage
tdosek left the room (quit: Ping timeout: 480 seconds). (10:00:02 AM)
djasa left the room (quit: Quit: Leaving). (10:00:24 AM)
mlipchuk left the room (quit: Quit: Leaving.). (10:00:29 AM)
laravot left the room (quit: Quit: Leaving.). (10:01:19 AM)
10:01:54 AM saggi: YamakasY: it's in getCapabilities(). Here is the RSS graph. 
The flatlines are when I stopped calling it and called other verbs. 
http://i.imgur.com/CLm0Q75.png

I do recall what is the issue Saggi and YamakasY were dicussing (CCing
the pair), or if it reached fruition as a patch. It is certainly
something other than Bug 1158108, as the latter speak about a leak in a
normal working state, with no getCapabilities calls.



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

--
Daniel Helgenberger
m box bewegtbild GmbH

P: +49/30/2408781-22
F: +49/30/2408781-10

ACKERSTR. 19
D-10115 BERLIN


www.m-box.de  www.monkeymen.tv

Geschäftsführer: Martin Retschitzegger / Michaela Göllner
Handeslregister: Amtsgericht Charlottenburg / HRB 112767

___
Users mailing list
Users@ovirt.o

[ovirt-users] VDSM memory consumption

2015-03-06 Thread Federico Alberto Sayd

Hello:

I am experiencing troubles with VDSM memory consuption.

I am running

Engine: ovirt 3.5.1

Nodes:

Centos 6.6
VDSM 4.16.10-8
Libvirt: libvirt-0.10.2-46
Kernel: 2.6.32

When the host boots, memory consuption is normal, but after 2 or 3 days 
running, VDSM memory consuption grows and it consumes more memory that 
all vm's running in the host. If I restart the vdsm service, memory 
consuption normalizes, but then it start growing again.


I have seen some BZ about vdsm and supervdsm about memory leaks, but I 
don't know if VDSM 4.6.10.8 is still affected by a related bug.


Any help? If you need, I can provide more information

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


Re: [ovirt-users] oVirt Windows Guest Tools

2015-01-20 Thread Federico Alberto Sayd

On 19/01/15 12:25, Itamar Heim wrote:

On 01/19/2015 04:20 PM, Blaster wrote:

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-*tool*s-iso/

Copy it to where you need it...



its a wiki - please update it to make it easy for future use...
thanks


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


Re: [ovirt-users] Migration Progress Bar UI question, was Migration Progress Bar not updating

2014-11-20 Thread Federico Alberto Sayd

On 20/11/14 04:36, Tomas Jelinek wrote:


- Original Message -

From: "s k" 
To: "Omer Frenkel" 
Cc: users@ovirt.org
Sent: Wednesday, November 19, 2014 11:25:13 AM
Subject: Re: [ovirt-users] Migration Progress Bar not updating

One of the migrations took about 1 minute and the progress bar was never
updated.

did you have the browser with webadmin focused? It lowers the update frequency 
when you focus some other window.
Also, could you please provide VDSM logs from such migration?
thanx,
Tomas

Sorry if I get off topic but it is related. Why is the migration bar on 
the webUI in the vm list ??


I think that a more appropriate site would be the task tab. Migration is 
a task (not all time present) and differs of metrics as 
cpu/memory/network. Also the vm list is "over populated" with items and 
is hard to visualize in small screens.


Regards

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


Re: [ovirt-users] separate ovirtmgmt from glusterfs traffic

2014-11-18 Thread Federico Alberto Sayd

On 18/11/14 06:25, Juan Pablo Lorier wrote:

Hi,

In my experience, having ovirt traffic on the same nic that gluster 
can make your platafrom unstable. I was using it for large file 
storage and gluster has so big traffic that ovirt got confused and 
started marking hosts as unavailable because of hi latency.
I've opened an RFE over a year ago, but had no luck with the team to 
get it done. In the RFE I was asking to have a way in the UI to decide 
which nic to use for gluster other than the MGMT net that is the one 
ovirt lets you use.
There's another way to do this and it's from outside ovirt. There you 
have to unregister and re register the bricks using gluster console 
commands. This way, when you register the bricks, you can specify the 
IP address of the spare NIC and then the traffic will not interfere 
with the mgmt.
There's a step that I don't recall much, but ovirt is going to need to 
know that the bricks are no longer is the mgmt IP, maybe someone else 
in the list can help with this. I can tell you that if you search the 
list you'll see my posts about this and the replys of those who helped 
my back then.

Regards,


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




I think that the possibility to add a separate storage network is a 
must. It doesn't make sense Gluster support if you can't separate 
management network traffic of storage network traffic. In 3.5 you can 
define management/vm/display/migration interfaces but not storage 
interfaces.  Why? I don't know. But I think that Gluster support is 
incomplete without exclusive storage networking.


Regards

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


Re: [ovirt-users] can't create new disk for vm

2014-11-17 Thread Federico Alberto Sayd

On 17/11/14 13:47, Nathanaël Blanchet wrote:

Hi all,

Since I upgraded engine to 3.5, I can't  add new disk anymore to 
existant vms, none than create a new vm with a new disk. Clicking on 
OK button after the disk definition does nothing. I tried many 
situations (preallocated or thin provision) or changing of storage 
domain, but it is the same. Has anybody encountered the same issue?

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


Yes, it is a bug, 3.5 introduces disk profiles, but a default profile 
isn't created at upgrade. You must create a default profile by storage 
domain. Go to Storage, Select a Storage Domain->Disk Profile Tab-> New, 
and create a new profile, i.e. "default" with QoS "unlimited". Now you 
can create new disk and attach to vm's.


Regards

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


Re: [ovirt-users] Ubuntu/Debian support?

2014-11-17 Thread Federico Alberto Sayd

On 17/11/14 04:41, Itamar Heim wrote:

So, a quick non-scientific poll...

Motivation: It has been suggested that adding ubuntu or debian distro 
support could broaden the reach of the oVirt community.
To date, there has been some work towards this goal, but it is not 
"coming to a conclusion".


Questions that comes to mind:

1) Is this still an issue?
I think that to support other serious distros would highlight the fact 
that oVirt is distro agnostic. Today oVirt still is "RedHat-centric"

2) Can we afford to dilute the focus we have as it is hard enough to
   stabilize the currently supported distro's? is it worth the
   potential impact?
3) Would it have maintainers catering to it so it won't be left behind
   / delay development?
4) Why bother with host support, ovirt-node can be used?
5) Why bother with engine support, a virtual appliance or a docker
   image could be used?
6) if we do it, should we focus on Ubuntu or Debian distro first?
Debian, of course, it is upstream of Ubuntu and its release criteria 
compares to Centos or RHEL

7) if we do it, should we focus on host or engine first?
I think that implementing host in Debian/Ubuntu would involve less work 
and after all, node/host is the core of virtualization infrastructure.


Thoughts?

Thanks,
   Itamar
___
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] separate ovirtmgmt from glusterfs traffic

2014-11-13 Thread Federico Alberto Sayd

On 13/11/14 08:41, Demeter Tibor wrote:

Hi,

I have a 3 node gluster based cluster. There are 3x3 Nic with bonding. 
Sometimes the management is very slow because high gluster traffic.


Is it possible to separate ovirtmgmt network from glusterfs traffic?
I have only one interface (ovirtmgmt) for all of services (migration, 
etc).
I just wondering I will make three VLANs for these services and use 
the QoS function. But how can specify glusterfs for use an other vlan 
for gluster traffic an a other one for management?

Also, I have more questions about this:

- If I specify a VLAN on ovirtmgmt, then what happend on nodes? I'm 
afraid the nodes will lost the connection with each other nodes.
- Is it possible on a live system? What will happen with the mounted 
glustefs based datastores?
- What does "vm network" mean on ovirtmgmt interface? Can I use this 
for seperate network traffic?



My plan is
- vlan.101 ovirtmgmt
- vlan 102 glusterfs
- vlan 103 migration
- vlan 104 display

What is the recommended procedure of this?

Thanks in advance,

Regards,

Tibor




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

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


[ovirt-users] Issues with oVirt 3.4, centos 6.6 and Gluster

2014-11-05 Thread Federico Alberto Sayd
I have found some issues while trying to install two nodes with centos 
6.6, oVirt 3.4 and cluster functionality.


1 - If you enable the gluster service in a cluster, when you install the 
hosts, the installation fails because it tries to install the gluster 
packages from Centos repository and a dependency problem is reported.


Workaround: Install the package yum-plugin-priorities and set priority=1 
in the /etc/yum.repos.d/ovirt-3.4-dependencies.repo, section glusterfs-epel.


2 - If you reboot the host, the service glusterd doesn't start at init, 
and host becomes non operational.


Workaround: Manually set glusterd to start at boot, using for example 
ntsysv.


Regards

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


Re: [ovirt-users] importing a qcow2 disk into ovirt 3.5?

2014-10-21 Thread Federico Alberto Sayd

On 21/10/14 02:27, Paul Jansen wrote:
I've just been doing some searching to try and work out how to get a 
vmware windows VM into ovirt.
It seems that the newest virtv2v has dropped support for importing 
from an ESXi standalone machine - and now only works with vcenter.  I 
didn't have any success with using the current virt-v2v attaching to 
an ESXi host.


I've prepared the VM by first removing the vmware tools and have 
installled the various virtio drivers, as well as running the 
'mergeide' registry file to enable IDE.  I've used 'qemu-img' to 
convirt this VMDK file to QCOW2.  It does not appear that there is a 
straightforward way for me to import this new qcow2 disk into ovirt.


It seems my best option at the moment is to export the VMware VM as an 
OVA and then try and use a newer virt-v2v to import this into ovirt.
Alternatively I could construct a VM in virt-manager and attach the 
converted qcow2 disk to it, and then use virt-v2v to import this into 
ovirt.


Can someone suggest an alternative course of action? It seems strange 
that I can't just import a disk into ovirt, construct a VM and attach 
the disk.


Is there anything int he works to make this process easier?

Thanks,
Paul



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

I have not found a way to import qcow2 disk into oVirt.

The last time I needed to import a qcow2 disk to oVirt I created a vm in 
a kvm server (my pc..) with virt-manager, then I added the qcow disk, 
and booted the vm with clonezilla. Then I created a VM in oVirt, 
provisioned with similar disks and booted also with clonezilla. Then I 
cloned from kvm to oVirt. After I deleted the native kvm vm and disks. 
In this way I bypassed all the import, export, ova compatibility, 
virt2virt, etc.


Simple and practical

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


Re: [ovirt-users] delete snapshots or create a template make a huge impact on VMs on SPM-node

2014-09-25 Thread Federico Alberto Sayd

On 25/09/14 08:57, Ricky Schneberger wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When we do some tasks in ovirt as delete an snapshot or clone a machine
or just want to make a machine template the impact on VMs residing on
the SPM node is huge. Is there a way to prevent this? This is just
normal tasks and we do this all the time.

- -- 
Ricky Schneberger


- 
DANGER! Human at keyboard!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQkA0AACgkQOap81biMC2MfdwCdEe4PJs0OdQwqsrNVg4qmGwuJ
Tp4An0rnDMjHf2JcS/lC7d4pBb3G9Jzw
=5yO2
-END PGP SIGNATURE-


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
I have experienced the same behavior, even some vms freeze if SPM's CPU 
goes near 100 % because storage operations


Regards

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


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

2014-09-15 Thread Federico Alberto Sayd

On 12/09/14 09:22, Itamar Heim wrote:
With oVirt 3.5 nearing GA, time to ask for "what do you want to see in 
oVirt 3.6"?


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



Backup frontend through WebUI

Progress bar and percent of completion also for snapshots vm cloning and 
disk copy


Basic vm performance graphs in the WebUI without Reports/DHW


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


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

2014-09-12 Thread Federico Alberto Sayd

On 12/09/14 09:55, Jakub Bittner wrote:

ISO upload over web UI.

+1, Is it so hard to implement such feature?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How to reset vm from unknown state?

2014-07-28 Thread Federico Alberto Sayd

On 25/07/14 15:37, Arman Khalatyan wrote:


Hi. My nfs storage got problems and one of the vms went to unknown 
state. Other vms on the same storage were back to normal state.

Are there way to reset state of vm???
I am using ovirt 3.4.0-1 with centos6.5

Thenks.
Arman

On Jul 25, 2014 7:47 PM, "Brian Proffitt" > wrote:



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

Did you tried restarting ovirt-engine service?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt nodes lose up status

2014-07-23 Thread Federico Alberto Sayd

On 23/07/14 12:19, Fabien CARRE wrote:

Hello,
I am experiencing an issue with on my current ovirt DC.
The setup is 2 machines running Ovit Nodes connected to a LaCie 12big 
Rack Fibre 8, the nodes are connected to both controllers.. This 
configuration has worked fine for a couple of weeks.


Recently the nodes go from Up status to Non Operational. When I 
activate them back they don't last more than 2 minutes.



/var/logl/messages on both nodes shows the same errors :
Jul 23 15:14:58 localhost kernel: device-mapper: table: 253:0: adding 
target device sdc caused an alignment inconsistency: 
physical_block_size=4096, logical_block_size=512, 
alignment_offset=170496, start=0
Jul 23 15:14:58 localhost kernel: device-mapper: table: 253:0: adding 
target device sdc caused an alignment inconsistency: 
physical_block_size=4096, logical_block_size=512, 
alignment_offset=170496, start=0
Jul 23 15:14:58 localhost kernel: device-mapper: table: 253:1: adding 
target device sdd caused an alignment inconsistency: 
physical_block_size=262144, logical_block_size=512, 
alignment_offset=16384, start=0
Jul 23 15:14:58 localhost kernel: device-mapper: table: 253:1: adding 
target device sdd caused an alignment inconsistency: 
physical_block_size=262144, logical_block_size=512, 
alignment_offset=16384, start=0


Jul 23 15:15:58 localhost vdsm scanDomains WARNING Metadata collection 
for domain path /rhev/data-center/mnt/rhevm:_opt_exports_export 
timedout#012Traceback (most recent call last):#012  File 
"/usr/share/vdsm/storage/fileSD.py", line 662, in 
collectMetaFiles#012sd.DOMAIN_META_DATA))#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 297, in 
callCrabRPCFunction#012*args, **kwargs)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 184, in 
callCrabRPCFunction#012rawLength = 
self._recvAll(LENGTH_STRUCT_LENGTH, timeout)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 150, in 
_recvAll#012raise Timeout()#012Timeout
Jul 23 15:16:00 localhost vdsm scanDomains WARNING Metadata collection 
for domain path /rhev/data-center/mnt/rhevm:_opt_exports_export 
timedout#012Traceback (most recent call last):#012  File 
"/usr/share/vdsm/storage/fileSD.py", line 662, in 
collectMetaFiles#012sd.DOMAIN_META_DATA))#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 297, in 
callCrabRPCFunction#012*args, **kwargs)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 184, in 
callCrabRPCFunction#012rawLength = 
self._recvAll(LENGTH_STRUCT_LENGTH, timeout)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 150, in 
_recvAll#012raise Timeout()#012Timeout
Jul 23 15:16:09 localhost vdsm scanDomains WARNING Metadata collection 
for domain path /rhev/data-center/mnt/rhevm:_opt_exports_export 
timedout#012Traceback (most recent call last):#012  File 
"/usr/share/vdsm/storage/fileSD.py", line 662, in 
collectMetaFiles#012sd.DOMAIN_META_DATA))#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 297, in 
callCrabRPCFunction#012*args, **kwargs)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 184, in 
callCrabRPCFunction#012rawLength = 
self._recvAll(LENGTH_STRUCT_LENGTH, timeout)#012  File 
"/usr/share/vdsm/storage/remoteFileHandler.py", line 150, in 
_recvAll#012raise Timeout()#012Timeout



Has anyone met such a problem ?

Thank you

Fabien Carré


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

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


Re: [ovirt-users] Backup solutions for Ovirt

2014-07-22 Thread Federico Alberto Sayd

On 22/07/14 11:52, Itamar Heim wrote:

On 07/22/2014 05:26 PM, Jiří Sléžka wrote:

Dne 18.7.2014 9:27, saurabh napsal(a):

It would be great as any of you provide any pointer on this issue.


Hello,

I believe there is currently no backup solution for oVirt. You can do
backups inside of vms or you can simply power-off vm and then export it
to the export storage. There is work underway on the backup API -
http://www.ovirt.org/Features/Backup-Restore_API_Integration


the backup api is implemented in 3.3 or 3.4 already. now backup 
solutions need to provide integration with it (or open source backup 
solutions - not familiar with these)



http://www.ovirt.org/Features/Backup-Restore_API_Integration
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt-release.rpm 3.4 dead link

2014-07-21 Thread Federico Alberto Sayd

Hello:

The link to ovirt-release.rpm 3.4 is dead:

http://www.ovirt.org/OVirt_3.4_Release_Notes#Install_.2F_Upgrade_from_Previous_Versions

Where is the ovirt-release.rpm ??

Thanks

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


Re: [ovirt-users] Orphaned record in the engine DB prevents host removal

2014-07-04 Thread Federico Alberto Sayd

On 04/07/14 14:45, Oved Ourfali wrote:

Is there a migration of this VM in progress? Did it migrate recently?
Thank you Oved, I have already solved the problem, I have posted the 
solution to the list.


However I don't understand how the data is recorded in the table 
"vm_dyanmic".


I guess that in this table the engine records the current status data of 
the vm's in the datacenter. In my engine DB almost all the registries in 
the "vm_dynamic" table have a vm id in the "migrating_to_vds" field, 
this id is the same in the "run_on_vds" field.


Is it right that the "migrating_to_vds" field have a value after the vm 
has been migrated??


My setup:

oVirt Engine Version: 3.4.0-1.el6
Nodes (vds's, hosts, etc.): Centos 6.5 ovirt-node 3.4, vdsm-4.14.6-0.el6

Thank you, and happy weekend!

Federico

I suggest to attach the engine log here as well, if possible, for examination. 
Cc-ing some guys that might help but bare in mind that for some of them it is 
already weekend.

Oved

On Jul 4, 2014 6:07 PM, Federico Alberto Sayd  wrote:

Hello People:

I am trying to remove a host from ovirt-engine but I have fouHello People:

I am trying to remove a host from ovirt-engine but I have found that a
orphaned record in the engine DB prevents the removal of the host.
The host is in maintenance mode, it doesn't have vm's running on it.
The engine logs says that there is a reference to the id of the host
(vds_id in the table vds_static) in the field "migrating_to_vds" in the
table "dynamic_vds". Obviously this is a orphaned record, but a
constraint in the table "dynamic_vds" prevents the removal of the host.
How can I solve this?
Someone that knows the internals of engine's DB that can confirm if I
can remove the problematic registry in order to remove the host??
Another solution?

I really need to remove this host. Please help and

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] Orphaned record in the engine DB prevents host removal

2014-07-04 Thread Federico Alberto Sayd

On 04/07/14 12:07, Federico Alberto Sayd wrote:

Hello People:

I am trying to remove a host from ovirt-engine but I have found that a 
orphaned record in the engine DB prevents the removal of the host.

The host is in maintenance mode, it doesn't have vm's running on it.
The engine logs says that there is a reference to the id of the host
(vds_id in the table vds_static) in the field "migrating_to_vds" in 
the table "dynamic_vds". Obviously this is a orphaned record, but a 
constraint in the table "dynamic_vds" prevents the removal of the host.

How can I solve this?
Someone that knows the internals of engine's DB that can confirm if I 
can remove the problematic registry in order to remove the host?? 
Another solution?


I really need to remove this host. Please help and

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


Well, I solved the problem of host removal, some of reverse engineering 
over the DB structure and I can solve the problem.


For any reason that I don't know, I migrated a vm from a host to other 
host in the cluster, but in the table vm_dynamic that apparently 
contains the dynamic values of vm's, the field "migrating_to_vds" was 
not updated and still held the id of the vds (node, hypervisor, host, 
etc.) which was migrated from. Same host that I had put in maintenance 
in order to remove it.


I guess that the right behaviour is  update the "migrating_to_vds" field 
with the vm_guid of the vds (node, hypervisor) to which the vm is being 
migrated. But, I don't know what was wrong when the vm was migrated and 
therefore the value was not updated.


Simply I took the vds id from the error in engine.log, searched in the 
vd_dynamic table a row with this value in the field "migrating_to_vds" 
then I retrieved from the same row the value of the vm id from the field 
"vm_guid", then I searched in the table "vd_static" the name of the vm 
with such vm_guid. Then from the engine interface I migrated again this 
vm and the value in the field "migrating_to_vds" was correctly updated 
with the guid of the destination host. Then, the engine doesn't 
complaint anymore and I could remove the host.


The question is, why did not the migration update the value of 
"migrating_to_vds" field in the table vm_dynamic or did incorrectly 
update it??


Sorry if you don't understand all above, I don't write very well in 
English, and it is a bit painful to try to explain this situation in 
other language..!


Regards

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


[ovirt-users] Orphaned record in the engine DB prevents host removal

2014-07-04 Thread Federico Alberto Sayd

Hello People:

I am trying to remove a host from ovirt-engine but I have found that a 
orphaned record in the engine DB prevents the removal of the host.

The host is in maintenance mode, it doesn't have vm's running on it.
The engine logs says that there is a reference to the id of the host
(vds_id in the table vds_static) in the field "migrating_to_vds" in the 
table "dynamic_vds". Obviously this is a orphaned record, but a 
constraint in the table "dynamic_vds" prevents the removal of the host.

How can I solve this?
Someone that knows the internals of engine's DB that can confirm if I 
can remove the problematic registry in order to remove the host?? 
Another solution?


I really need to remove this host. Please help and

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


Re: [ovirt-users] Live snapshot not working

2014-07-03 Thread Federico Alberto Sayd

On 03/07/14 04:50, Punit Dambiwal wrote:

Hi,

I want to create a live snapshot of VM, but it failed with the 
following error :-


There are 3 event logs : -

- Snapshot '3July' creation for VM 'test' was initiated by admin.
- Failed to create live snapshot '3July' for VM 'test'. VM restart is 
recommended.

- Failed to complete snapshot '3July' creation for VM 'test'.

Please help me to find some workaround for this...

Thanks,
Punit


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

Are you using Centos 6 ??


Binaries for quemu-kvm from Centos don't have the live snapshot feature 
activated (The source code has the features but the rpms are compiled 
without them)
You can download and install with rpm and the "--force" option the rpms 
provided in 
http://jenkins.ovirt.org/job/qemu-kvm-rhev_create-rpms_el6/lastSuccessfulBuild/artifact/rpms/ 
(Download the last version of every rpm)


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


[ovirt-users] Issues with gpg key from epel

2014-07-02 Thread Federico Alberto Sayd

I have a issue when installing a Centos 6.5 node from the engine.

I installed a mininal Centos 6.5, configured network, installed 
ovirt-release.rpm, but when the engine tries to install the node, it 
install ok the packages from ovirt repo, but when it tries to install 
from epel then fails because yum does not find the gpg key for epel repos.


I need to manually install the gpg key then the node installation is 
completed and ok:


wget http://fedoraproject.org/static/217521F6.txt

rpm --import 217521F6.txt

Is it normal? or should the gpg key be installed from the ovirt-release.rpm?

Regards

Federico

PD: Sorry my English
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Spam Re: [Video]: New Live Migration Progess Bar for oVirt

2014-07-02 Thread Federico Alberto Sayd

On 02/07/14 06:44, Markus Stockhausen wrote:

Von: users-boun...@ovirt.org [users-boun...@ovirt.org]" im Auftrag von 
"Maurice James [mja...@media-node.com]
Gesendet: Montag, 30. Juni 2014 16:33
An: Brian Proffitt
Cc: users
Betreff: [ovirt-users] Spam  Re:  [Video]: New Live Migration  Progess Bar for 
oVirt

is that progress bar also implemented for disk migrations?


+1 and maybe snapshot deletion can use this too (can take up to 15 minutes).





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

+1 disk migration and snapshot creation/deletion
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Clome thin provision to thin provision??

2014-04-01 Thread Federico Alberto Sayd

On 01/04/14 02:43, Gadi Ickowicz wrote:

Hi,

This should be possible AFAIK - are you selecting thin provision for each disk? 
if you are, could you please attach engine logs and vdsm logs from the spm host 
for the time of creation of the vm from the snapshot?
also - your vdsm version is quite a bit older than the engine version


Thanks,
Gadi Ickowicz

- Original Message -
From: "Federico Alberto Sayd" 
To: "users@oVirt.org" 
Sent: Monday, March 31, 2014 6:45:13 PM
Subject: [Users] Clome thin provision to thin provision??

Hello:

Is it possible to clone a vm with thin provisioned disks to another vm
with thin provisioned disks too?

Currently when I clone a VM from a snapshot, although I choose "thin
provision" in "resource allocation"->"Storage Allocation" from the
"Clone VM from Snapshot dialog", the VM is created with preallocated disk(s)

Is this the default or there is a problem with my engine/nodes installation?

Engine: Centos 6.5, ovirt-engine 3.4.0-1.el6
Nodes: Centos 6.5, vdsm-4.13.3-2.el6
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



A screencast of cloning: https://www.youtube.com/watch?v=nr4nSr6ldW8

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


Re: [Users] Clone thin provision to thin provision??

2014-04-01 Thread Federico Alberto Sayd

On 01/04/14 02:43, Gadi Ickowicz wrote:

Hi,

This should be possible AFAIK - are you selecting thin provision for each disk? 
if you are, could you please attach engine logs and vdsm logs from the spm host 
for the time of creation of the vm from the snapshot?
also - your vdsm version is quite a bit older than the engine version


Thanks,
Gadi Ickowicz

- Original Message -
From: "Federico Alberto Sayd" 
To: "users@oVirt.org" 
Sent: Monday, March 31, 2014 6:45:13 PM
Subject: [Users] Clome thin provision to thin provision??

Hello:

Is it possible to clone a vm with thin provisioned disks to another vm
with thin provisioned disks too?

Currently when I clone a VM from a snapshot, although I choose "thin
provision" in "resource allocation"->"Storage Allocation" from the
"Clone VM from Snapshot dialog", the VM is created with preallocated disk(s)

Is this the default or there is a problem with my engine/nodes installation?

Engine: Centos 6.5, ovirt-engine 3.4.0-1.el6
Nodes: Centos 6.5, vdsm-4.13.3-2.el6
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


This are the logs at the moment when I cloned a thin provisioned vm (I 
have to fix the timezone in the node to +3)


engine.log: http://pastebin.com/dWtTP7Tg
vdsm.log from SPM host: http://pastebin.com/gHfzDVW6

I can't see in the logs any clue. I updated the nodes to the latest 
version: vdsm-4.14.6-0.el6, but the problem continues. I detected that 
some vm's are cloned as thin but others as preallocated altough I choose 
"thin provision"


Thank you

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


Re: [Users] live storage migration - when is this being targeted?

2014-03-31 Thread Federico Alberto Sayd

On 31/03/14 04:17, Paul Jansen wrote:
From what I can understand ovirt 3.4.0 - or a least the hypervisor 
part based on el6 - cannot do live storage migration due to an older 
qemu-kvm package.


AFAIK isn't a old qemu-kvm package but a exclusive rhev package with the 
live storage migration flags activated in the rpm build spec.


I could activate live storage migration in 3.4 using the packages of 
this 3rd party repo: http://www.dreyou.org/ovirt/vdsm/Packages/


I manually installed (rpm -i) qemu-img-rhev and qemu-kvm-rhev in each 
node. I didn't need to update vdsm.


Yes I know that is not the most elegant and professional way, but I need 
live storage migration.


My nodes run  Centos 6.5 and vdsm 4.13.3

I don't know why downstream includes this feature while upstream still 
don't have this. Sounds as political and commercial reasons from RH.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Clome thin provision to thin provision??

2014-03-31 Thread Federico Alberto Sayd

Hello:

Is it possible to clone a vm with thin provisioned disks to another vm 
with thin provisioned disks too?


Currently when I clone a VM from a snapshot, although I choose "thin 
provision" in "resource allocation"->"Storage Allocation" from the 
"Clone VM from Snapshot dialog", the VM is created with preallocated disk(s)


Is this the default or there is a problem with my engine/nodes installation?

Engine: Centos 6.5, ovirt-engine 3.4.0-1.el6
Nodes: Centos 6.5, vdsm-4.13.3-2.el6
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-28 Thread Federico Alberto Sayd

On 28/03/14 04:41, Sandro Bonazzola wrote:

Il 27/03/2014 20:49, Bob Doolittle ha scritto:

Just for the record, the following process works for CentOS and RHEL users 
upgrading from 3.3:

# rpm -e ovirt-release-el6
# yum install http://ovirt.org/releases/ovirt-release.noarch.rpm 


Somebody should really update the release notes about this (and the Quick Start 
Guide).

While upgrading it shouldn't be required.
See below the comments.



Thanks,
 Bob

On 03/27/2014 02:38 PM, Bob Doolittle wrote:

On 03/27/2014 02:02 PM, Sandro Bonazzola wrote:

- Messaggio originale -

Da: "Bob Doolittle" 
A: "Johan Kooijman" 
Cc: "Sandro Bonazzola" , "Gianluca Cecchi" 
, "users"

Inviato: Giovedì, 27 marzo 2014 18:33:14
Oggetto: Re: [Users] [Ann] oVirt 3.4 GA Releases

Thanks but that had no effect. Are you running RHEL (not CentOS)? I
suspect that's the issue.

When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/
I do not see *any* RPM titled "ovirt-release-el6".

Please use "ovirt-release" rpm.

I don't understand why, but "yum install ovirt-release" isn't working either. I 
see it at
http://resources.ovirt.org/releases/stable/rpm/el6/noarch/ but:

# yum install ovirt-release
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
   : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package ovirt-release available.
Error: Nothing to do

[root@ovirt-vm ~]# yum repolist
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
   : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
repo id   repo name   status
epel  Extra Packages for Enterprise Linux 6 - x86 10657
glusterfs-epelGlusterFS is a clustered file-system capabl11
glusterfs-noarch-epel GlusterFS is a clustered file-system capabl 1
ovirt-stable  Older Stable builds of the oVirt project  119

ovirt-stable is http://resources.ovirt.org/releases/stable

and ovirt-release package is there:

http://resources.ovirt.org/releases/stable/rpm/EL/6/noarch/ovirt-release-11.1.0-1.noarch.rpm

so it looks like a matter of yum cache, "yum clean metadata" should be enough 
if your cache is not expired yet (default expire is 90 minutes from
previous sync if I remember correctly).




rhel-x86_64-server-6  Red Hat Enterprise Linux Server (v. 6 for 6 12380
rhel-x86_64-server-optional-6 RHEL Server Optional (v. 6 64-bit x86_64)7044
repolist: 30212


-Bob





The Download page[1] says that the latest version of ovirt-release is 10:

"Important: If you're upgrading from a previous version, please update 
ovirt-release to the latest version (10)"


Shouldn't  it say version 11??

[1] http://www.ovirt.org/Download


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


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Federico Alberto Sayd

On 27/03/14 13:19, Bob Doolittle wrote:
I am for some reason unable to get an update for my RHEL6 system for 
the latest ovirt-release-el6 RPM.


My version remains at 10.0.1-3 instead of 11.1.0-1.

I assume this is why I have no ovirt-3.3-stable repo available, only 
ovirt-3.3.3.


I've attached my repo file if interested.

-Bob

On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:

Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:
On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt 
 wrote:


The existing repository ovirt-stable has been updated for 
delivering this release without the need of enabling any other 
repository.

Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
directly passing to 3.4?

Yes, just disable the 3.4 and stable repo, keeping the 3.3 repo enabled.

yum-config-manager --disable ovirt-stable
yum-config-manager --disable ovirt-3.4-stable
yum-config-manager --enable ovirt-3.3-stable




Thanks,
Gianluca
___
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

I too, I'm in 3.4.rc and want to upgrade to 3.4 stable.

yum update ovirt-release-el6 says that there is not update available.
What package verison does provide the repos for 3.4 stable? 10.0 or 11.1 ??
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.5 planning

2014-03-26 Thread Federico Alberto Sayd

On 26/03/14 06:51, Itamar Heim wrote:

On 03/26/2014 05:44 AM, Sven Kieske wrote:

And I still have 2 cool features which would be cool to include for 3.5:

Add Debian 7 to the list of operating systems for VMs (I guess there is
not much work to be done for that)


care to give it a shot :)
really simple sample to follow:
http://gerrit.ovirt.org/#/c/22273/



Here's the RFE for that:
https://bugzilla.redhat.com/show_bug.cgi?id=1073453

And provide qemu-guest-agent (not ovirt-guest-agent)
for more operating systems, at least centos.

ubuntu 12.04 and debian would also be cool.

I can create an RFE for that if you want.


qemu-guest-agent for centos should be opened in centos (not sure why 
its not already available)?


qemu-guest-agent is part of the qemu/kvm ecosystem and for 
debian/ubuntu - should be raised on qemu-devel and opened in 
ubuntu/debian?




For Debian, package qemu-guest-agent exists in backports:

https://packages.debian.org/wheezy-backports/qemu-guest-agent

I haven't tested it yet


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


Re: [Users] oVirt 3.5 planning

2014-03-26 Thread Federico Alberto Sayd

On 24/02/14 13:59, Itamar Heim wrote:
with oVirt 3.4 getting close to GA with many many great features, time 
to collect requests for 3.5...

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


Add support to sparsify disk trough virt-sparsify in order to reclaim 
unused space from vm disk or convert to thin provision.
This feature is usefult when you import a vm from another hypervisor 
disk is imported with full size.



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


Re: [Users] oVirt 3.5 planning

2014-03-21 Thread Federico Alberto Sayd

On 20/03/14 20:00, Federico Simoncelli wrote:

- Original Message -

From: "Itamar Heim" 
To: "Federico Alberto Sayd" , users@ovirt.org, "Federico 
Simoncelli" 
Sent: Thursday, March 20, 2014 6:47:14 PM
Subject: Re: [Users] oVirt 3.5 planning

On 03/20/2014 07:30 PM, Federico Alberto Sayd wrote:

3 - Another question, when you convert a VM to template I see that it is
created with preallocated disk even if the original VM had thinly
provisioned disk. Is there no way to make the template with the same
type of disk (thinly provisioned)??

on NFS - it doesn't matter.
on block storage - i don't remember why. maybe federico remembers.

It was for performance reasons since on block it would result in a qcow2
image. We wanted the access to the template to be as fast as possible.

The same question was brought up few months ago when we discussed importing
images from glance as templates. Anyway in that case we decided (for simplicity)
to allow the import as template also for qcow2 images.


Ok, thank you both for the clarification

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


Re: [Users] oVirt 3.5 planning

2014-03-20 Thread Federico Alberto Sayd

On 19/03/14 18:24, Itamar Heim wrote:

On 03/19/2014 08:41 PM, Federico Alberto Sayd wrote:

On 24/02/14 13:59, Itamar Heim wrote:

with oVirt 3.4 getting close to GA with many many great features, time
to collect requests for 3.5...
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



Allow select the storage domain when add a new VM from template.
Currently the vm is created in the same datastore that the template.


you can clone the template disks to multiple storage domains in the 
DC, then create the VM in any storage domain, for thinly provisioned.
for clone operation, iirc, you can do this even without having the 
template in the target storage domain?






1 - I could not find a "clone template" option, only the option "copy" 
when you select a template's disk in Templates->Disks. Is this "copy"  
the "clone" that you mention?



2 - Then can't I use a storage domain only for templates (i.e. use a 
slow performance storage only for templates)?



3 - Another question, when you convert a VM to template I see that it is 
created with preallocated disk even if the original VM had thinly 
provisioned disk. Is there no way to make the template with the same 
type of disk (thinly provisioned)??


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


Re: [Users] oVirt 3.5 planning

2014-03-19 Thread Federico Alberto Sayd

On 24/02/14 13:59, Itamar Heim wrote:
with oVirt 3.4 getting close to GA with many many great features, time 
to collect requests for 3.5...

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


Allow select the storage domain when add a new VM from template. 
Currently the vm is created in the same datastore that the template.

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


Re: [Users] el6 live snapshots and storage migration

2014-03-19 Thread Federico Alberto Sayd

On 19/03/14 06:53, Sven Kieske wrote:

In short:

you need qemu-kvm-redhat, currently just available from some 3rd party
repo.
Sorry if I missed something or if I ask something obvious, but, what is 
the difference between qemu-kvm and qemu-kvm-redhat? Is there a qemu-kvm 
version only available to RHEL?


In my setup, the nodes are Centos 6.5 and I had to install the non 
official qemu-kvm-redhat rpms to use live storage migration, and I don't 
like the idea of use non official rpms very much.



there is some work to provide this qemu version via ovirt org repo
but it's not done yet.

if you want to follow the process subscribe to this BZ:

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

if you really need this feature and don't bother about
third party repos, here you go:

http://www.dreyou.org/ovirt/vdsm/Packages/

but I don't have tested these packages myself, so:
use at your own risk.

HTH




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


Re: [Users] [RFI] GUI Changes for oVirt 4.0

2014-03-18 Thread Federico Alberto Sayd

On 18/03/14 07:47, Sven Kieske wrote:

Hi,

well basically the left pane, where I have to click through
"system->DC->etc" is plain useless to me.

I always go via the top tabs and then select the sub entity
I want to have.

So there are to many ways you can configure the same setting.

Example:
Adding a logical network

You can click:

"System->Your_DC->Networks->...wait..for..loading..->New"
or
"System" then click the "Networks" tab
(you have no long loading animation! :) ) -> "New"
(now you have of course to select the correct DC).

the latter is faster.

So I would omit this whole tree style stuff and just
kick it out.

It's not fast, and you often have to click through the tree
so I use just "System" selected in the tree and then select
the tabs I want.

Additional confusion:

When you did not select "system" and then want to use the
main tabs, you get just displayed what is appropriate for
the sub-tree of "system"..

It's just plain useless duplication of functionality imho.

Am 18.03.2014 11:29, schrieb Itamar Heim:


I agree, the plenty of tabs at any level is confusing.

Also would be nice to add views to left panel: VM's view, Storage View, 
network view. I think that the left panel should be more clear or to 
have a option to filter the stuff that it displays

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


Re: [Users] oVirt 3.5 planning

2014-03-18 Thread Federico Alberto Sayd

On 24/02/14 13:59, Itamar Heim wrote:
with oVirt 3.4 getting close to GA with many many great features, time 
to collect requests for 3.5...

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


Add progress bar to task tab to indicate the progress percent of 
snapshot creation, vm clonation, migration, etc.


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


Re: [Users] oVirt 3.5 planning

2014-02-26 Thread Federico Alberto Sayd

On 25/02/14 21:35, Jon Archer wrote:
Ability to import regular KVM images, either via command line or web 
gui...

+1, if through web gui, better
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.5 planning

2014-02-24 Thread Federico Alberto Sayd

On 24/02/14 13:59, Itamar Heim wrote:
with oVirt 3.4 getting close to GA with many many great features, time 
to collect requests for 3.5...

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



iso-upload through web gui
vm view and acl's by folder

...


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


Re: [Users] ***UNCHECKED*** Re: [vdsm] ovirtmgmt vanishes after reboot

2014-01-28 Thread Federico Alberto Sayd

On 28/01/14 11:27, Francisco Pérez wrote:
 Im setting up two networks. ovirtmgmt and a LAN. Both of them are 
gone after reboot on the node, its starts only with eth0 initial 
configuration.


Antoni, here are the outputs you requested:

[root@ovirth1 ~]# /etc/init.d/vdsmd status
VDS daemon server is running
[root@ovirth1 ~]# service vdsmd status
VDS daemon server is running
[root@ovirth1 ~]# virsh -r net-list
setlocale: No such file or directory
Name State  Autostart Persistent
--
;vdsmdummy;  active nono

[root@ovirth1 ~]# ls /etc/sysconfig/network-scripts/
ifcfg-eth0   ifdown-eth   ifdown-postifdown-tunnel  ifup-eth   
ifup-plip   ifup-routesinit.ipv6-global  route-LAN
ifcfg-lo ifdown-ippp  ifdown-ppp ifup ifup-ippp  ifup-plusb 
 ifup-sit   net.hotplug route-ovirtmgmt
ifdown   ifdown-ipv6  ifdown-routes  ifup-aliases ifup-ipv6 
 ifup-post   ifup-tunnelnetwork-functions rule-LAN
ifdown-bnep  ifdown-isdn  ifdown-sit ifup-bnep  ifup-isdn 
 ifup-pppifup-wireless  network-functions-ipv6  rule-ovirtmgmt


Dan those command are excecuted where? on the manager or the node? Im 
new at this and the logs are a little overwhelming so if you help me 
to interpret them i'll apreciate them. I have attached the whole log 
directory /var/log/vdsm/


Regards



On Thu, Jan 23, 2014 at 4:32 PM, Dan Kenigsberg > wrote:


On Thu, Jan 23, 2014 at 05:12:17PM +0100, Fabian Deutsch wrote:
> Am Donnerstag, den 23.01.2014, 12:34 -0300 schrieb Francisco Pérez:
> >  Hi. I have configured an ovirt-engine to manage an ovirt node
> > succesfully. I have created VM and all runs well but im trying
to do
> > some escenario testing and i have found an issue.
> >
> >
> >  If somehow the ovirt node is rebooted(Power failure, crash,
manual
> > reboot, etc) when its comes up it does not start the ovirtmgmt
> > network. Even if in the ovirt-engine you save network
configuration or
> > if you execute persist
> > on /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt. It tells
you it's
> > already been added to the configuration.
> >
> >
> >  Is this normal behavior after ovirt node's is rebooted? Am i
doing
> > something wrong?
>
> Hey Francisco,
>
> that sounds like a bug.
> VDSM Devs, how can we debug why the network is not brought up?

Could you share vdsm.log and supervdsm.log? When you set up ovirtmgmt,
as setupNetworks command should be visible there. Later, on "save", a
call to setSafeNetworkConfig is sent, which is expected to persist
your
network configuration.

Is it visible? Is it successful?

What do you see in the logs post boot? Can you tell whether
the vdsm-restore-net-config.init server was run? (its job is to revert
unsaved network config changes on non-ovirt-nodes).




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
I had the same issue with 3.0.1-1.0.2.el6, I saw other posts about this 
problem ( 
http://lists.ovirt.org/pipermail/users/2013-September/016705.html ) and 
then I decided to discard ovirt-node and use a full blown distro (Centos 
6.5)



Regards

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


Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly configured"

2014-01-27 Thread Federico Alberto Sayd

On 27/01/14 13:02, Moti Asayag wrote:

Hi Federico,

- Original Message -

From: "Federico Alberto Sayd" 
To: users@ovirt.org
Sent: Thursday, January 23, 2014 4:56:22 PM
Subject: Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly 
configured"

On 22/01/14 21:31, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 01:57:35PM -0300, Federico Alberto Sayd wrote:

On 22/01/14 12:13, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 07:43:52AM +, Karli Sjöberg wrote:

On Tue, 2014-01-21 at 21:22 -0300, Federico Sayd wrote:

Hello:

I am having problems with bonding

I have installed Centos 6.5 in order to use it as host. I configured
eth0 with the vlan of the management network (Vlan 70). Then I
registered the host to the engine (3.3.2-1-el6) and the engine
installed oVirt in the host without problem.  Ovirtmgmt was created
automatically and bridged with eth0.70.

Now I need to bond a second network interface (eth1) with eth0. But
when I try to bond the nics, I get the next error:

"A slave interface is not properly configured. Please verify slaves do
not contain any of the following properties: network name, boot
protocol, IP address, netmask, gateway or vlan-ID notation (as part of
interface's name or explicitly)"

Federico, where exactly do you get this error? Would you attach the
setupNetwork log from supervdsmd.log?

I get the error in the setup-network dialog in ovirt-engine.

Today I solved the issue copying the network config of other host
(same hardware), and it worked.

The supervdsm.log whith the lines logged yesterday:

http://pastebin.com/kpXrRd2w

It would be nice if the error could be more explicit, i.e. telling
the ifcfg-* that are conflictive.

I do not understand the error yet... I believe that in the text you have
quoted, Engine complains that an interface has not joined a bond. But
Engine's command to Vdsm

MainProcess|Thread-15::DEBUG::2014-01-21
13:13:21,166::supervdsmServer::95::SuperVdsm.ServerCallback::(wrapper)
call setupNetworks with ({'ovirtmgmt': {'nic': 'eth0', 'vlan': '70',
'ipaddr': '192.168.1.101', 'netmask': '255.255.255.0', 'STP': 'no',
'bridged': 'true'}}, {}, {'connectivityCheck': 'true',
'connectivityTimeout': 120}

contains no reference to a bond device, and seems to have succeeded.

One notable problem is that the network definitions lack a 'gateway'
parameter, which is very important for ovirtmgmt.

Would you share your vdsm.log, too? The output of getCapabilities before
and after setupNetworks may shed some light on the circumstances.

Regads,
Dan.


Exactly , Engine doesn't want to create the bond because the
configuration of a nic have "unacceptable" parameters.

But, specifically what parameters? Which interface? Could the error be
more explicit?

Engine complains about the contents of ifcfg-* or actual network config?
or both? In any case  I restarted network service after edit ifcfg-* files.

I got the error when I tried to bond the interfaces. The ovirtmgmt was
created by oVirt and bridged to eth0.70 when the host was installed via
oVirt Engine. After, I tried to bond the two interfaces: eth0, (with
ovirtmgmt attached to it) and eth1 (without config), then the gui showed
the error about ifcfg-* parameters.

I guess that the text that you quoted corresponds to the creation of
ovirmgmnt network at install time. I don't find in supervdsm.log any
references to the bond creation.

vdsm.log: http://pastebin.com/AGSMBnkN


I took a closer look at the vdsm.log file and i've noticed that the 
'getCapabilities'
reports the following for the 'eth1' interface:

nics': {'eth1': {'netmask': '', 'addr': '', 'hwaddr': 'e4:1f:13:1a:5b:da', 
'cfg': {'UUID': '3d63cd78-57e5-4f26-81c4-8a342a342ef4', 'NM_CONTROLLED': 'yes', 
'HWADDR': 'E4:1F:13:1A:5B:DA', 'BOOTPROTO': 'dhcp', 'DEVICE': 'eth1', 'TYPE': 
'Ethernet', 'ONBOOT': 'no'}, 'ipv6addrs': ['fe80::e61f:13ff:fe1a:5bda/64'], 
'speed': 1000, 'mtu': '1500'},

This in interface is configured with boot-protocol as 'dhcp' and cannot serve 
as a
slave. In addition, it is marked as managed by the network manager which i'm 
not sure
is advisable.

This somehow defers from the output of the ifcfg-eth1 content which didn't 
specify any
value for that device:

ifcfg-eth1:
DEVIC E=eth1
TYPE=Ethernet
ONBOOT=yes

Adding to this file:
NM_CONTROLLED=no
BOOTPROTO=none

and restarting the network service && vdsm would reflect this in

Re: [Users] Fails to add a new host due to ssh error

2014-01-24 Thread Federico Alberto Sayd

On 24/01/14 11:10, Meital Bourvine wrote:

Hi,

I'm trying to add a new host to my setup, and it fails with the following error:

014-01-24 14:12:52,129 ERROR [org.ovirt.engine.core.bll.InstallVdsCommand] 
(pool-4-thread-48) [ca35] Host installation failed for host 
efd0c4b4-e3d6-421a-b6e5-21bd5f03aa59, master-vds13.: java.io.IOException: 
Command returned failure code 1 during SSH session 'root@myhost'
 at 
org.ovirt.engine.core.utils.ssh.SSHClient.executeCommand(SSHClient.java:508) 
[utils.jar:]
 at 
org.ovirt.engine.core.utils.ssh.SSHDialog.executeCommand(SSHDialog.java:311) 
[utils.jar:]
 at org.ovirt.engine.core.bll.VdsDeploy.execute(VdsDeploy.java:1043) 
[bll.jar:]
 at 
org.ovirt.engine.core.bll.InstallVdsCommand.installHost(InstallVdsCommand.java:192)
 [bll.jar:]
 at 
org.ovirt.engine.core.bll.InstallVdsCommand.executeCommand(InstallVdsCommand.java:105)
 [bll.jar:]
 at 
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1134)
 [bll.jar:]
 at 
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1219)
 [bll.jar:]
 at 
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1895) 
[bll.jar:]
 at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174)
 [utils.jar:]
 at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116)
 [utils.jar:]
 at 
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1239) [bll.jar:]
 at 
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:362) 
[bll.jar:]
 at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:416) 
[bll.jar:]
 at org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:395) 
[bll.jar:]
 at 
org.ovirt.engine.core.bll.Backend.runInternalAction(Backend.java:636) [bll.jar:]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
[rt.jar:1.7.0_51]
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
[rt.jar:1.7.0_51]
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [rt.jar:1.7.0_51]
 at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
 at 
org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
 [jboss-as-ee.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
 [jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58)
 [jboss-as-ee.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
 [jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58)
 [jboss-as-ee.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
 [jboss-as-ejb3.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
 [jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
 [jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
 [jboss-as-ee.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation.jar:1.1.2.Final-redhat-1]
 at 
org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:52)
 [jboss-as-ejb3.jar:7.3.1.Final-redhat-1]
 at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jbos

Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly configured"

2014-01-24 Thread Federico Alberto Sayd

On 24/01/14 08:31, Moti Asayag wrote:


- Original Message -

From: "Federico Alberto Sayd" 
To: users@ovirt.org
Sent: Thursday, January 23, 2014 3:57:53 PM
Subject: Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly 
configured"

On 23/01/14 07:02, Moti Asayag wrote:

- Original Message -

From: "Federico Sayd" 
To: users@ovirt.org
Sent: Wednesday, January 22, 2014 2:22:01 AM
Subject: [Users] Centos 6.5 and bonding: "A slave interface is not
properlyconfigured"

Hello:

I am having problems with bonding

I have installed Centos 6.5 in order to use it as host. I configured eth0
with the vlan of the management network (Vlan 70). Then I registered the
host to the engine (3.3.2-1-el6) and the engine installed oVirt in the
host
without problem. Ovirtmgmt was created automatically and bridged with
eth0.70.

Now I need to bond a second network interface (eth1) with eth0. But when I
try to bond the nics, I get the next error:


Could you describe how you've created the bond ? via webadmin setup
networks
dialog or via api ?



Via webadmin Setup Network (Web GUI)

Does the setup dialog presents the new configuration when you create the bond ?
Meaning, does it draw the following ?
eth0 --
|--bond0 --- ovirtmgmt (vlan 70)
eth1 --

If it does, this is simply bug in the UI which should have better construct
the parameters to the setup networks.

Could you open a bug for it ?

You may use the setup networks api (via rest-client or using the sdk) to specify
the target configuration.


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



No, the bond is never displayed in the web UI, the error prevents the 
bond creation. I already solved the problem, only I think that would be 
fine if the UI error be more explicit and include info about to the 
interface or interfaces with problematic configurations.


I don't know if supervdsm.log or vdsm.log make reference to the 
interfaces that have unacceptable configurations.

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


Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly configured"

2014-01-23 Thread Federico Alberto Sayd

On 22/01/14 21:31, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 01:57:35PM -0300, Federico Alberto Sayd wrote:

On 22/01/14 12:13, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 07:43:52AM +, Karli Sjöberg wrote:

On Tue, 2014-01-21 at 21:22 -0300, Federico Sayd wrote:

Hello:

I am having problems with bonding

I have installed Centos 6.5 in order to use it as host. I configured
eth0 with the vlan of the management network (Vlan 70). Then I
registered the host to the engine (3.3.2-1-el6) and the engine
installed oVirt in the host without problem.  Ovirtmgmt was created
automatically and bridged with eth0.70.

Now I need to bond a second network interface (eth1) with eth0. But
when I try to bond the nics, I get the next error:

"A slave interface is not properly configured. Please verify slaves do
not contain any of the following properties: network name, boot
protocol, IP address, netmask, gateway or vlan-ID notation (as part of
interface's name or explicitly)"

Federico, where exactly do you get this error? Would you attach the
setupNetwork log from supervdsmd.log?

I get the error in the setup-network dialog in ovirt-engine.

Today I solved the issue copying the network config of other host
(same hardware), and it worked.

The supervdsm.log whith the lines logged yesterday:

http://pastebin.com/kpXrRd2w

It would be nice if the error could be more explicit, i.e. telling
the ifcfg-* that are conflictive.

I do not understand the error yet... I believe that in the text you have
quoted, Engine complains that an interface has not joined a bond. But
Engine's command to Vdsm

MainProcess|Thread-15::DEBUG::2014-01-21 
13:13:21,166::supervdsmServer::95::SuperVdsm.ServerCallback::(wrapper) call 
setupNetworks with ({'ovirtmgmt': {'nic': 'eth0', 'vlan': '70', 'ipaddr': 
'192.168.1.101', 'netmask': '255.255.255.0', 'STP': 'no', 'bridged': 'true'}}, 
{}, {'connectivityCheck': 'true', 'connectivityTimeout': 120}

contains no reference to a bond device, and seems to have succeeded.

One notable problem is that the network definitions lack a 'gateway'
parameter, which is very important for ovirtmgmt.

Would you share your vdsm.log, too? The output of getCapabilities before
and after setupNetworks may shed some light on the circumstances.

Regads,
Dan.



Exactly , Engine doesn't want to create the bond because the 
configuration of a nic have "unacceptable" parameters.


But, specifically what parameters? Which interface? Could the error be 
more explicit?


Engine complains about the contents of ifcfg-* or actual network config? 
or both? In any case  I restarted network service after edit ifcfg-* files.


I got the error when I tried to bond the interfaces. The ovirtmgmt was 
created by oVirt and bridged to eth0.70 when the host was installed via 
oVirt Engine. After, I tried to bond the two interfaces: eth0, (with 
ovirtmgmt attached to it) and eth1 (without config), then the gui showed 
the error about ifcfg-* parameters.


I guess that the text that you quoted corresponds to the creation of 
ovirmgmnt network at install time. I don't find in supervdsm.log any 
references to the bond creation.


vdsm.log: http://pastebin.com/AGSMBnkN

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


Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly configured"

2014-01-23 Thread Federico Alberto Sayd

On 23/01/14 07:02, Moti Asayag wrote:


- Original Message -

From: "Federico Sayd" 
To: users@ovirt.org
Sent: Wednesday, January 22, 2014 2:22:01 AM
Subject: [Users] Centos 6.5 and bonding: "A slave interface is not properly
configured"

Hello:

I am having problems with bonding

I have installed Centos 6.5 in order to use it as host. I configured eth0
with the vlan of the management network (Vlan 70). Then I registered the
host to the engine (3.3.2-1-el6) and the engine installed oVirt in the host
without problem. Ovirtmgmt was created automatically and bridged with
eth0.70.

Now I need to bond a second network interface (eth1) with eth0. But when I
try to bond the nics, I get the next error:


Could you describe how you've created the bond ? via webadmin setup networks
dialog or via api ?



Via webadmin Setup Network (Web GUI)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Centos 6.5: mom spam

2014-01-23 Thread Federico Alberto Sayd

On 22/01/14 21:32, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 01:57:35PM -0300, Federico Alberto Sayd wrote:

On 22/01/14 12:13, Dan Kenigsberg wrote:




The supervdsm.log whith the lines logged yesterday:

http://pastebin.com/kpXrRd2w


On an unrelated matter: this log includes

MainProcess|PolicyEngine::DEBUG::2014-01-21 
13:13:41,187::supervdsmServer::95::SuperVdsm.ServerCallback::(wrapper) call 
ksmTune with ({},) {}
MainProcess|PolicyEngine::DEBUG::2014-01-21 
13:13:41,188::supervdsmServer::102::SuperVdsm.ServerCallback::(wrapper) return 
ksmTune with None
MainProcess|PolicyEngine::DEBUG::2014-01-21 
13:13:51,220::supervdsmServer::95::SuperVdsm.ServerCallback::(wrapper) call 
ksmTune with ({},) {}
MainProcess|PolicyEngine::DEBUG::2014-01-21 
13:13:51,220::supervdsmServer::102::SuperVdsm.ServerCallback::(wrapper) return 
ksmTune with None

spam every 10 seconds. Federico, which version of mom do you have installed? I
thought we have solved a similar issue in the past.



mom-0.3.2-6.el6.noarch
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Ovirt 3.3.2. and vdsm 4.14

2014-01-22 Thread Federico Alberto Sayd

Hello:

Why Ovirt 3.3.2. installs vdsm 4.14 on Centos 6.5??

I am installing 5 nodes with Centos 6.5.

I have installed two nodes, I have added:

1 - epel repo 
(http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm)


2 - ovirt repo (http://ovirt.org/releases/ovirt-release-el.noarch.rpm)

In the two first nodes Ovirt engine installed vdsm 4.13.

Now I have installed the third node with the same repos and Ovirt 
installs vdsm 4.14 and when it tries to activate the node complains 
about the vdsm version, it says that vdsm version is not compatible:


Host "my-third-node" is installed with VDSM version (4.14) and cannot 
join cluster Cluster-XXX which is compatible with VDSM versions [4.13, 
4.9, 4.11, 4.12, 4.10].



/etc/yum.repos.d in the trhee nodes are the same:

CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo 
CentOS-Vault.repo  el6-ovirt.repo  epel.repo  epel-testing.repo 
glusterfs-epel.repo


Why the difference? It is not suppossed that oVirt 3.3.2 should install 
vdsm 3.13 ??


Thanks,

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


Re: [Users] Centos 6.5 and bonding: "A slave interface is not properly configured"

2014-01-22 Thread Federico Alberto Sayd

On 22/01/14 12:13, Dan Kenigsberg wrote:

On Wed, Jan 22, 2014 at 07:43:52AM +, Karli Sjöberg wrote:

On Tue, 2014-01-21 at 21:22 -0300, Federico Sayd wrote:

Hello:

I am having problems with bonding

I have installed Centos 6.5 in order to use it as host. I configured
eth0 with the vlan of the management network (Vlan 70). Then I
registered the host to the engine (3.3.2-1-el6) and the engine
installed oVirt in the host without problem.  Ovirtmgmt was created
automatically and bridged with eth0.70.

Now I need to bond a second network interface (eth1) with eth0. But
when I try to bond the nics, I get the next error:

"A slave interface is not properly configured. Please verify slaves do
not contain any of the following properties: network name, boot
protocol, IP address, netmask, gateway or vlan-ID notation (as part of
interface's name or explicitly)"

Federico, where exactly do you get this error? Would you attach the
setupNetwork log from supervdsmd.log?

I get the error in the setup-network dialog in ovirt-engine.

Today I solved the issue copying the network config of other host (same 
hardware), and it worked.


The supervdsm.log whith the lines logged yesterday:

http://pastebin.com/kpXrRd2w

It would be nice if the error could be more explicit, i.e. telling the 
ifcfg-* that are conflictive.


Thanks




I delete any unnecessary parameters from ifcfg-eth0 and ifcfg-eth1.

This is my network config:

ifcfg-eth0:
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes

ifcfg-eth1:
DEVIC E=eth1
TYPE=Ethernet
ONBOOT=yes

ifcfg-eth0.70:
# Generated by VDSM version 4.13.2-1.el6
DEVICE=eth0.70
ONBOOT=yes
VLAN=yes
BRIDGE=ovirtmgmt
NM_CONTROLLED=no
STP=no

ifcfg-ovirtmgmt:
# Generated by VDSM version 4.13.2-1.el6
DEVICE=ovirtmgmt
ONBOOT=yes
TYPE=Bridge
DELAY=0
IPADDR=192.168.1.101
NETMASK=255.255.255.0
BOOTPROTO=none
DEFROUTE=yes
NM_CONTROLLED=no
STP=no

No others ifcfg-* files.

I don't see the parameters that oVirt doesn't like. Any clue,
workaround, bug report?

Thanks!

Federico

PD: Sorry for my basic english
  

I´ve seen issues from folks trying to configure Host network through
webadmin and failing one too many times now, so I decided to write
something up:

http://www.ovirt.org/Bonding_VLAN_Bridge

Hope this helps!

Thanks Karli! Though it SHOULD be possible to start with eth0 and eth0.2
on the host (where "2" is the vlan id of your manamgement network), and
from there on, do all configuration via Engine.

I'd like to automate as much as possible out of this process, and iron
out remaining bugs. Hence, I would like to hear more about Federico's
mode of failure.

One comment to your wiki page: in order to better intergrate with our
recent source-routing support (mostly useful for display network),
please set GATEWAY only in ifcfg-ovirtmgmt, and remember to set
DEFROUTE=no in any other ifcfg that mentions IPADDR so as not to
override the default.

Dan.




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


[Users] oVirt node - network config not persisted

2014-01-16 Thread Federico Alberto Sayd


Hello:

I have been testing some hosts with ovirt-node (3.0.1-1.0.2.el6) and 
when I reboot the node the network config is not persisted.


I have seen that this was commented in this list, some time ago. Was 
this fixed in 3.0.3-1 release?


There is a 3.0.3-1.1 image in 
http://resources.ovirt.org/releases/3.3/iso/, but is only Fedora Core.  
No el6/Centos image?


Thank you

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


Re: [Users] ovirt-node - no reset to default option?

2014-01-13 Thread Federico Alberto Sayd

On 13/01/14 00:16, Federico Sayd wrote:

Hello:

There is some console command to reset ovirt-node to default? Or my 
unique alternative is reinstall?


Let me explain:

Actually I am testing Ovirt, my plans are use it on production, 
therefore I am testing  things as host power off or reboot, etc. I 
want to be sure that if I have to power off a host for mainteinance, 
when I booted it up again, all work flawlessly.


In my testing I powered off a cluster host member, but when I booted 
up the host again, the network configuration was reverted to an old 
configuration that I had configured previously to the registration 
with Ovirt-engine. (Before registration I had changed this config to 
the correct settings, but I never had rebooted the host).


In other cases whith other nodes, when I rebooted the node there was 
not networking config at all. I reconfigured the network interfaces 
and rebooted again and again, and nothing. The network settings 
dissapears from the status tab (TUI)  when the host boot up.


There is possible  to add a "reset to defaults" option to Ovirt node?

Thanks in advance.

Federico

PD: Sorry for my basic English


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

Sorry, I forgot:

Ovirt Node 3.0.1-1.0.2.el6 prebuilt image.
oVirt Engine Version: 3.3.2-1.el6

Thanks

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


Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Federico Alberto Sayd



Hi Malini,
> From the L&F perspective it looks much better.
What I'd like you to review is the resolution you are using.
This seems to be taken in a full-hd screen, where I think we
should be able to support somewhat lower resolution, where
L&F may have a big impact.

Would you consider posting also a lower resolution sample?


Responsive web design[1] could be the answer and a nice feature.

[1]http://en.wikipedia.org/wiki/Responsive_web_design

--

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


Re: [Users] Proposal for a fresh look and feel for Ovirt

2013-10-17 Thread Federico Alberto Sayd

On 17/10/13 05:21, René Koch (ovido) wrote:

  green is too
bright - this is just additional information which can be very useful

+1 Also, I think that a softer green would look better


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


Re: [Users] Fedora 17 status

2012-05-31 Thread Federico Alberto Sayd

On 31/05/12 11:50, Itamar Heim wrote:

On 05/31/2012 04:12 PM, Federico Alberto Sayd wrote:

Hello:

Yesterday I noticed that Fedora 17 was released, various blogs mentioned
oVirt as a main feature in this release. However I not see so much info
about Ovirt running on Fedora 17, even searching the archive list and
the wiki.

Only http://fedoraproject.org/wiki/Releases/17/FeatureList says that
oVirt is at 75%

What is the status of oVirt in Fedora 17?



fedora 17 comes out of the box with ovirt 3.0 for engine and api.
3.1 is planned to be released for fedora 17 as well.
(the UI relies on GWT which is still not in fedora, so will require 
rpms for fedora 17 from the ovirt repo still)



Thanks!

Federico

(Sorry for my poor English)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




Ok

What do you recommend, to continue using Fedora 16 or move to Fedora 17 
an use non-official rpms for GWT and web gui?


Thank you

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


[Users] Fedora 17 status

2012-05-31 Thread Federico Alberto Sayd

Hello:

Yesterday I noticed that Fedora 17 was released, various blogs mentioned 
oVirt as a main feature in this release. However I not see so much info 
about Ovirt running on Fedora 17, even searching the archive list and 
the wiki.


Only http://fedoraproject.org/wiki/Releases/17/FeatureList says that 
oVirt is at 75%


What is the status of oVirt in Fedora 17?

Thanks!

Federico

(Sorry for my poor English)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Still unable to boot in system with UEFI

2012-02-16 Thread Federico Alberto Sayd

El 15/02/12 13:35, Joey Boggs escribió:

On 02/15/2012 11:05 AM, Federico Alberto Sayd wrote:

El 15/02/12 12:34, Joey Boggs escribió:

On 02/15/2012 10:20 AM, Federico Alberto Sayd wrote:

El 14/02/12 13:29, Joey Boggs escribió:

On 02/14/2012 10:36 AM, Federico Alberto Sayd wrote:

El 14/02/12 10:35, Joey Boggs escribió:

On 02/14/2012 08:29 AM, Federico Alberto Sayd wrote:

Hello:

Recently I downloaded the ovirt stable node image. According to 
releases notes since 2.2.2 UEFI installation bug has been 
fixed, but I still can't boot from my server with UEFI. Ovirt 
installs without problem, but when the system reboots nothing  
happens, the system don't boot. Then I try to boot with super 
grub disk 2 live cd, it detects ovirt installation and boots 
the system.


I think that still there is a problem with UEFI in certain 
hardware:


Mi system is a IBM blade center HS22 7870

Can anyone confirm problems with UEFI in 2.2.2 version?

Thanks

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


Can you boot the image like you did with the grub livecd and run 
efibootmgr -v also mount /dev/disk/by-label/EFI and run find on 
where you mounted it.




Ok,

efibootmgr -v

Fatal: Couldn't open either sysfs or procfs directories for 
accessing EFI variables.

Try 'modprobe efivars' as root

I can't mount /dev/disk/by-label/EFI, when I create a directory 
and try to mount the partition, mount says:


mount: /dev/sda1 already mounted or disco busy

however, mount output don't show that /dev/sda1 is mounted

Some directories are in read only mode and I could not create a 
directory to mount the partition, I tried into /config and /live.


/dev/disk/by-label/EFI points to /dev/sda1 and "disco" is the 
directory mount point.


Also,  /proc/efi/vars/   and  /sys/firmware/efi/vars/ are not 
present


Thanks



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


Ah.. was assuming the grub disc you booted from was EFI enabled. 
Try booting the node iso in EFI mode and run through those steps 
again.


Super grub disk detects the grub.cfg from ovirt's installation and 
loads the system from this configuration. Therefore I assume that 
the kernel parameters from grub config loads the system with EFI 
enabled.


The grub config from grub's console is:

setparams 'oVirt Node Hypervisor 2.2.2-2.2.fc16'

set root=(hd0,3)
linux /vmlinuz0 root=live:LABEL=Root ro rootfstype=auto 
rootflags=ro crashkernel=512M-2G:64M,2G-:128M elevator=deadline 
quiet rd_NO_LVM rhgb rd.luks=0 rd.md=0 rd.dm=0

initrd /initrd0.img


EFI boot process is done before the grub config comes into play, and 
the grub config has a few extra lines in it. The machine I'm testing 
on when you goto the boot menu will show UEFI: $CD_DEVICE_NAME or 
for boot entries for ovirt it would show:  oVirt Node Hypervisor If 
your grub cd supports efi booting it will be noticeable in the boot 
menu. In order to do an efi installation it has to be booted in efi 
mode for it to properly setup the boot entries.



Before the Ovirt entry on Grub menu, Grub2 displays the config detected:

setparams '(hd0,gpt3)/grub2/grub.cfg'  'hd0,gpt3' 
'(hd0,gpt3)/grub2/grub.cfg'


cfg_device="$2"
cfg="$3"
root="$cfg_device"
configfile "$cfg"

Is there where "UEFI:" parameter must be present?

Sorry, I am a newbie to UEFI and Grub2, meanwhile I am reading all I 
can about Grub2 and UEFI


Thanks

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


You would see it just past the machine posting, on mine you would 
press F8 to reach a boot menu and then select cd/usb/etc from there. 
The uefi trigger happens similar to the machine reading a mbr on a 
drive. One way to notice if its working or not it a higher resolution 
perception on the monitor, text is smaller and the screen doesn't 
appear as the normal 80x25 console line/columns. You just need to find 
the right combination of keys to get in the menu. By livecd-tools 
defaults the ovirt-node iso supports efi loading. Grub2/uefi support 
in Fedora isn't quite there yet, so in this case we're still using 
legacy grub's efi loader and writing an alternate grub config to match 
it, similar to how Fedora is doing it until grub2 support is there.


I guess now I understand you. I have been searching in the UEFI text 
interface of the blade and it allows browse the EFI System Partition and 
choose a file to boot. However this EFI interface don't show any file to 
boot.


Then I booted the system with another livecd and mounted the EFI 
partition; I found that there was not any file in the EFI partition. It 
seems that

Re: [Users] Still unable to boot in system with UEFI

2012-02-15 Thread Federico Alberto Sayd

El 15/02/12 12:34, Joey Boggs escribió:

On 02/15/2012 10:20 AM, Federico Alberto Sayd wrote:

El 14/02/12 13:29, Joey Boggs escribió:

On 02/14/2012 10:36 AM, Federico Alberto Sayd wrote:

El 14/02/12 10:35, Joey Boggs escribió:

On 02/14/2012 08:29 AM, Federico Alberto Sayd wrote:

Hello:

Recently I downloaded the ovirt stable node image. According to 
releases notes since 2.2.2 UEFI installation bug has been fixed, 
but I still can't boot from my server with UEFI. Ovirt installs 
without problem, but when the system reboots nothing  happens, 
the system don't boot. Then I try to boot with super grub disk 2 
live cd, it detects ovirt installation and boots the system.


I think that still there is a problem with UEFI in certain hardware:

Mi system is a IBM blade center HS22 7870

Can anyone confirm problems with UEFI in 2.2.2 version?

Thanks

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


Can you boot the image like you did with the grub livecd and run 
efibootmgr -v also mount /dev/disk/by-label/EFI and run find on 
where you mounted it.




Ok,

efibootmgr -v

Fatal: Couldn't open either sysfs or procfs directories for 
accessing EFI variables.

Try 'modprobe efivars' as root

I can't mount /dev/disk/by-label/EFI, when I create a directory and 
try to mount the partition, mount says:


mount: /dev/sda1 already mounted or disco busy

however, mount output don't show that /dev/sda1 is mounted

Some directories are in read only mode and I could not create a 
directory to mount the partition, I tried into /config and /live.


/dev/disk/by-label/EFI points to /dev/sda1 and "disco" is the 
directory mount point.


Also,  /proc/efi/vars/   and  /sys/firmware/efi/vars/ are not present

Thanks



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


Ah.. was assuming the grub disc you booted from was EFI enabled. Try 
booting the node iso in EFI mode and run through those steps again.


Super grub disk detects the grub.cfg from ovirt's installation and 
loads the system from this configuration. Therefore I assume that the 
kernel parameters from grub config loads the system with EFI enabled.


The grub config from grub's console is:

setparams 'oVirt Node Hypervisor 2.2.2-2.2.fc16'

set root=(hd0,3)
linux /vmlinuz0 root=live:LABEL=Root ro rootfstype=auto rootflags=ro 
crashkernel=512M-2G:64M,2G-:128M elevator=deadline quiet rd_NO_LVM 
rhgb rd.luks=0 rd.md=0 rd.dm=0

initrd /initrd0.img


EFI boot process is done before the grub config comes into play, and 
the grub config has a few extra lines in it. The machine I'm testing 
on when you goto the boot menu will show UEFI: $CD_DEVICE_NAME or for 
boot entries for ovirt it would show:  oVirt Node Hypervisor If your 
grub cd supports efi booting it will be noticeable in the boot menu. 
In order to do an efi installation it has to be booted in efi mode for 
it to properly setup the boot entries.



Before the Ovirt entry on Grub menu, Grub2 displays the config detected:

setparams '(hd0,gpt3)/grub2/grub.cfg'  'hd0,gpt3' 
'(hd0,gpt3)/grub2/grub.cfg'


cfg_device="$2"
cfg="$3"
root="$cfg_device"
configfile "$cfg"

Is there where "UEFI:" parameter must be present?

Sorry, I am a newbie to UEFI and Grub2, meanwhile I am reading all I can 
about Grub2 and UEFI


Thanks

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


Re: [Users] Still unable to boot in system with UEFI

2012-02-15 Thread Federico Alberto Sayd

El 14/02/12 13:29, Joey Boggs escribió:

On 02/14/2012 10:36 AM, Federico Alberto Sayd wrote:

El 14/02/12 10:35, Joey Boggs escribió:

On 02/14/2012 08:29 AM, Federico Alberto Sayd wrote:

Hello:

Recently I downloaded the ovirt stable node image. According to 
releases notes since 2.2.2 UEFI installation bug has been fixed, 
but I still can't boot from my server with UEFI. Ovirt installs 
without problem, but when the system reboots nothing  happens, the 
system don't boot. Then I try to boot with super grub disk 2 live 
cd, it detects ovirt installation and boots the system.


I think that still there is a problem with UEFI in certain hardware:

Mi system is a IBM blade center HS22 7870

Can anyone confirm problems with UEFI in 2.2.2 version?

Thanks

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


Can you boot the image like you did with the grub livecd and run 
efibootmgr -v also mount /dev/disk/by-label/EFI and run find on 
where you mounted it.




Ok,

efibootmgr -v

Fatal: Couldn't open either sysfs or procfs directories for accessing 
EFI variables.

Try 'modprobe efivars' as root

I can't mount /dev/disk/by-label/EFI, when I create a directory and 
try to mount the partition, mount says:


mount: /dev/sda1 already mounted or disco busy

however, mount output don't show that /dev/sda1 is mounted

Some directories are in read only mode and I could not create a 
directory to mount the partition, I tried into /config and /live.


/dev/disk/by-label/EFI points to /dev/sda1 and "disco" is the 
directory mount point.


Also,  /proc/efi/vars/   and  /sys/firmware/efi/vars/ are not present

Thanks



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


Ah.. was assuming the grub disc you booted from was EFI enabled. Try 
booting the node iso in EFI mode and run through those steps again.



Sorry, I sent to the private. I resend to the list:

Super grub disk detects the grub.cfg from ovirt's installation and loads 
the system from this configuration. Therefore I assume that the kernel 
parameters from grub config loads the system with EFI enabled.


The grub config from grub's console is:

setparams 'oVirt Node Hypervisor 2.2.2-2.2.fc16'

set root=(hd0,3)
linux /vmlinuz0 root=live:LABEL=Root ro rootfstype=auto rootflags=ro 
crashkernel=512M-2G:64M,2G-:128M elevator=deadline quiet rd_NO_LVM rhgb 
rd.luks=0 rd.md=0 rd.dm=0

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


Re: [Users] Still unable to boot in system with UEFI

2012-02-14 Thread Federico Alberto Sayd

El 14/02/12 10:35, Joey Boggs escribió:

On 02/14/2012 08:29 AM, Federico Alberto Sayd wrote:

Hello:

Recently I downloaded the ovirt stable node image. According to 
releases notes since 2.2.2 UEFI installation bug has been fixed, but 
I still can't boot from my server with UEFI. Ovirt installs without 
problem, but when the system reboots nothing  happens, the system 
don't boot. Then I try to boot with super grub disk 2 live cd, it 
detects ovirt installation and boots the system.


I think that still there is a problem with UEFI in certain hardware:

Mi system is a IBM blade center HS22 7870

Can anyone confirm problems with UEFI in 2.2.2 version?

Thanks

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


Can you boot the image like you did with the grub livecd and run 
efibootmgr -v also mount /dev/disk/by-label/EFI and run find on where 
you mounted it.




Ok,

efibootmgr -v

Fatal: Couldn't open either sysfs or procfs directories for accessing 
EFI variables.

Try 'modprobe efivars' as root

I can't mount /dev/disk/by-label/EFI, when I create a directory and try 
to mount the partition, mount says:


mount: /dev/sda1 already mounted or disco busy

however, mount output don't show that /dev/sda1 is mounted

Some directories are in read only mode and I could not create a 
directory to mount the partition, I tried into /config and /live.


/dev/disk/by-label/EFI points to /dev/sda1 and "disco" is the directory 
mount point.


Also,  /proc/efi/vars/   and  /sys/firmware/efi/vars/ are not present

Thanks



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


[Users] Still unable to boot in system with UEFI

2012-02-14 Thread Federico Alberto Sayd

Hello:

Recently I downloaded the ovirt stable node image. According to releases 
notes since 2.2.2 UEFI installation bug has been fixed, but I still 
can't boot from my server with UEFI. Ovirt installs without problem, but 
when the system reboots nothing  happens, the system don't boot. Then I 
try to boot with super grub disk 2 live cd, it detects ovirt 
installation and boots the system.


I think that still there is a problem with UEFI in certain hardware:

Mi system is a IBM blade center HS22 7870

Can anyone confirm problems with UEFI in 2.2.2 version?

Thanks

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