Re: [Users] vdsClient not work ,it waiting all the time

2013-03-19 Thread bigclouds

my problem is solved.
i forget to implement close function of a class inherit from socket.


thanks







At 2013-03-19 16:27:50,"Dan Kenigsberg"  wrote:
>Sorry. I do not quite follow. Earlier you've mentioned something called
>mcvdacli.py.
>
>Could you give another description of your setup? Which operating system
>version? Which vdsm version? What is the output of
>
> vdsClient -s 0 getVdsCaps ?
>
>what's in vdsm.log?
>
>what do
>
>  openssl verify -CAfile /etc/pki/vdsm/certs/cacert.pem 
> /etc/pki/vdsm/certs/vdsmcert.pem
>
>  openssl smime -sign -signer certs/vdsmcert.pem -in /tmp/hello -inkey 
> keys/vdsmkey.pem
>  openssl smime -verify -CAfile certs/cacert.pem -certfile certs/vdsmcert.pem 
> -in /tmp/hello.smime
>
>say?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ldap simple

2013-03-19 Thread Jure Kranjc
389 DS is so far working as expected. Thank you for your clarification, 
somehow missed that out.


On 19.3.2013 21:56, Itamar Heim wrote:

On 03/19/2013 05:26 PM, Yair Zaslavsky wrote:

Why openldap server?
We do not support openldap at the moment.


hopefully, the changes to auth part will make it for 3.3 to cover 
that, but depends on progress there.







*From: *"Jure Kranjc" 
*To: *users@ovirt.org
*Sent: *Tuesday, March 19, 2013 3:50:49 PM
*Subject: *Re: [Users] ldap simple

Hi.

Further testing...
- Setup: one ldap server with added user to match ovirt searches
(while adding user in webadmin),
- Fedora 18, engine 3.2.1, openldap-server, simple authentication,
no firewalls,
- with packet inspection we can see ldap responding with requested
attributes
- still, there are errors in logs, see below, and no users are
listed in webadmin, engine fails to parse given attributes
- engine-manage-domains -action=validate returns "Invalid
credentials" even though binding is ok and ldap is replying with 
data.


Can anyone point us to some documentation on this topic?
Is really AD the only good solution for user management?

engine.log
2013-03-19 15:16:53,042 ERROR
[org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper]
(ajp--127.0.0.1-8702-3) Error in running LDAP query. BaseDN is ,
filter is (&(&(objectClass=person))
(|(givenname=test)(sn=test)(uid=test)(uid=test))). Exception message
is: null
2013-03-19 15:16:53,043 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--127.0.0.1-8702-3) Failed ldap search server
ldap://ldaphost.domain.si:389 due to null. We should try the next 
server


server.log
2013-03-19 15:17:24,113 ERROR
[org.springframework.ldap.control.AbstractRequestControlDirContextProcessor]
(ajp--127.0.0.1-8702-6) No matching response control found for paged
results - looking for 'class
javax.naming.ldap.PagedResultsResponseControl



On 03/18/2013 09:09 AM, Yair Zaslavsky wrote:

Hi,
We're issuing a RootDSE query (once per LDAP domain configured).
We try to obtain from it the "defaultNamingContext" attribute.
If does not exist - we try to obtain ""NamingContexts"
We store the result at a "domainDn" (we have a data structure
which maps domains to information objects, one of the fields at
the information object is the DN of the domain)  field, and we
use it to compose the full ldap URL we send the queries to.




*From: *"Andrej Bagon" 
*To: *"Itamar Heim" 
*Cc: *users@ovirt.org, "Yair Zaslavsky"
, "Oved Ourfalli" 
*Sent: *Monday, March 18, 2013 9:07:06 AM
*Subject: *Re: [Users] ldap simple

Hi,

the system is trying to bind to ldap as:
bind request:
uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si

I dont know how it knows dc=ourdomain,dc=si
It should be
bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b
"dc=arnes,dc=si

The same with the search: we have users in form as:
edupersonprincipalname=usern...@users.ourdomain.si
,dc=users,dc=ourdomain,dc=si

values in database:
select * from vdc_options where option_name in
('DomainName','LdapServers','LDAPSecurityAuthentication','LDAPProviderTypes','AdUserName','AdUserPassword')
order by option_id;
  option_id |option_name |
option_value  | version
---+++-
 10 | AdUserName |
users.ourdomain.si:ovirt   | general
 11 | AdUserPassword
|users.ourdomain.si:adminpassword   | general
 69 | DomainName |
users.ourdomain.si | general
130 | LDAPSecurityAuthentication|
users.ourdomain.si:SIMPLE  | general
132 | LdapServers|
users.ourdomain.si:server.ourdomain.si | general
133 | LDAPProviderTypes  |
users.ourdomain.si:rhds| general
(6 rows)

Best Regards,
Andrej Bagon


On 03/15/2013 12:09 PM, Itamar Heim wrote:

On 03/14/2013 01:58 PM, Andrej Bagon wrote:

Hi,

is it possible to change the bind request that is
sent to the ldap
server? The default
uid=user,cn=Users,cn=Accou

Re: [Users] [Engine-devel] Features requests for the setup/configuration utilities - feedback requested

2013-03-19 Thread Alon Bar-Lev


- Original Message -
> From: "Itamar Heim" 
> To: "Alon Bar-Lev" 
> Cc: engine-de...@ovirt.org, Users@ovirt.org, "Jiri Belka" 
> Sent: Tuesday, March 19, 2013 11:48:51 PM
> Subject: Re: [Engine-devel] [Users] Features requests for the 
> setup/configuration utilities - feedback requested
> 
> On 03/15/2013 08:07 PM, Alon Bar-Lev wrote:
> >
> >
> > - Original Message -
> >> From: "Itamar Heim" 
> >> To: "Jiri Belka" 
> >> Cc: engine-de...@ovirt.org, Users@ovirt.org
> >> Sent: Friday, March 15, 2013 1:27:32 PM
> >> Subject: Re: [Engine-devel] [Users] Features requests for the
> >> setup/configuration utilities - feedback requested
> >>
> >> On 03/14/2013 04:55 PM, Jiri Belka wrote:
> >>> On Thu, 14 Mar 2013 14:44:48 +0002
> >>> Alex Lourie  wrote:
> >>>
>  Hi Jiri
> 
>  On Thu, Mar 14, 2013 at 4:30 PM, Jiri Belka 
>  wrote:
> > I'll talk about RHEVM but it's probably related to oVirt too.
> >
> > As rhevm installs all deps, I'm curious why versionlock.list is
> > populated after rhevm-setup and _not_dirrectly during
> > installation
> > (maybe because you would need to hardcode versions into rhevm
> > package?). It took me tens of minutes to figure out why is
> > upgrade
> > working differently now, just because I did _NOT_ do
> > rhevm-setup
> > after
> > clean install because I was thinking I know what files are
> > important
> > and was restoring them from a tarball.
> >
> > I think running rhevm-setup if you just want to restore is
> > stupid. If
> > we would know 100% which files are involved, just install,
> > restore
> > from
> > backup, restore DB should be sufficient, without loosing time
> > with
> > rhevm-setup which just writes there and here... :)
> >
> 
>  I don't really follow you here. What are you restoring with
>  rhevm-setup?
> >>>
> >>> My previous (wrong) procedure to restore old version was:
> >>>
> >>> rhevm-cleanup, yum remove rhevm\*, rm -rf $dirs, yum install
> >>> rhevm\*,
> >>> tar xvzpf /backup.tgz, ./restore.sh for DB...
> >>>
> >>> which was not fully correct as I haven't
> >>> known /etc/yum/plugin.d/versionlock.list is touched by
> >>> rhevm-setup
> >>> as
> >>> well and thus yum was working very strange during next normal
> >>> upgrade.
> >>> ___
> >>> Users mailing list
> >>> Users@ovirt.org
> >>> http://lists.ovirt.org/mailman/listinfo/users
> >>>
> >>
> >> moran/ofer - i remember some discussions on moving from version
> >> lock
> >> to
> >> a yum plugin. i.e., yum will not update the packages if not
> >> getting
> >> some
> >> parameter from engine-upgrade (but will show updates exist), but
> >> they
> >> will behave normally other than that?
> >
> > We cannot mention yum specific features in setup context any
> > more... this is part of the mission.
> >
> > We should reconsider the locking of version - no product uses this.
> >
> > After upgrade of packages, product should either know not to start
> > or upgrade the database when restarted, or better know to work
> > with older schema.
> >
> > The version lock should be removed as soon as possible.
> >
> > Alon
> >
> 
> I think we can remove the version lock (after relevant
> preparations/changes)

Great!

> I still think a yum plugin to not yum update rpms which are part of
> the
> engine without a special script/yum paramter invoking them) is
> worthwhile, since i don't like the concept of someone running yum
> update, only to find out the upgrade had an issue a week later when
> restarting the service.

If we do not want to stop engine service on rpm installation, we can have some 
kind of notification in engine that the software was updated and a restart is 
required.

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


Re: [Users] [Engine-devel] Features requests for the setup/configuration utilities - feedback requested

2013-03-19 Thread Itamar Heim

On 03/15/2013 08:07 PM, Alon Bar-Lev wrote:



- Original Message -

From: "Itamar Heim" 
To: "Jiri Belka" 
Cc: engine-de...@ovirt.org, Users@ovirt.org
Sent: Friday, March 15, 2013 1:27:32 PM
Subject: Re: [Engine-devel] [Users] Features requests for the 
setup/configuration utilities - feedback requested

On 03/14/2013 04:55 PM, Jiri Belka wrote:

On Thu, 14 Mar 2013 14:44:48 +0002
Alex Lourie  wrote:


Hi Jiri

On Thu, Mar 14, 2013 at 4:30 PM, Jiri Belka 
wrote:

I'll talk about RHEVM but it's probably related to oVirt too.

As rhevm installs all deps, I'm curious why versionlock.list is
populated after rhevm-setup and _not_dirrectly during
installation
(maybe because you would need to hardcode versions into rhevm
package?). It took me tens of minutes to figure out why is
upgrade
working differently now, just because I did _NOT_ do rhevm-setup
after
clean install because I was thinking I know what files are
important
and was restoring them from a tarball.

I think running rhevm-setup if you just want to restore is
stupid. If
we would know 100% which files are involved, just install,
restore
from
backup, restore DB should be sufficient, without loosing time
with
rhevm-setup which just writes there and here... :)



I don't really follow you here. What are you restoring with
rhevm-setup?


My previous (wrong) procedure to restore old version was:

rhevm-cleanup, yum remove rhevm\*, rm -rf $dirs, yum install
rhevm\*,
tar xvzpf /backup.tgz, ./restore.sh for DB...

which was not fully correct as I haven't
known /etc/yum/plugin.d/versionlock.list is touched by rhevm-setup
as
well and thus yum was working very strange during next normal
upgrade.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



moran/ofer - i remember some discussions on moving from version lock
to
a yum plugin. i.e., yum will not update the packages if not getting
some
parameter from engine-upgrade (but will show updates exist), but they
will behave normally other than that?


We cannot mention yum specific features in setup context any more... this is 
part of the mission.

We should reconsider the locking of version - no product uses this.

After upgrade of packages, product should either know not to start or upgrade 
the database when restarted, or better know to work with older schema.

The version lock should be removed as soon as possible.

Alon



I think we can remove the version lock (after relevant preparations/changes)
I still think a yum plugin to not yum update rpms which are part of the 
engine without a special script/yum paramter invoking them) is 
worthwhile, since i don't like the concept of someone running yum 
update, only to find out the upgrade had an issue a week later when 
restarting the service.

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


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Gianluca Cecchi
On Mar 19, 2013 10:12 PM, "Maor Lipchuk"  wrote:
>
> Adding Timothy to the thread.
>
> Remove live snapshot is not supported yet, but it's in the roadmap.
> For now VM must be shut down before removing a snapshot.

> Thanks for pointing that out,
> Timothy, perhaps you know who can help with that issue?
> >

If not already pointed out or opened, I can open a documentation bug, if my
considerations are right
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Maor Lipchuk
Adding Timothy to the thread.

Remove live snapshot is not supported yet, but it's in the roadmap.
For now VM must be shut down before removing a snapshot.

On 03/19/2013 07:11 PM, Gianluca Cecchi wrote:
> On Tue, Mar 19, 2013 at 5:52 PM,   wrote:
>> I can create a snapshot, but how can I revert it. Need to has the VM off?
> 
> I confirm that also in my oVirt 3.2.1 when the VM is running the
> "delete" is greyed out.
> I successfully tested that if I shutdown it, then I can complete
> snapshot deletion.
> during deletion
> 
> iotop:
> Total DISK READ:   31896.94 K/s | Total DISK WRITE:   30310.11 K/s
>   PID  PRIO  USER DISK READ DISK WRITE>  SWAPIN  IOCOMMAND
> 28654 idle vdsm 30555.40 K/s 30302.88 K/s  0.00 % 31.58 % qemu-img
> convert -t none -f qco~88a-40db-a9fb-619a6655c858_MERGE
>  2830 be/4 root0.00 K/s   14.47 K/s  0.00 %  0.00 % libvirtd --listen
>  3141 be/3 vdsm0.00 K/s1.32 K/s  0.00 %  0.00 % python
> /usr/share/vdsm/vdsm
>   875 be/3 root0.00 K/s0.00 K/s  0.00 %  0.27 % [jbd2/dm-12-8]
>  2457 be/4 sanlock  1010.10 K/s0.00 K/s  0.00 %  0.02 % sanlock
> daemon -U sanlock -G sanlock
> 
> ps:
> [root@f18ovn01 ~]# ps -ef| grep convert
> vdsm 28654  3141  5 18:00 ?00:00:06 /usr/bin/qemu-img
> convert -t none -f qcow2
> /rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/013bcc40-5f3d-4394-bd3b-971b14852654/images/43ca3bc4-fefc-43c5-8508-ad4d2599418b/77af271e-a88a-40db-a9fb-619a6655c858
> -O raw 
> /rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/013bcc40-5f3d-4394-bd3b-971b14852654/images/43ca3bc4-fefc-43c5-8508-ad4d2599418b/77af271e-a88a-40db-a9fb-619a6655c858_MERGE
> root 29211 25304  0 18:02 pts/000:00:00 grep --color=auto convert
> 
> I don't know how oVirt 3.2.1 is positioned vs rhev 3.1 but I found this:
> 
> - rhevm 3.1 manual is wrong in my opinion at page 139 section 8.9.3
> because in create VM from snapshot it says:
> Ensure the status is Powered Down.
> and I think this is not true
> (possibly cut-n-paste from procedure 8.20 to 8.21 and forgetting to
> leave off the power down thing...)
> 
> - rhevm 3.1 at page 141 section 8.9.4 procedure 8.22 is not clear
> because it doesn't say if the VM has to be powered down for the
> snapshot to be deleted or can be running
> any information for both RHEVM 3.1 and oVirt 3.2.1 and snapshot deletion?
Thanks for pointing that out,
Timothy, perhaps you know who can help with that issue?
> 
> Gianluca
> 


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


Re: [Users] [Spice-devel] 3.2 final and status of spice console in ie

2013-03-19 Thread Jeff Bailey

On 3/19/2013 11:05 AM, Christophe Fergeau wrote:

Hey,

On Tue, Mar 19, 2013 at 12:08:13AM +0200, Itamar Heim wrote:

On 03/19/2013 12:05 AM, Jeff Bailey wrote:

On 3/18/2013 7:56 AM, Juan Jose wrote:

Hello Itamar and everybody,

I have tested this Howto with a Windows 7 Enterprise edition client
and IE 9 and when you click over console button in User portal
virt-viewer is launched but after one second it close windows and
don't connect to virtual machine. I have oVirt 3.1 and I'm thinking in
migrate my system to oVirt 3.2 but it will be nice to know which it is
the reason because it doesn't work. Some indications about what would
be the problem will be wellcome.


This is exactly the same thing I get.  3.2 doesn't help.  The spicex log
says that it can't connect to the spice client pipe.  This is with both
the admin portal and the user portal.

adding spice-devel for their input

As far as I know, there haven't been public spicex releases, so I'm not
sure where this spicex used with oVirt comes from.


I was referring to the log file named "spicex" related to the activex 
plugin.  Adding the engine url to the IE trusted zone fixed my problem 
though.



Christophe


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


Re: [Users] ldap simple

2013-03-19 Thread Itamar Heim

On 03/19/2013 05:26 PM, Yair Zaslavsky wrote:

Why openldap server?
We do not support openldap at the moment.


hopefully, the changes to auth part will make it for 3.3 to cover that, 
but depends on progress there.







*From: *"Jure Kranjc" 
*To: *users@ovirt.org
*Sent: *Tuesday, March 19, 2013 3:50:49 PM
*Subject: *Re: [Users] ldap simple

Hi.

Further testing...
- Setup: one ldap server with added user to match ovirt searches
(while adding user in webadmin),
- Fedora 18, engine 3.2.1, openldap-server, simple authentication,
no firewalls,
- with packet inspection we can see ldap responding with requested
attributes
- still, there are errors in logs, see below, and no users are
listed in webadmin, engine fails to parse given attributes
- engine-manage-domains -action=validate returns "Invalid
credentials" even though binding is ok and ldap is replying with data.

Can anyone point us to some documentation on this topic?
Is really AD the only good solution for user management?

engine.log
2013-03-19 15:16:53,042 ERROR
[org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper]
(ajp--127.0.0.1-8702-3) Error in running LDAP query. BaseDN is ,
filter is (&(&(objectClass=person))
(|(givenname=test)(sn=test)(uid=test)(uid=test))). Exception message
is: null
2013-03-19 15:16:53,043 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--127.0.0.1-8702-3) Failed ldap search server
ldap://ldaphost.domain.si:389 due to null. We should try the next server

server.log
2013-03-19 15:17:24,113 ERROR
[org.springframework.ldap.control.AbstractRequestControlDirContextProcessor]
(ajp--127.0.0.1-8702-6) No matching response control found for paged
results - looking for 'class
javax.naming.ldap.PagedResultsResponseControl



On 03/18/2013 09:09 AM, Yair Zaslavsky wrote:

Hi,
We're issuing a RootDSE query (once per LDAP domain configured).
We try to obtain from it the "defaultNamingContext" attribute.
If does not exist - we try to obtain ""NamingContexts"
We store the result at a "domainDn" (we have a data structure
which maps domains to information objects, one of the fields at
the information object is the DN of the domain)  field, and we
use it to compose the full ldap URL we send the queries to.




*From: *"Andrej Bagon" 
*To: *"Itamar Heim" 
*Cc: *users@ovirt.org, "Yair Zaslavsky"
, "Oved Ourfalli" 
*Sent: *Monday, March 18, 2013 9:07:06 AM
*Subject: *Re: [Users] ldap simple

Hi,

the system is trying to bind to ldap as:
bind request:
uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si

I dont know how it knows dc=ourdomain,dc=si
It should be
bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b
"dc=arnes,dc=si

The same with the search: we have users in form as:
edupersonprincipalname=usern...@users.ourdomain.si

,dc=users,dc=ourdomain,dc=si

values in database:
select * from vdc_options where option_name in

('DomainName','LdapServers','LDAPSecurityAuthentication','LDAPProviderTypes','AdUserName','AdUserPassword')
order by option_id;
  option_id |option_name |
option_value  | version

---+++-
 10 | AdUserName |
users.ourdomain.si:ovirt   | general
 11 | AdUserPassword
|users.ourdomain.si:adminpassword   | general
 69 | DomainName |
users.ourdomain.si | general
130 | LDAPSecurityAuthentication|
users.ourdomain.si:SIMPLE  | general
132 | LdapServers|
users.ourdomain.si:server.ourdomain.si | general
133 | LDAPProviderTypes  |
users.ourdomain.si:rhds| general
(6 rows)

Best Regards,
Andrej Bagon


On 03/15/2013 12:09 PM, Itamar Heim wrote:

On 03/14/2013 01:58 PM, Andrej Bagon wrote:

Hi,

is it possible to change the bind request that is
sent to the ldap
server? The default
uid=user,cn=Users,cn=Accounts,cn=our,cn=domain is
not suitable.



Re: [Users] Tip for oVirt marketing improvement - HA and features comparison

2013-03-19 Thread Doron Fediuck

- Original Message -
> From: "Jiri Belka" 
> To: users@ovirt.org
> Sent: Thursday, March 14, 2013 11:31:19 AM
> Subject: [Users] Tip for oVirt marketing improvement - HA and features
> comparison
> 
> Hi,
> 
> a Czech company running vCloud has a nice webpage with little schema
> of
> hw architecture which changes if you click on a hw item making it as
> failed, then it shows redundant paths to continue funcionality.
> 
> It also has nice feature (even old) comparison between
> VMWare/Hyper-V/Xen/KVM.
> 
> Check 2/3 part of http://www.master.cz/cloud-hosting/
> 
> Something like this was be nce for oVirt.
> 
> jbelka
> 

Hi Jiri,
Although the language is unclear, the graphics looks very nice.
Is it attached to real logic or just a mockup of HA functionality?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 5:52 PM,   wrote:
> I can create a snapshot, but how can I revert it. Need to has the VM off?

I confirm that also in my oVirt 3.2.1 when the VM is running the
"delete" is greyed out.
I successfully tested that if I shutdown it, then I can complete
snapshot deletion.
during deletion

iotop:
Total DISK READ:   31896.94 K/s | Total DISK WRITE:   30310.11 K/s
  PID  PRIO  USER DISK READ DISK WRITE>  SWAPIN  IOCOMMAND
28654 idle vdsm 30555.40 K/s 30302.88 K/s  0.00 % 31.58 % qemu-img
convert -t none -f qco~88a-40db-a9fb-619a6655c858_MERGE
 2830 be/4 root0.00 K/s   14.47 K/s  0.00 %  0.00 % libvirtd --listen
 3141 be/3 vdsm0.00 K/s1.32 K/s  0.00 %  0.00 % python
/usr/share/vdsm/vdsm
  875 be/3 root0.00 K/s0.00 K/s  0.00 %  0.27 % [jbd2/dm-12-8]
 2457 be/4 sanlock  1010.10 K/s0.00 K/s  0.00 %  0.02 % sanlock
daemon -U sanlock -G sanlock

ps:
[root@f18ovn01 ~]# ps -ef| grep convert
vdsm 28654  3141  5 18:00 ?00:00:06 /usr/bin/qemu-img
convert -t none -f qcow2
/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/013bcc40-5f3d-4394-bd3b-971b14852654/images/43ca3bc4-fefc-43c5-8508-ad4d2599418b/77af271e-a88a-40db-a9fb-619a6655c858
-O raw 
/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/013bcc40-5f3d-4394-bd3b-971b14852654/images/43ca3bc4-fefc-43c5-8508-ad4d2599418b/77af271e-a88a-40db-a9fb-619a6655c858_MERGE
root 29211 25304  0 18:02 pts/000:00:00 grep --color=auto convert

I don't know how oVirt 3.2.1 is positioned vs rhev 3.1 but I found this:

- rhevm 3.1 manual is wrong in my opinion at page 139 section 8.9.3
because in create VM from snapshot it says:
Ensure the status is Powered Down.
and I think this is not true
(possibly cut-n-paste from procedure 8.20 to 8.21 and forgetting to
leave off the power down thing...)

- rhevm 3.1 at page 141 section 8.9.4 procedure 8.22 is not clear
because it doesn't say if the VM has to be powered down for the
snapshot to be deleted or can be running
any information for both RHEVM 3.1 and oVirt 3.2.1 and snapshot deletion?

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


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread suporte
I can create a snapshot, but how can I revert it. Need to has the VM off? 

- Mensagem original -

De: "Maor Lipchuk"  
Para: "Gianluca Cecchi"  
Cc: users@ovirt.org 
Enviadas: Terça-feira, 19 de Março de 2013 16:10:04 
Assunto: Re: [Users] oVirt 3.2.1 and clone from snapshot argh...!!! 

FYI, the patch is at http://gerrit.ovirt.org/#/c/13172/ 

Thanks for your attention, 
Maor 

On 03/19/2013 05:52 PM, Maor Lipchuk wrote: 
> Hi Gianluca, I checked the code of 3.2 and you are right, the patch was 
> not pushed there. 
> Although it seems that the origin fix exists in 3.2, I will send a patch 
> to fix that. 
> 
> Regards, 
> Maor 
> 
> On 03/19/2013 05:41 PM, Gianluca Cecchi wrote: 
>> Hello, 
>> in my opinion 3.2.1 for fedora 18 doesn't contain this: 
>> http://gerrit.ovirt.org/#/c/11254/ 
>> 
>> that was one of the biggest problems of 3.2 
>> 
>> see also this thread of mine: 
>> http://lists.ovirt.org/pipermail/users/2013-February/012653.html 
>> 
>> I had to recompile 3.2 in the mean time and after update to 3.2.1 I 
>> have again the same problems: 
>> - clone from snapshot blocked white window 
>> - snapshot details pane no information for network and disks 
>> 
>> So this update was totally worthless for me and I have to recompile 
>> again 3.2.1 
>> bad! 
>> 
>> 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 
> 


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

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


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 5:10 PM, Maor Lipchuk  wrote:
> FYI, the patch is at http://gerrit.ovirt.org/#/c/13172/
>

Thanks. Hope to have an rpm update too for fedora 18 ovirt stable repo.
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Maor Lipchuk
FYI, the patch is at http://gerrit.ovirt.org/#/c/13172/

Thanks for your attention,
Maor

On 03/19/2013 05:52 PM, Maor Lipchuk wrote:
> Hi Gianluca, I checked the code of 3.2 and you are right, the patch was
> not pushed there.
> Although it seems that the origin fix exists in 3.2, I will send a patch
> to fix that.
> 
> Regards,
> Maor
> 
> On 03/19/2013 05:41 PM, Gianluca Cecchi wrote:
>> Hello,
>> in my opinion 3.2.1 for fedora 18 doesn't contain this:
>> http://gerrit.ovirt.org/#/c/11254/
>>
>> that was one of the biggest problems of 3.2
>>
>> see also this thread of mine:
>> http://lists.ovirt.org/pipermail/users/2013-February/012653.html
>>
>> I had to recompile 3.2 in the mean time and after update to 3.2.1 I
>> have again the same problems:
>> - clone from snapshot blocked white window
>> - snapshot details pane no information for network and disks
>>
>> So this update was totally worthless for me and I have to recompile
>> again 3.2.1
>> bad!
>>
>> 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
> 


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


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread suporte
still the same 

like this: 
https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing 

- Mensagem original -

De: "Alex Lourie"  
Para: supo...@logicworks.pt 
Cc: "users" , "Gianluca Cecchi"  
Enviadas: Terça-feira, 19 de Março de 2013 15:28:22 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 



On Tue, Mar 19, 2013 at 5:08 PM, supo...@logicworks.pt wrote: 
> Alex, dwhd is up and running (ovirt-engine-dwh) 
> 

OK, so let's see how the reports site is doing now. 

> 
> De: "Alex Lourie"  
> Para: supo...@logicworks.pt 
> Cc: "users" , "Gianluca Cecchi" 
>  
> Enviadas: Terça-feira, 19 de Março de 2013 13:16:49 
> Assunto: Re: [Users] oVirt 3.2.1 and reports update error 
> 
> 


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


Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 3:53 PM, Mike Burns  wrote:
> On 03/19/2013 10:52 AM, Alon Bar-Lev wrote:
>>
>> I don't follow.
>>
>> If these are not ovirt-nodes, then no otopi and no ovirt-host-deploy
>> should exist, unless these are all-in-one.
>
>
> They're not ovirt-node images, they're F18 hosts that Gianluca is referring
> to as nodes.
>
> Mike

Yes they are both fedora 18 servers where I enabled the ovirt repo.
But one of them was previously used in a standalone all-in-one config.
I then removed jboss-as and other related packages but probably I
forgot these two diff packages
> otopi-1.0.0-1.fc18.noarch
> ovirt-host-deploy-1.0.1-1.fc18.noarch

that in fact are only installed on one node and from here my uestion arose
I think I can safely removed them, I presume...

sorry for confusing...

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


Re: [Users] oVirt 3.2.1 and clone from snapshot.... argh...!!!

2013-03-19 Thread Maor Lipchuk
Hi Gianluca, I checked the code of 3.2 and you are right, the patch was
not pushed there.
Although it seems that the origin fix exists in 3.2, I will send a patch
to fix that.

Regards,
Maor

On 03/19/2013 05:41 PM, Gianluca Cecchi wrote:
> Hello,
> in my opinion 3.2.1 for fedora 18 doesn't contain this:
> http://gerrit.ovirt.org/#/c/11254/
> 
> that was one of the biggest problems of 3.2
> 
> see also this thread of mine:
> http://lists.ovirt.org/pipermail/users/2013-February/012653.html
> 
> I had to recompile 3.2 in the mean time and after update to 3.2.1 I
> have again the same problems:
> - clone from snapshot blocked white window
> - snapshot details pane no information for network and disks
> 
> So this update was totally worthless for me and I have to recompile
> again 3.2.1
> bad!
> 
> 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


Re: [Users] Problem install

2013-03-19 Thread Alex Lourie

Hi Marcelo

We need to dig deeper.

Can you please attach server and engine logs?

Thanks.

On Tue, Mar 19, 2013 at 4:52 PM, Marcelo Barbosa 
 wrote:

Alex,

   I run again, but error persist:





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


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Alex Lourie



On Tue, Mar 19, 2013 at 5:08 PM, supo...@logicworks.pt wrote:

Alex, dwhd is up and running (ovirt-engine-dwh)



OK, so let's see how the reports site is doing now.



De: "Alex Lourie" 
Para: supo...@logicworks.pt
Cc: "users" , "Gianluca Cecchi" 


Enviadas: Terça-feira, 19 de Março de 2013 13:16:49
Assunto: Re: [Users] oVirt 3.2.1 and reports update error




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


Re: [Users] ldap simple

2013-03-19 Thread Yair Zaslavsky
Why openldap server? 
We do not support openldap at the moment. 

- Original Message -

> From: "Jure Kranjc" 
> To: users@ovirt.org
> Sent: Tuesday, March 19, 2013 3:50:49 PM
> Subject: Re: [Users] ldap simple

> Hi.

> Further testing...
> - Setup: one ldap server with added user to match ovirt searches
> (while adding user in webadmin),
> - Fedora 18, engine 3.2.1, openldap-server, simple authentication, no
> firewalls,
> - with packet inspection we can see ldap responding with requested
> attributes
> - still, there are errors in logs, see below, and no users are listed
> in webadmin, engine fails to parse given attributes
> - engine-manage-domains -action=validate returns "Invalid
> credentials" even though binding is ok and ldap is replying with
> data.

> Can anyone point us to some documentation on this topic?
> Is really AD the only good solution for user management?

> engine.log
> 2013-03-19 15:16:53,042 ERROR
> [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper]
> (ajp--127.0.0.1-8702-3) Error in running LDAP query. BaseDN is ,
> filter is (&(&(objectClass=person))
> (|(givenname=test)(sn=test)(uid=test)(uid=test))). Exception message
> is: null
> 2013-03-19 15:16:53,043 ERROR
> [org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
> (ajp--127.0.0.1-8702-3) Failed ldap search server
> ldap://ldaphost.domain.si:389 due to null. We should try the next
> server

> server.log
> 2013-03-19 15:17:24,113 ERROR
> [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor]
> (ajp--127.0.0.1-8702-6) No matching response control found for paged
> results - looking for 'class
> javax.naming.ldap.PagedResultsResponseControl

> On 03/18/2013 09:09 AM, Yair Zaslavsky wrote:

> > Hi,
> 
> > We're issuing a RootDSE query (once per LDAP domain configured).
> 
> > We try to obtain from it the "defaultNamingContext" attribute.
> 
> > If does not exist - we try to obtain ""NamingContexts"
> 
> > We store the result at a "domainDn" (we have a data structure which
> > maps domains to information objects, one of the fields at the
> > information object is the DN of the domain) field, and we use it to
> > compose the full ldap URL we send the queries to.
> 

> > - Original Message -
> 

> > > From: "Andrej Bagon" 
> > 
> 
> > > To: "Itamar Heim" 
> > 
> 
> > > Cc: users@ovirt.org , "Yair Zaslavsky"  ,
> > > "Oved
> > > Ourfalli" 
> > 
> 
> > > Sent: Monday, March 18, 2013 9:07:06 AM
> > 
> 
> > > Subject: Re: [Users] ldap simple
> > 
> 

> > > Hi,
> > 
> 

> > > the system is trying to bind to ldap as:
> > 
> 
> > > bind request:
> > > uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si
> > 
> 

> > > I dont know how it knows dc=ourdomain,dc=si
> > 
> 
> > > It should be
> > 
> 
> > > bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b
> > > "dc=arnes,dc=si
> > 
> 

> > > The same with the search: we have users in form as:
> > 
> 
> > > edupersonprincipalname=usern...@users.ourdomain.si
> > > ,dc=users,dc=ourdomain,dc=si
> > 
> 

> > > values in database:
> > 
> 
> > > select * from vdc_options where option_name in
> > > ('DomainName','LdapServers','LDAPSecurityAuthentication','LDAPProviderTypes','AdUserName','AdUserPassword')
> > > order by option_id;
> > 
> 
> > > option_id | option_name | option_value | version
> > 
> 
> > > ---+++-
> > 
> 
> > > 10 | AdUserName | users.ourdomain.si:ovirt | general
> > 
> 
> > > 11 | AdUserPassword |users.ourdomain.si:adminpassword | general
> > 
> 
> > > 69 | DomainName | users.ourdomain.si | general
> > 
> 
> > > 130 | LDAPSecurityAuthentication| users.ourdomain.si:SIMPLE |
> > > general
> > 
> 
> > > 132 | LdapServers | users.ourdomain.si:server.ourdomain.si |
> > > general
> > 
> 
> > > 133 | LDAPProviderTypes | users.ourdomain.si:rhds | general
> > 
> 
> > > (6 rows)
> > 
> 

> > > Best Regards,
> > 
> 
> > > Andrej Bagon
> > 
> 

> > > On 03/15/2013 12:09 PM, Itamar Heim wrote:
> > 
> 
> > > > On 03/14/2013 01:58 PM, Andrej Bagon wrote:
> > > 
> > 
> 

> > > > > Hi,
> > > > 
> > > 
> > 
> 

> > > > > is it possible to change the bind request that is sent to the
> > > > > ldap
> > > > 
> > > 
> > 
> 
> > > > > server? The default
> > > > > uid=user,cn=Users,cn=Accounts,cn=our,cn=domain
> > > > > is
> > > > 
> > > 
> > 
> 
> > > > > not suitable.
> > > > 
> > > 
> > 
> 

> > > > can you please explain why / what you would like to change it
> > > > to?
> > > 
> > 
> 
> > > > (not sure possible now, but there is work to make it more
> > > > configurable/pluggable)
> > > 
> > 
> 

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

Re: [Users] BUG: soft lockup

2013-03-19 Thread suporte
I tried the last 3.8 and still the same error. 

- Mensagem original -

De: "Gianluca Cecchi"  
Para: supo...@logicworks.pt 
Cc: "users"  
Enviadas: Terça-feira, 19 de Março de 2013 13:17:40 
Assunto: Re: [Users] BUG: soft lockup 

sorry I previously wrote that I was using kernel-3.7.9-201.fc18. 
Instead, at least on my BL685c G1 blades, the kernel I'm correctly 
running with oVirt 3.2.1 is 3.7.8-202.fc18.x86_64 
And the previous working one was kernel-3.6.11-3 

Not tried yet latest 3.8 ones. 
Gianluca 

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


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread suporte
Alex, dwhd is up and running ( ovirt-engine-dwh) 

- Mensagem original -

De: "Alex Lourie"  
Para: supo...@logicworks.pt 
Cc: "users" , "Gianluca Cecchi"  
Enviadas: Terça-feira, 19 de Março de 2013 13:16:49 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 

Jose 

Let's ignore notifierd for a second. How the dwhd is going? 

On Tue, Mar 19, 2013 at 2:13 PM, supo...@logicworks.pt wrote: 
> The command service engine-notifierd stop and service 
> engine-notifierd start sends an error: 
> 
> systemctl status engine-notifierd.service 
> engine-notifierd.service - SYSV: The oVirt event notification service 
> Loaded: loaded (/etc/rc.d/init.d/engine-notifierd) 
> Active: failed (Result: exit-code) since Tue 
> 2013-03-19 12:05:33 WET; 43s ago 
> Process: 1952 
> ExecStart=/etc/rc.d/init.d/engine-notifierd start (code=exited, 
> status=1/FAILURE) 
> 
> Mar 19 12:05:33 foot.acloud.pt runuser[1955]: 
> pam_unix(runuser:session): session opened for user ovirt ...d=0) 
> Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: Starting 
> engine-notifier: at Tue Mar 19 12:05:33 ...onf 
> Mar 19 12:05:33 foot.acloud.pt runuser[1955]: 
> pam_unix(runuser:session): session closed for user ovirt 
> Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: [17B blob data] 
> Mar 19 12:05:33 foot.acloud.pt systemd[1]: engine-notifierd.service: 
> control process exited, code=exite...us=1 
> Mar 19 12:05:33 foot.acloud.pt systemd[1]: Failed to start SYSV: The 
> oVirt event notification service. 
> Mar 19 12:05:33 foot.acloud.pt systemd[1]: Unit 
> engine-notifierd.service entered failed state 
> 
> tail /var/log/messages 
> Mar 19 12:05:14 foot systemd[1]: Starting LSB: oVirt Engine History 
> ETL Service for Data Warehouse and Reporting... 
> Mar 19 12:05:24 foot ovirt-engine-dwhd[1877]: Starting 
> ovirt-engine-dwhd: at Tue Mar 19 12:05:14 WET 2013[ OK ] 
> Mar 19 12:05:24 foot systemd[1]: Started LSB: oVirt Engine History 
> ETL Service for Data Warehouse and Reporting. 
> Mar 19 12:05:29 foot systemd[1]: Stopped SYSV: The oVirt event 
> notification service. 
> Mar 19 12:05:33 foot systemd[1]: Starting SYSV: The oVirt event 
> notification service... 
> Mar 19 12:05:33 foot engine-notifierd[1952]: Starting 
> engine-notifier: at Tue Mar 19 12:05:33 WET 2013Error: $MAIL_SERVER 
> is not defined, please check for this in configuration file 
> /etc/ovirt-engine/notifier/notifier.conf 
> Mar 19 12:05:33 foot engine-notifierd[1952]: [FAILED]#015[FAILED] 
> Mar 19 12:05:33 foot systemd[1]: engine-notifierd.service: control 
> process exited, code=exited status=1 
> Mar 19 12:05:33 foot systemd[1]: Failed to start SYSV: The oVirt 
> event notification service. 
> Mar 19 12:05:33 foot systemd[1]: Unit engine-notifierd.service 
> entered failed state 
> 
> 
> have a problem in the $MAIL_SERVER ? 
> 
> 
> the problem is the login page appears scrambled: 
> https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing 
> 
> 
> 
> De: "Alex Lourie"  
> Para: supo...@logicworks.pt 
> Cc: "users" , "Gianluca Cecchi" 
>  
> Enviadas: Terça-feira, 19 de Março de 2013 11:48:51 
> Assunto: Re: [Users] oVirt 3.2.1 and reports update error 
> 
> Hi Jose 
> 
> On Tue, Mar 19, 2013 at 12:18 PM, supo...@logicworks.pt wrote: 
> > Yeah, Reports does not work for me too. Either, with IE10 or 
> Firefox 
> > 19.0.2 
> > Any idea how to fix this? 
> > 
> 
> Try starting the services manually: 
> 
> service notifierd start 
> service ovirt-engine-dwhd start 
> 
> and try again. 
> 
> > 
> > Thanks 
> > Jose 
> > 
> > De: "Alex Lourie"  
> > Para: "Gianluca Cecchi"  
> > Cc: "users"  
> > Enviadas: Domingo, 17 de Março de 2013 9:29:30 
> > Assunto: Re: [Users] oVirt 3.2.1 and reports update error 
> > 
> > Hi Gianluca 
> > 
> > On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
> >  wrote: 
> > > Hello, 
> > > an all-in-one setup with oVirt 3.2 on Fedora 18. 
> > > # yum update ovirt-engine-setup 
> > > and then 
> > > # engine-upgrade 
> > > 
> > > with this output 
> > > ... 
> > > During the upgrade process, oVirt Engine will not be accessible. 
> > > All existing running virtual machines will continue but you will 
> > not 
> > > be able to 
> > > start or stop any new virtual machines during the process. 
> > > 
> > > Would you like to proceed? (yes|no): yes 
> > > Stopping ovirt-engine service... 
> > [ DONE ] 
> > > Stopping DB related services... 
> 
> > [ DONE ] 
> > > Pre-upgrade validations... 
> > [ DONE ] 
> > > Backing Up Database... 
> 
> > [ DONE ] 
> > > Rename Database... 
> 
> > [ DONE ] 
> > > Updating rpms... 
> 
> > [ DONE ] 
> > > Updating Database... 
> > [ DONE ] 
> > > Restore Database name... 
> 
> > [ DONE ] 
> > > Preparing CA... 
> 
> > [ DONE ] 
> > > Running post install configuration... 
> [ 
> > DONE ] 
> > > Starting ovirt-engine service... 
> > [ DONE ] 
> > > 
> > > oVirt Engine upgrade completed successfully! 
> > > 
> > > * Error: Can't start the ovirt-engine-dwhd service 
> > > *

Re: [Users] [Spice-devel] 3.2 final and status of spice console in ie

2013-03-19 Thread Christophe Fergeau
Hey,

On Tue, Mar 19, 2013 at 12:08:13AM +0200, Itamar Heim wrote:
> On 03/19/2013 12:05 AM, Jeff Bailey wrote:
> >On 3/18/2013 7:56 AM, Juan Jose wrote:
> >>Hello Itamar and everybody,
> >>
> >>I have tested this Howto with a Windows 7 Enterprise edition client
> >>and IE 9 and when you click over console button in User portal
> >>virt-viewer is launched but after one second it close windows and
> >>don't connect to virtual machine. I have oVirt 3.1 and I'm thinking in
> >>migrate my system to oVirt 3.2 but it will be nice to know which it is
> >>the reason because it doesn't work. Some indications about what would
> >>be the problem will be wellcome.
> >>
> >
> >This is exactly the same thing I get.  3.2 doesn't help.  The spicex log
> >says that it can't connect to the spice client pipe.  This is with both
> >the admin portal and the user portal.
> 
> adding spice-devel for their input

As far as I know, there haven't been public spicex releases, so I'm not
sure where this spicex used with oVirt comes from.

Christophe


pgprVpON_inI6.pgp
Description: PGP signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 3:23 PM, Alex Lourie wrote:

>
> Please open a bug on reports; attach server logs.

done:
https://bugzilla.redhat.com/show_bug.cgi?id=923260
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Mike Burns

On 03/19/2013 10:52 AM, Alon Bar-Lev wrote:

I don't follow.

If these are not ovirt-nodes, then no otopi and no ovirt-host-deploy should 
exist, unless these are all-in-one.


They're not ovirt-node images, they're F18 hosts that Gianluca is 
referring to as nodes.


Mike



- Original Message -

From: "Gianluca Cecchi" 
To: "Alon Bar-Lev" 
Cc: "users" , "Mike Burns" 
Sent: Tuesday, March 19, 2013 4:45:57 PM
Subject: Re: [Users] otopi needed on oVirt node?

On Tue, Mar 19, 2013 at 3:23 PM, Alon Bar-Lev 
wrote:



- Original Message -

From: "Gianluca Cecchi" 
To: "users" 
Sent: Tuesday, March 19, 2013 4:20:58 PM
Subject: [Users] otopi needed on oVirt node?

Hello,
comparing rpm packages installed on two f18 systems that are nodes
of
a 3.2 cluster, I notice this difference:


otopi-1.0.0-1.fc18.noarch
ovirt-host-deploy-1.0.1-1.fc18.noarch


This is strange! are you sure the host is ovirt-node?


I think ovirt-host-deploy is not necessary and that I can remove
from
the only node where it is installed.
What about otopi?


You need ovirt-host-deploy-offline, a single package, on
ovirt-node.

Alon



Based on yum.log f18ovn01 was the second node deployed when engine
and
first node were in version 3.2.
Installed and updated fedora18
enabled ovirt-stable repo
installed node from webadmin gui (3.2 engine).
what I see in yum.log at the date of deploy is only for 4 packages:
Mar 11 14:34:18 Installed: python-ethtool-0.7-4.fc18.x86_64
Mar 11 14:34:19 Installed: strace-4.7-2.fc18.x86_64
Mar 11 14:34:19 Installed: atop-1.26-8.fc18.x86_64
Mar 11 14:34:20 Installed: 2:libcacard-1.2.2-6.fc18.x86_64
Mar 11 14:34:21 Installed: m2crypto-0.21.1-9.fc18.x86_64
Mar 11 14:34:21 Installed: 2:qemu-kvm-tools-1.2.2-6.fc18.x86_64
Mar 11 14:34:21 Installed:
yum-plugin-fastestmirror-1.1.31-10.fc18.noarch

Mar 11 15:46:22 Installed: vdsm-python-4.10.3-9.fc18.x86_64
Mar 11 15:46:22 Installed: vdsm-xmlrpc-4.10.3-9.fc18.noarch
Mar 11 15:46:55 Installed: vdsm-4.10.3-9.fc18.x86_64
Mar 11 15:46:55 Installed: vdsm-cli-4.10.3-9.fc18.noarch

Mar 11 17:22:13 Erased: kernel-3.8.2-206.fc18.x86_64
Mar 11 17:22:28 Installed: kernel-3.7.8-202.fc18.x86_64
Mar 19 14:06:40 Updated: bash-4.2.45-1.fc18.x86_64




[g.cecchi@f18ovn01 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm"
| sort
libvirt-0.10.2.3-1.fc18.x86_64
libvirt-client-0.10.2.3-1.fc18.x86_64
libvirt-daemon-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
libvirt-python-0.10.2.3-1.fc18.x86_64
qemu-kvm-1.2.2-6.fc18.x86_64
qemu-kvm-tools-1.2.2-6.fc18.x86_64
vdsm-4.10.3-10.fc18.x86_64
vdsm-cli-4.10.3-10.fc18.noarch
vdsm-python-4.10.3-10.fc18.x86_64
vdsm-xmlrpc-4.10.3-10.fc18.noarch


[g.cecchi@f18ovn03 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm"
| sort
libvirt-0.10.2.3-1.fc18.x86_64
libvirt-client-0.10.2.3-1.fc18.x86_64
libvirt-daemon-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
libvirt-python-0.10.2.3-1.fc18.x86_64
ovirt-host-deploy-1.0.1-1.fc18.noarch
qemu-kvm-1.2.2-6.fc18.x86_64
qemu-kvm-tools-1.2.2-6.fc18.x86_64
vdsm-4.10.3-10.fc18.x86_64
vdsm-cli-4.10.3-10.fc18.noarch
vdsm-python-4.10.3-10.fc18.x86_64
vdsm-xmlrpc-4.10.3-10.fc18.noarch

If it could be of any help, for a short time f18ovn03 has been an
all-in-one server. Then I purged all ovirt repo installed packages
and
then I deployed it as a node from another engine
Possibly I forgot to remove the ovirt-host-deploy
But f18ovn01 was born from scratch as a fedora 18 server and before
enabling on it the ovirt repo I ran an "rpm -qa" on both and then :

yum install $(diff /tmp/f18ovn0*|grep -v ovirt |grep -v vdsm| grep
"^>" |cut -d ">" -f2 )

to align 

Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Alon Bar-Lev
I don't follow.

If these are not ovirt-nodes, then no otopi and no ovirt-host-deploy should 
exist, unless these are all-in-one.

- Original Message -
> From: "Gianluca Cecchi" 
> To: "Alon Bar-Lev" 
> Cc: "users" , "Mike Burns" 
> Sent: Tuesday, March 19, 2013 4:45:57 PM
> Subject: Re: [Users] otopi needed on oVirt node?
> 
> On Tue, Mar 19, 2013 at 3:23 PM, Alon Bar-Lev 
> wrote:
> >
> >
> > - Original Message -
> >> From: "Gianluca Cecchi" 
> >> To: "users" 
> >> Sent: Tuesday, March 19, 2013 4:20:58 PM
> >> Subject: [Users] otopi needed on oVirt node?
> >>
> >> Hello,
> >> comparing rpm packages installed on two f18 systems that are nodes
> >> of
> >> a 3.2 cluster, I notice this difference:
> >>
> >> > otopi-1.0.0-1.fc18.noarch
> >> > ovirt-host-deploy-1.0.1-1.fc18.noarch
> >
> > This is strange! are you sure the host is ovirt-node?
> >
> >> I think ovirt-host-deploy is not necessary and that I can remove
> >> from
> >> the only node where it is installed.
> >> What about otopi?
> >
> > You need ovirt-host-deploy-offline, a single package, on
> > ovirt-node.
> >
> > Alon
> 
> 
> Based on yum.log f18ovn01 was the second node deployed when engine
> and
> first node were in version 3.2.
> Installed and updated fedora18
> enabled ovirt-stable repo
> installed node from webadmin gui (3.2 engine).
> what I see in yum.log at the date of deploy is only for 4 packages:
> Mar 11 14:34:18 Installed: python-ethtool-0.7-4.fc18.x86_64
> Mar 11 14:34:19 Installed: strace-4.7-2.fc18.x86_64
> Mar 11 14:34:19 Installed: atop-1.26-8.fc18.x86_64
> Mar 11 14:34:20 Installed: 2:libcacard-1.2.2-6.fc18.x86_64
> Mar 11 14:34:21 Installed: m2crypto-0.21.1-9.fc18.x86_64
> Mar 11 14:34:21 Installed: 2:qemu-kvm-tools-1.2.2-6.fc18.x86_64
> Mar 11 14:34:21 Installed:
> yum-plugin-fastestmirror-1.1.31-10.fc18.noarch
> 
> Mar 11 15:46:22 Installed: vdsm-python-4.10.3-9.fc18.x86_64
> Mar 11 15:46:22 Installed: vdsm-xmlrpc-4.10.3-9.fc18.noarch
> Mar 11 15:46:55 Installed: vdsm-4.10.3-9.fc18.x86_64
> Mar 11 15:46:55 Installed: vdsm-cli-4.10.3-9.fc18.noarch
> 
> Mar 11 17:22:13 Erased: kernel-3.8.2-206.fc18.x86_64
> Mar 11 17:22:28 Installed: kernel-3.7.8-202.fc18.x86_64
> Mar 19 14:06:40 Updated: bash-4.2.45-1.fc18.x86_64
> 
> 
> 
> 
> [g.cecchi@f18ovn01 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm"
> | sort
> libvirt-0.10.2.3-1.fc18.x86_64
> libvirt-client-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
> libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
> libvirt-python-0.10.2.3-1.fc18.x86_64
> qemu-kvm-1.2.2-6.fc18.x86_64
> qemu-kvm-tools-1.2.2-6.fc18.x86_64
> vdsm-4.10.3-10.fc18.x86_64
> vdsm-cli-4.10.3-10.fc18.noarch
> vdsm-python-4.10.3-10.fc18.x86_64
> vdsm-xmlrpc-4.10.3-10.fc18.noarch
> 
> 
> [g.cecchi@f18ovn03 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm"
> | sort
> libvirt-0.10.2.3-1.fc18.x86_64
> libvirt-client-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
> libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
> libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
> libvirt-python-0.10.2.3-1.fc18.x86_64
> ovirt-host-deploy-1.0.1-1.fc18.noarch
> qemu-kvm-1.2.2-6.fc18.x86_64
> qemu-kvm-tools-1.2.2-6.fc18.x86_64
> vdsm-4.10.3-10.fc18.x86_64
> vdsm-cli-4.10.3-10.fc18.noarch
> vdsm-python-4.10.3-10.fc18.x86_64
> vdsm-xmlrpc-4.10.3-10.fc18.noarch
> 
> If it could be of any help, for a short time f18ovn03 has been an
> all-in-one server. Then I purged all ovirt repo installed packages
> and
> then I deployed it as a node from another engine
> Possibly I forgot to remove the ovirt-host-deploy
> But f18ovn01 was born from scratch as a fedora 18 server and before
> en

Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 3:23 PM, Alon Bar-Lev  wrote:
>
>
> - Original Message -
>> From: "Gianluca Cecchi" 
>> To: "users" 
>> Sent: Tuesday, March 19, 2013 4:20:58 PM
>> Subject: [Users] otopi needed on oVirt node?
>>
>> Hello,
>> comparing rpm packages installed on two f18 systems that are nodes of
>> a 3.2 cluster, I notice this difference:
>>
>> > otopi-1.0.0-1.fc18.noarch
>> > ovirt-host-deploy-1.0.1-1.fc18.noarch
>
> This is strange! are you sure the host is ovirt-node?
>
>> I think ovirt-host-deploy is not necessary and that I can remove from
>> the only node where it is installed.
>> What about otopi?
>
> You need ovirt-host-deploy-offline, a single package, on ovirt-node.
>
> Alon


Based on yum.log f18ovn01 was the second node deployed when engine and
first node were in version 3.2.
Installed and updated fedora18
enabled ovirt-stable repo
installed node from webadmin gui (3.2 engine).
what I see in yum.log at the date of deploy is only for 4 packages:
Mar 11 14:34:18 Installed: python-ethtool-0.7-4.fc18.x86_64
Mar 11 14:34:19 Installed: strace-4.7-2.fc18.x86_64
Mar 11 14:34:19 Installed: atop-1.26-8.fc18.x86_64
Mar 11 14:34:20 Installed: 2:libcacard-1.2.2-6.fc18.x86_64
Mar 11 14:34:21 Installed: m2crypto-0.21.1-9.fc18.x86_64
Mar 11 14:34:21 Installed: 2:qemu-kvm-tools-1.2.2-6.fc18.x86_64
Mar 11 14:34:21 Installed: yum-plugin-fastestmirror-1.1.31-10.fc18.noarch

Mar 11 15:46:22 Installed: vdsm-python-4.10.3-9.fc18.x86_64
Mar 11 15:46:22 Installed: vdsm-xmlrpc-4.10.3-9.fc18.noarch
Mar 11 15:46:55 Installed: vdsm-4.10.3-9.fc18.x86_64
Mar 11 15:46:55 Installed: vdsm-cli-4.10.3-9.fc18.noarch

Mar 11 17:22:13 Erased: kernel-3.8.2-206.fc18.x86_64
Mar 11 17:22:28 Installed: kernel-3.7.8-202.fc18.x86_64
Mar 19 14:06:40 Updated: bash-4.2.45-1.fc18.x86_64




[g.cecchi@f18ovn01 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm" | sort
libvirt-0.10.2.3-1.fc18.x86_64
libvirt-client-0.10.2.3-1.fc18.x86_64
libvirt-daemon-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
libvirt-python-0.10.2.3-1.fc18.x86_64
qemu-kvm-1.2.2-6.fc18.x86_64
qemu-kvm-tools-1.2.2-6.fc18.x86_64
vdsm-4.10.3-10.fc18.x86_64
vdsm-cli-4.10.3-10.fc18.noarch
vdsm-python-4.10.3-10.fc18.x86_64
vdsm-xmlrpc-4.10.3-10.fc18.noarch


[g.cecchi@f18ovn03 ~]$ rpm -qa | egrep "ovirt|vdsm|host-|libvirt|kvm" | sort
libvirt-0.10.2.3-1.fc18.x86_64
libvirt-client-0.10.2.3-1.fc18.x86_64
libvirt-daemon-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-config-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-interface-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-libxl-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-lxc-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-network-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nodedev-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-nwfilter-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-qemu-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-secret-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-storage-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-uml-0.10.2.3-1.fc18.x86_64
libvirt-daemon-driver-xen-0.10.2.3-1.fc18.x86_64
libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
libvirt-python-0.10.2.3-1.fc18.x86_64
ovirt-host-deploy-1.0.1-1.fc18.noarch
qemu-kvm-1.2.2-6.fc18.x86_64
qemu-kvm-tools-1.2.2-6.fc18.x86_64
vdsm-4.10.3-10.fc18.x86_64
vdsm-cli-4.10.3-10.fc18.noarch
vdsm-python-4.10.3-10.fc18.x86_64
vdsm-xmlrpc-4.10.3-10.fc18.noarch

If it could be of any help, for a short time f18ovn03 has been an
all-in-one server. Then I purged all ovirt repo installed packages and
then I deployed it as a node from another engine
Possibly I forgot to remove the ovirt-host-deploy
But f18ovn01 was born from scratch as a fedora 18 server and before
enabling on it the ovirt repo I ran an "rpm -qa" on both and then :

yum install $(diff /tmp/f18ovn0*|grep -v ovirt |grep -v vdsm| grep
"^>" |cut -d ">" -f2 )

to align the packages not relatd to ovirt itself
then I deployed the node from webadmin gui

BTW: both nodes work ok and both has been SPM during update to 3.2.1
and both sustained live migration of linux and windows vm in both
directions

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


Re: [Users] Problem install

2013-03-19 Thread Alex Lourie

Hi Marcelo

Let's try something else.

Run

sed -i 's/\#WDMDOPTS/WDMDOPTS/g' /etc/sysconfig/wdmd

And try running the setup again.

On Tue, Mar 19, 2013 at 4:26 PM, Marcelo Barbosa 
 wrote:

Alex,

   Follows the file:
   
[root@firelap marcelo.barbosa]# cat /etc/sysconfig/wdmd
# WDMDOPTS -- set the command line options for the wdmd daemon
# See wdmd man page for full list of command line options.
#
# Include "-G sanlock" in the option string.
#
# To enable use of test scripts
#WDMDOPTS="-G sanlock -S 1"
#
# To select a specific watchdog device
#WDMDOPTS="-G sanlock -w /dev/watchdog1"

   I tried again, but error:

2013-03-19 11:05:33::ERROR::engine-setup::2385::root:: Traceback 
(most recent call last):

  File "/bin/engine-setup", line 2379, in 
    main(confFile)
  File "/bin/engine-setup", line 2162, in main
    runSequences()
  File "/bin/engine-setup", line 2085, in runSequences
    controller.runAllSequences()
  File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 
54, in runAllSequences

    sequence.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 
154, in run

    step.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 
60, in run

    function()
  File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", 
line 300, in waitForHostUp

    utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
  File "/usr/share/ovirt-engine/scripts/common_utils.py", line 1009, 
in retry

    raise e
RetryFailException: Error: Host was found in a 'Failed' state. Please 
check engine and bootstrap installation logs.


   Full ERROR/LOG in attached.

   More informations about my enviroment:

[root@firelap marcelo.barbosa]# rpm -qa | grep -i ovirt-engine
ovirt-engine-setup-plugin-allinone-3.2.1-1.fc18.noarch
ovirt-engine-backend-3.2.1-1.fc18.noarch
ovirt-engine-restapi-3.2.1-1.fc18.noarch
ovirt-engine-genericapi-3.2.1-1.fc18.noarch
ovirt-engine-cli-3.2.0.11-1.fc18.noarch
ovirt-engine-3.2.1-1.fc18.noarch
ovirt-engine-setup-3.2.1-1.fc18.noarch
ovirt-engine-dbscripts-3.2.1-1.fc18.noarch
ovirt-engine-sdk-3.2.0.10-1.fc18.noarch
ovirt-engine-userportal-3.2.1-1.fc18.noarch
ovirt-engine-webadmin-portal-3.2.1-1.fc18.noarch
ovirt-engine-tools-3.2.1-1.fc18.noarch

[root@firelap marcelo.barbosa]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 
localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 
localhost6.localdomain6

172.16.255.54   firelap firelap.local

[root@firelap marcelo.barbosa]# ifconfig 
bond0: flags=5123  mtu 1500
        ether 00:00:00:00:00:00  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


bond1: flags=5123  mtu 1500
        ether 00:00:00:00:00:00  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


bond2: flags=5123  mtu 1500
        ether 00:00:00:00:00:00  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


bond3: flags=5123  mtu 1500
        ether 00:00:00:00:00:00  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


bond4: flags=5123  mtu 1500
        ether 00:00:00:00:00:00  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 115968  bytes 34730071 (33.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 115968  bytes 34730071 (33.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0


p5p1: flags=4163  mtu 1500
        inet 172.16.255.54  netmask 255.255.255.192  broadcast 
172.16.255.63
        inet6 fe80::7a45:c4ff:feb0:8995  prefixlen 64  scopeid 
0x20

        ether 78:45:c4:b0:89:95  txqueuelen 1000  (Ethernet)
        RX packets 1785531  bytes 2623497125 (2.4 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 975613  bytes 76733377 (73.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0 
 collisions 0

        device interrupt 17  

   Forever run engine-cleanup before engine-setup

[root@localhost ~]# engine-setup 
Welcome to oVirt Engine setup utility
oVirt Engine uses httpd to proxy reques

Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Mike Burns

On 03/19/2013 10:23 AM, Alon Bar-Lev wrote:



- Original Message -

From: "Gianluca Cecchi" 
To: "users" 
Sent: Tuesday, March 19, 2013 4:20:58 PM
Subject: [Users] otopi needed on oVirt node?

Hello,
comparing rpm packages installed on two f18 systems that are nodes of
a 3.2 cluster, I notice this difference:


otopi-1.0.0-1.fc18.noarch
ovirt-host-deploy-1.0.1-1.fc18.noarch


This is strange! are you sure the host is ovirt-node?


I think ovirt-host-deploy is not necessary and that I can remove from
the only node where it is installed.
What about otopi?


You need ovirt-host-deploy-offline, a single package, on ovirt-node.


Are you sure this is ovirt-node?  It looks like they say 2 F18 systems.

Mike



Alon



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


Re: [Users] otopi needed on oVirt node?

2013-03-19 Thread Alon Bar-Lev


- Original Message -
> From: "Gianluca Cecchi" 
> To: "users" 
> Sent: Tuesday, March 19, 2013 4:20:58 PM
> Subject: [Users] otopi needed on oVirt node?
> 
> Hello,
> comparing rpm packages installed on two f18 systems that are nodes of
> a 3.2 cluster, I notice this difference:
> 
> > otopi-1.0.0-1.fc18.noarch
> > ovirt-host-deploy-1.0.1-1.fc18.noarch

This is strange! are you sure the host is ovirt-node?
 
> I think ovirt-host-deploy is not necessary and that I can remove from
> the only node where it is installed.
> What about otopi?

You need ovirt-host-deploy-offline, a single package, on ovirt-node.

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


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Alex Lourie

Gianluca

On Tue, Mar 19, 2013 at 3:29 PM, Gianluca Cecchi 
 wrote:
On Tue, Mar 19, 2013 at 2:16 PM, Alex Lourie  
wrote:


 > > * Perform the following steps to upgrade the history service 
or the

 > > reporting package:
 > > 1. Execute: yum update ovirt-engine-reports*
 > > 2. Execute: ovirt-engine-dwh-setup
 > > 3. Execute: ovirt-engine-reports-setup
 > > * DB Backup available at
 > > >
 > > > 
/var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2013_03_15_23_16_03.sql

 > > > > [root@tekkaman ~]# yum update ovirt-engine-reports*
 > > Loaded plugins: fastestmirror, langpacks, presto, >
 > > refresh-packagekit,
 > > versionlock
 > > Loading mirror speeds from cached hostfile
 > >  * fedora: fedora.mirror.garr.it
 > >  * livna: ftp-stud.fht-esslingen.de
 > >  * rpmfusion-free: ftp.nluug.nl
 > >  * rpmfusion-free-updates: ftp.nluug.nl
 > >  * rpmfusion-nonfree: ftp.nluug.nl
 > >  * rpmfusion-nonfree-updates: ftp.nluug.nl


In my case, I have a cluster with two f18 nodes with 3.2 and an f18
engine with 3.2.
I updated engine to 3.2.1.
I got the same error and:
1) yum update ovirt-engine-reports*
gives nothing to update

I presume I still have to run 2) and 3) or not if 1) doesn't catch 
anything?

In anu case:

2) ovirt-engine-dwh-setup
# ovirt-engine-dwh-setup
Setting DB connectivity...[DONE]
Upgrade DB... [DONE ]
Starting ovirt-engine...  [DONE ]
Starting oVirt-ETL... [DONE]
Successfully installed ovirt-engine-dwh.
The installation log file is available at:
/var/log/ovirt-engine/ovirt-engine-dwh-setup-2013_03_19_09_32_22.log

3)
# ovirt-engine-reports-setup
Welcome to ovirt-engine-reports setup utility
Exporting current users...[DONE]
Updating Redirect Servlet...  [DONE]
Importing reports...  [DONE]
Importing current users...[DONE]
Customizing Server... [DONE]
Running post setup steps...   [DONE]
Starting ovirt-engine...  [DONE]
Succesfully installed ovirt-engine-reports.
The installation log file is available at:
/var/log/ovirt-engine/ovirt-engine-reports-setup-2013_03_19_09_32_57.log

Then update my other f18 packages (comprising the ovirt ones for
possible new nodes deploy..)
4) yum update

5) reboot
(at 12:16)

At first ovirt-engine-dwhd didn't start correctly and then at 12:47 I
started it manually and seems to be ok now.
See messages:

Mar 19 12:16:49 f18engine systemd[1]: Started PostgreSQL database 
server.

Mar 19 12:16:49 f18engine systemd[1]: Starting oVirt Engine...
Mar 19 12:16:50 f18engine systemd[1]: Started The Apache HTTP Server.
Mar 19 12:16:50 f18engine libvirtd[901]: 2013-03-19 11:16:50.984+:
1046: error : virNWFilterSnoopLeaseFileRefresh:1903 : o
pen("/var/run/libvirt/network/nwfilter.ltmp"): No such file or 
directory

Mar 19 12:16:52 f18engine chronyd[641]: Selected source 131.175.12.3
Mar 19 12:16:55 f18engine ovirt-engine-dwhd[892]: Starting
ovirt-engine-dwhd: at Tue Mar 19 12:16:43 CET
2013[  OK  ]
Mar 19 12:16:55 f18engine systemd[1]: Started LSB: oVirt Engine
History ETL Service for Data Warehouse and Reporting.
Mar 19 12:16:56 f18engine kernel: [   28.759401] Ebtables v2.0 
registered

Mar 19 12:16:56 f18engine kernel: [   29.161347] ip6_tables: (C)
2000-2006 Netfilter Core Team
Mar 19 12:16:57 f18engine engine-service[1050]: Started engine 
process 1091.

Mar 19 12:16:57 f18engine engine-service[1050]: Starting
engine-service: [  OK  ]
Mar 19 12:16:57 f18engine kernel: [   30.004260] cgroup: libvirtd
(1046) created nested cgroup for controller "memory" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine kernel: [   30.004263] cgroup: "memory"
requires setting use_hierarchy to 1 on the root.
Mar 19 12:16:57 f18engine kernel: [   30.004306] cgroup: libvirtd
(1046) created nested cgroup for controller "devices" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine kernel: [   30.004352] cgroup: libvirtd
(1046) created nested cgroup for controller "blkio" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine systemd[1]: Started oVirt Engine.
Mar 19 12:16:57 f18engine systemd[1]: Starting Multi-User.
Mar 19 12:16:57 f18engine systemd[1]: Reached target Multi-User.
Mar 19 12:16:57 f18engine systemd[1]: Starting Update UTMP about
System Runlevel Changes...
Mar 19 12:16:57 f18engine systemd[1]: Starting Stop Read-Ahead Data
Collection 10s After Completed Startup.
Mar 19 12:16:57 f18engine systemd[1]: Started Stop Read-Ahead Data
Collection 10s After Completed Startup.
Mar 19 12:16:58 f18engine systemd[1]: Started Update UTMP about System
Runlevel Changes.
Mar 19 12:16:58 f18e

[Users] otopi needed on oVirt node?

2013-03-19 Thread Gianluca Cecchi
Hello,
comparing rpm packages installed on two f18 systems that are nodes of
a 3.2 cluster, I notice this difference:

> otopi-1.0.0-1.fc18.noarch
> ovirt-host-deploy-1.0.1-1.fc18.noarch

I think ovirt-host-deploy is not necessary and that I can remove from
the only node where it is installed.
What about otopi?

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


Re: [Users] Problem install

2013-03-19 Thread Alex Lourie

Hi Marcelo!

On Tue, Mar 19, 2013 at 3:51 PM, Marcelo Barbosa 
 wrote:

Alex,

   i am check:

# rpm -qa | grep sanlock
sanlock-2.6-7.fc18.x86_64
libvirt-lock-sanlock-0.10.2.3-1.fc18.x86_64
sanlock-lib-2.6-7.fc18.x86_64
sanlock-python-2.6-7.fc18.x86_64



Thanks!


   you would like make reinstall ? I can try again...

Marcelo Barbosa
mr.marcelo.barb...@gmail.com



Can you please also check the contents of the /etc/sysconfig/wdmd? Just 
attach it to the mail.


Thanks.

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


Re: [Users] Behavior when putting SPM node into mainenance

2013-03-19 Thread Dafna Ron
when you put the spm host into maintenance the spm role is moved to the
second host.

this means that f18ovn01 host is now the SPM

2013-Mar-19, 14:47
Storage Pool Manager runs on Host f18ovn01 (Address: 10.4.4.58).

when we move the spm role, for a few seconds, there is no spm -> hence the 
status change 

2013-Mar-19, 14:47
Invalid status on Data Center Default. Setting status to Non-Responsive.



On 03/19/2013 03:56 PM, Gianluca Cecchi wrote:
> Hello 3.2 oVirt cluster based on f18 nodes
> One node is SPM (f18ovn03)
> I put the other node (f18ovn01) into maintenance and stop vdsmd and
> update, so that I take it to 3.2.1 (engine already updated and
> restarted before)
> It correctly joins the cluster and I live migrate my 5 VM to it:
> fedora 18
> w7
> 2 x centos 5.6
> slackware 32bit
> I then put into maintenance the SPM node that doesn't have any VM.
> I stop vdsmd on it and update packages
>
> I see these messages in the gui, because I think the surviving node
> takes some time to become the SPM now.
> Apparently no problems at my side. Are these messages expected?
> Or did I have to make anything before putting the SPM node into
> maintenance (something like elect the other one as SPM if it
> exist...)?
>
> Any operational test to prove correct SPM role now for f18ovn01
> ?
> Thanks Gianluca
>
> 2013-Mar-19, 14:47
> Storage Pool Manager runs on Host f18ovn01 (Address: 10.4.4.58).
>
> 2013-Mar-19, 14:47
> Storage Pool Manager runs on Host f18ovn01 (Address: 10.4.4.58).
>
> 2013-Mar-19, 14:47
> Invalid status on Data Center Default. Setting status to Non-Responsive.
>
> 2013-Mar-19, 14:47
> Host f18ovn03 was switched to Maintenance mode by admin@internal.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users


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


[Users] Behavior when putting SPM node into mainenance

2013-03-19 Thread Gianluca Cecchi
Hello 3.2 oVirt cluster based on f18 nodes
One node is SPM (f18ovn03)
I put the other node (f18ovn01) into maintenance and stop vdsmd and
update, so that I take it to 3.2.1 (engine already updated and
restarted before)
It correctly joins the cluster and I live migrate my 5 VM to it:
fedora 18
w7
2 x centos 5.6
slackware 32bit
I then put into maintenance the SPM node that doesn't have any VM.
I stop vdsmd on it and update packages

I see these messages in the gui, because I think the surviving node
takes some time to become the SPM now.
Apparently no problems at my side. Are these messages expected?
Or did I have to make anything before putting the SPM node into
maintenance (something like elect the other one as SPM if it
exist...)?

Any operational test to prove correct SPM role now for f18ovn01
?
Thanks Gianluca

2013-Mar-19, 14:47
Storage Pool Manager runs on Host f18ovn01 (Address: 10.4.4.58).

2013-Mar-19, 14:47
Storage Pool Manager runs on Host f18ovn01 (Address: 10.4.4.58).

2013-Mar-19, 14:47
Invalid status on Data Center Default. Setting status to Non-Responsive.

2013-Mar-19, 14:47
Host f18ovn03 was switched to Maintenance mode by admin@internal.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ldap simple

2013-03-19 Thread Jure Kranjc

  
  
Hi.

Further testing...
- Setup: one ldap server with added user to match ovirt searches
(while adding user in webadmin),
- Fedora 18, engine 3.2.1, openldap-server, simple authentication,
no firewalls,
- with packet inspection we can see ldap responding with requested
attributes
- still, there are errors in logs, see below, and no users are
listed in webadmin, engine fails to parse given attributes
- engine-manage-domains -action="" returns "Invalid
credentials" even though binding is ok and ldap is replying with
data.

Can anyone point us to some documentation on this topic?
Is really AD the only good solution for user management?

engine.log
2013-03-19 15:16:53,042 ERROR
[org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper]
(ajp--127.0.0.1-8702-3) Error in running LDAP query. BaseDN is ,
filter is (&(&(objectClass=person))
(|(givenname=test)(sn=test)(uid=test)(uid=test))). Exception message
is: null
2013-03-19 15:16:53,043 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--127.0.0.1-8702-3) Failed ldap search server
ldap://ldaphost.domain.si:389 due to null. We should try the next
server

server.log
2013-03-19 15:17:24,113 ERROR
[org.springframework.ldap.control.AbstractRequestControlDirContextProcessor]
(ajp--127.0.0.1-8702-6) No matching response control found for paged
results - looking for 'class
javax.naming.ldap.PagedResultsResponseControl



On 03/18/2013 09:09 AM, Yair Zaslavsky
  wrote:


  
  Hi,
We're issuing a RootDSE query (once per LDAP domain
  configured).
We try to obtain from it the "defaultNamingContext"
  attribute.
If does not exist - we try to obtain ""NamingContexts"
We store the result at a "domainDn" (we have a data
  structure which maps domains to information objects, one of
  the fields at the information object is the DN of the domain)
   field, and we use it to compose the full ldap URL we send the
  queries to.

  
  
  From:
"Andrej Bagon" 
To: "Itamar Heim" 
Cc: users@ovirt.org, "Yair Zaslavsky"
, "Oved Ourfalli"

Sent: Monday, March 18, 2013 9:07:06 AM
Subject: Re: [Users] ldap simple

Hi,

the system is trying to bind to ldap as:
bind request:
uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si

I dont know how it knows dc=ourdomain,dc=si
It should be
bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b
"dc=arnes,dc=si

The same with the search: we have users in form as:
edupersonprincipalname=usern...@users.ourdomain.si,dc=users,dc=ourdomain,dc=si

values in database:
select * from vdc_options where option_name in
('DomainName','LdapServers','LDAPSecurityAuthentication','LDAPProviderTypes','AdUserName','AdUserPassword')

order by option_id;
 option_id |    option_name | 
option_value  | version 
---+++-
    10 | AdUserName |
users.ourdomain.si:ovirt   | general
    11 | AdUserPassword
|users.ourdomain.si:adminpassword   | general
    69 | DomainName | users.ourdomain.si
    | general
   130 | LDAPSecurityAuthentication|
users.ourdomain.si:SIMPLE  | general
   132 | LdapServers    |
users.ourdomain.si:server.ourdomain.si | general
   133 | LDAPProviderTypes  |
users.ourdomain.si:rhds    | general
(6 rows)

Best Regards,
Andrej Bagon


On 03/15/2013 12:09 PM, Itamar Heim wrote:
On
  03/14/2013 01:58 PM, Andrej Bagon wrote: 
  Hi, 

is it possible to change the bind request that is sent
to the ldap 
server? The default
uid=user,cn=Users,cn=Accounts,cn=our,cn=domain is 
not suitable. 
  
  
  can you please explain why / what you would like to change
  it to? 
  (not sure possible now, but there is work to make it more
  configurable/pluggable) 
  


  
  

  
  
  
  
  __

Re: [Users] Failed to Start VM (Run Once) due to internal spice channel error

2013-03-19 Thread Omer Frenkel
- Original Message -

> From: "Tom Rogers" 
> To: "Omer Frenkel" 
> Sent: Tuesday, March 19, 2013 3:29:03 PM
> Subject: Re: [Users] Failed to Start VM (Run Once) due to internal
> spice channel error

> Thanks Omer

> I'm attaching the vdsm log and the libvirt log. They both pretty much
> say the same thing, but from the vdsm.log, it looks like to us that
> the data is being pulled from the database ok but is being parsed
> incorrectly for spice.

> Thanks again.
> Tom Rogers

well following David's comment, 
looking at 
http://gerrit.ovirt.org/#/c/12697 
it seems that the name change some how caused this. 
Ravi, how did you verify this? what is missing? 
is it a bug in vdsm parsing? 

> On Tue, Mar 19, 2013 at 3:58 AM, Omer Frenkel < ofren...@redhat.com >
> wrote:

> > > From: "Tom Rogers" < trogers1...@gmail.com >
> > 
> 
> > > To: users@ovirt.org
> > 
> 
> > > Sent: Monday, March 18, 2013 10:22:52 PM
> > 
> 
> > > Subject: [Users] Failed to Start VM (Run Once) due to internal
> > > spice
> > > channel error
> > 
> 

> > > When trying to run a first time (Run Once) VM install, the vm
> > > session
> > > fails to start. When we look into the libvirtd.log on the host,
> > > we
> > > find the following error:
> > 
> 

> > > virDomainGraphicsDefParseXML:6566 : internal error unknown spice
> > > channel name ain
> > 
> 

> > > in the lines right above message, contained in the xmlDESC we
> > > find
> > > the following snippet:
> > 
> 

> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > >  > > passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1"
> > > type="spice">
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 
> > > 
> > 
> 

> > > It looks to us that the xml may be malformed due to the seemingly
> > > first character missing in the channel names.
> > 
> 

> > > Does this make any sense to anyone?
> > 
> 

> > > On master:
> > 
> 
> > > Ovirt-engine 3.3.0-0.2.master.20130313215708
> > 
> 

> > > On node:
> > 
> 
> > > qemu-kvm 1.2.2-7.fc18
> > 
> 
> > > vdsm-xmlrpc 4.10.3-10.fc18
> > 
> 
> > > libvirt-daemon 0.10.2.3-1.fc18
> > 
> 

> > > --
> > 
> 
> > > Tom Rogers
> > 
> 

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

> > indeed looks like first letter is missing, this is what the engine
> > sends:
> 

> > engine=# select * from vdc_options where option_name =
> > 'SpiceSecureChannels';
> 
> > option_id | option_name | option_value | version
> 
> > ---+-+---+-
> 
> > 345 | SpiceSecureChannels | smain,sinputs | 3.0
> 
> > 346 | SpiceSecureChannels |
> > main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.1
> 
> > 347 | SpiceSecureChannels |
> > main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.2
> 
> > 348 | SpiceSecureChannels |
> > main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.3
> 

> > can you please attach relevant vdsm log for this run?
> 
> > Thanks
> 

> --

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


Re: [Users] Problem install

2013-03-19 Thread Alex Lourie

Hi Marcelo

Can you please check that you have sanlock-2.6-7 installed?

Thanks.

On Wed, Mar 6, 2013 at 10:51 PM, Marcelo Barbosa 
 wrote:

Alex,

   Thankyou for attention. This return should not happen, because I 
have my hostname registered and running on my DNS servers, but i'm 
inserted in /etc/hosts my hostname and retry setup, but return new 
error:



2013-03-06 17:35:14::DEBUG::all_in_one_100::297::root:: Waiting for 
host to become operational
2013-03-06 17:35:14::DEBUG::all_in_one_100::300::root:: current host 
status is: up
2013-03-06 17:35:14::DEBUG::all_in_one_100::302::root:: The host is 
up.
2013-03-06 17:35:14::DEBUG::setup_sequences::59::root:: running 
addStorageDomain
2013-03-06 17:35:14::DEBUG::all_in_one_100::317::root:: Adding local 
storage domain
2013-03-06 17:35:14::INFO::all_in_one_100::322::root:: Creating local 
storage
2013-03-06 17:35:14::INFO::all_in_one_100::326::root:: Creating local 
storage domain
2013-03-06 17:35:14::INFO::all_in_one_100::334::root:: Adding local 
storage domain
2013-03-06 17:35:15::ERROR::all_in_one_100::337::root:: Traceback 
(most recent call last):
  File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", 
line 335, in addStorageDomain

    controller.CONF["API_OBJECT"].storagedomains.add(sdParams)
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", 
line 5151, in add

    headers={"Expect":expect, "Correlation-Id":correlation_id})
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", 
line 118, in add

    return self.request('POST', url, body, headers)
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", 
line 129, in request

    last=last)
  File 
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", 
line 159, in __doRequest

    raise RequestError, response
RequestError: 
status: 400
reason: Bad Request
detail: Cannot add Storage. Internal error, Storage Connection 
doesn't exist.


2013-03-06 17:35:15::DEBUG::setup_sequences::62::root:: Traceback 
(most recent call last):
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 
60, in run

    function()
  File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", 
line 338, in addStorageDomain

    raise Exception(ERROR_ADD_LOCAL_DOMAIN)
Exception: Error: could not add local storage domain

2013-03-06 17:35:15::DEBUG::engine-setup::1948::root:: *** The 
following params were used as user input:
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
override-httpd-config: yes

2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: http-port: 80
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: https-port: 443
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
random-passwords: no
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: mac-range: 
00:1A:4A:10:FF:00-00:1A:4A:10:FF:FF
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: host-fqdn: 
firelap.usc.unirede.net
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: auth-pass: 

2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: org-name: 
firelap
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
application-mode: both
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
default-dc-type: NFS
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
db-remote-install: local
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: db-host: 
localhost
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: db-local-pass: 

2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: nfs-mp: 
/firebackup//iso
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
iso-domain-name: ISO_DOMAIN

2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: config-nfs: yes
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
override-firewall: IPTables
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
config-allinone: yes
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: storage-path: 
/firebackup//vms
2013-03-06 17:35:15::DEBUG::engine-setup::1953::root:: 
superuser-pass: 
2013-03-06 17:35:15::ERROR::engine-setup::2369::root:: Traceback 
(most recent call last):

  File "/bin/engine-setup", line 2363, in 
    main(confFile)
  File "/bin/engine-setup", line 2146, in main
    runSequences()
  File "/bin/engine-setup", line 2068, in runSequences
    controller.runAllSequences()
  File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 
54, in runAllSequences

    sequence.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 
154, in run

    step.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 
60, in run

    function()
  File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", 
line 338, in addStorageDomain

    raise Exception(ERROR_ADD_LOCAL_DOMAIN)
Exception: Error: could not add local storage domain

   Any ideas to solve this problem?

Marcelo Barbosa
mr.marcelo.barb...@gmail.com


On Wed, Mar 6, 2013 a

Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Gianluca Cecchi
On Tue, Mar 19, 2013 at 2:16 PM, Alex Lourie  wrote:

>> > > * Perform the following steps to upgrade the history service or the
>> > > reporting package:
>> > > 1. Execute: yum update ovirt-engine-reports*
>> > > 2. Execute: ovirt-engine-dwh-setup
>> > > 3. Execute: ovirt-engine-reports-setup
>> > > * DB Backup available at
>> > > >
>> > > > /var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2013_03_15_23_16_03.sql
>> > > > > [root@tekkaman ~]# yum update ovirt-engine-reports*
>> > > Loaded plugins: fastestmirror, langpacks, presto, >
>> > > refresh-packagekit,
>> > > versionlock
>> > > Loading mirror speeds from cached hostfile
>> > >  * fedora: fedora.mirror.garr.it
>> > >  * livna: ftp-stud.fht-esslingen.de
>> > >  * rpmfusion-free: ftp.nluug.nl
>> > >  * rpmfusion-free-updates: ftp.nluug.nl
>> > >  * rpmfusion-nonfree: ftp.nluug.nl
>> > >  * rpmfusion-nonfree-updates: ftp.nluug.nl

In my case, I have a cluster with two f18 nodes with 3.2 and an f18
engine with 3.2.
I updated engine to 3.2.1.
I got the same error and:
1) yum update ovirt-engine-reports*
gives nothing to update

I presume I still have to run 2) and 3) or not if 1) doesn't catch anything?
In anu case:

2) ovirt-engine-dwh-setup
# ovirt-engine-dwh-setup
Setting DB connectivity...[DONE]
Upgrade DB... [DONE ]
Starting ovirt-engine...  [DONE ]
Starting oVirt-ETL... [DONE]
Successfully installed ovirt-engine-dwh.
The installation log file is available at:
/var/log/ovirt-engine/ovirt-engine-dwh-setup-2013_03_19_09_32_22.log

3)
# ovirt-engine-reports-setup
Welcome to ovirt-engine-reports setup utility
Exporting current users...[DONE]
Updating Redirect Servlet...  [DONE]
Importing reports...  [DONE]
Importing current users...[DONE]
Customizing Server... [DONE]
Running post setup steps...   [DONE]
Starting ovirt-engine...  [DONE]
Succesfully installed ovirt-engine-reports.
The installation log file is available at:
/var/log/ovirt-engine/ovirt-engine-reports-setup-2013_03_19_09_32_57.log

Then update my other f18 packages (comprising the ovirt ones for
possible new nodes deploy..)
4) yum update

5) reboot
(at 12:16)

At first ovirt-engine-dwhd didn't start correctly and then at 12:47 I
started it manually and seems to be ok now.
See messages:

Mar 19 12:16:49 f18engine systemd[1]: Started PostgreSQL database server.
Mar 19 12:16:49 f18engine systemd[1]: Starting oVirt Engine...
Mar 19 12:16:50 f18engine systemd[1]: Started The Apache HTTP Server.
Mar 19 12:16:50 f18engine libvirtd[901]: 2013-03-19 11:16:50.984+:
1046: error : virNWFilterSnoopLeaseFileRefresh:1903 : o
pen("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory
Mar 19 12:16:52 f18engine chronyd[641]: Selected source 131.175.12.3
Mar 19 12:16:55 f18engine ovirt-engine-dwhd[892]: Starting
ovirt-engine-dwhd: at Tue Mar 19 12:16:43 CET
2013[  OK  ]
Mar 19 12:16:55 f18engine systemd[1]: Started LSB: oVirt Engine
History ETL Service for Data Warehouse and Reporting.
Mar 19 12:16:56 f18engine kernel: [   28.759401] Ebtables v2.0 registered
Mar 19 12:16:56 f18engine kernel: [   29.161347] ip6_tables: (C)
2000-2006 Netfilter Core Team
Mar 19 12:16:57 f18engine engine-service[1050]: Started engine process 1091.
Mar 19 12:16:57 f18engine engine-service[1050]: Starting
engine-service: [  OK  ]
Mar 19 12:16:57 f18engine kernel: [   30.004260] cgroup: libvirtd
(1046) created nested cgroup for controller "memory" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine kernel: [   30.004263] cgroup: "memory"
requires setting use_hierarchy to 1 on the root.
Mar 19 12:16:57 f18engine kernel: [   30.004306] cgroup: libvirtd
(1046) created nested cgroup for controller "devices" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine kernel: [   30.004352] cgroup: libvirtd
(1046) created nested cgroup for controller "blkio" which has
incomplete hierarchy support. Nested cgroups may change behavior in
the future.
Mar 19 12:16:57 f18engine systemd[1]: Started oVirt Engine.
Mar 19 12:16:57 f18engine systemd[1]: Starting Multi-User.
Mar 19 12:16:57 f18engine systemd[1]: Reached target Multi-User.
Mar 19 12:16:57 f18engine systemd[1]: Starting Update UTMP about
System Runlevel Changes...
Mar 19 12:16:57 f18engine systemd[1]: Starting Stop Read-Ahead Data
Collection 10s After Completed Startup.
Mar 19 12:16:57 f18engine systemd[1]: Started Stop Read-Ahead Data
Collection 10s After Completed Startup.
Mar 19 12:16:58 f18engine systemd[1]: Started Update UTMP about System
Runlevel Changes.
Mar 19 12:16:58 f18engine systemd[1]: Startup finished in 1s 492ms
6

Re: [Users] BUG: soft lockup

2013-03-19 Thread Gianluca Cecchi
sorry I previously wrote that I was using kernel-3.7.9-201.fc18.
Instead, at least on my BL685c G1 blades, the kernel I'm correctly
running with oVirt 3.2.1 is 3.7.8-202.fc18.x86_64
And the previous working one was kernel-3.6.11-3

Not tried yet latest 3.8 ones.
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Alex Lourie

Jose

Let's ignore notifierd for a second. How the dwhd is going?

On Tue, Mar 19, 2013 at 2:13 PM, supo...@logicworks.pt wrote:
The command service engine-notifierd stop and service 
engine-notifierd start sends an error:


systemctl status engine-notifierd.service
engine-notifierd.service - SYSV: The oVirt event notification service
  Loaded: loaded (/etc/rc.d/init.d/engine-notifierd)
  Active: failed (Result: exit-code) since Tue 
2013-03-19 12:05:33 WET; 43s ago
 Process: 1952 
ExecStart=/etc/rc.d/init.d/engine-notifierd start (code=exited, 
status=1/FAILURE)


Mar 19 12:05:33 foot.acloud.pt runuser[1955]: 
pam_unix(runuser:session): session opened for user ovirt ...d=0)
Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: Starting 
engine-notifier: at Tue Mar 19 12:05:33 ...onf
Mar 19 12:05:33 foot.acloud.pt runuser[1955]: 
pam_unix(runuser:session): session closed for user ovirt

Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: [17B blob data]
Mar 19 12:05:33 foot.acloud.pt systemd[1]: engine-notifierd.service: 
control process exited, code=exite...us=1
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Failed to start SYSV: The 
oVirt event notification service.
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Unit 
engine-notifierd.service entered failed state


tail /var/log/messages
Mar 19 12:05:14 foot systemd[1]: Starting LSB: oVirt Engine History 
ETL Service for Data Warehouse and Reporting...
Mar 19 12:05:24 foot ovirt-engine-dwhd[1877]: Starting 
ovirt-engine-dwhd: at Tue Mar 19 12:05:14 WET 2013[  OK  ]
Mar 19 12:05:24 foot systemd[1]: Started LSB: oVirt Engine History 
ETL Service for Data Warehouse and Reporting.
Mar 19 12:05:29 foot systemd[1]: Stopped SYSV: The oVirt event 
notification service.
Mar 19 12:05:33 foot systemd[1]: Starting SYSV: The oVirt event 
notification service...
Mar 19 12:05:33 foot engine-notifierd[1952]: Starting 
engine-notifier: at Tue Mar 19 12:05:33 WET 2013Error: $MAIL_SERVER 
is not defined, please check for this in configuration file 
/etc/ovirt-engine/notifier/notifier.conf

Mar 19 12:05:33 foot engine-notifierd[1952]: [FAILED]#015[FAILED]
Mar 19 12:05:33 foot systemd[1]: engine-notifierd.service: control 
process exited, code=exited status=1
Mar 19 12:05:33 foot systemd[1]: Failed to start SYSV: The oVirt 
event notification service.
Mar 19 12:05:33 foot systemd[1]: Unit engine-notifierd.service 
entered failed state



have a problem in the $MAIL_SERVER ?


the problem is the login page appears scrambled:
https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing



De: "Alex Lourie" 
Para: supo...@logicworks.pt
Cc: "users" , "Gianluca Cecchi" 


Enviadas: Terça-feira, 19 de Março de 2013 11:48:51
Assunto: Re: [Users] oVirt 3.2.1 and reports update error

Hi Jose

On Tue, Mar 19, 2013 at 12:18 PM, supo...@logicworks.pt wrote:
> Yeah, Reports does not work for me too. Either, with IE10 or 
Firefox 
> 19.0.2

> Any idea how to fix this?
> 


Try starting the services manually:

service notifierd start
service ovirt-engine-dwhd start

and try again.

> 
> Thanks

> Jose
> 
> De: "Alex Lourie" 

> Para: "Gianluca Cecchi" 
> Cc: "users" 
> Enviadas: Domingo, 17 de Março de 2013 9:29:30
> Assunto: Re: [Users] oVirt 3.2.1 and reports update error
> 
> Hi Gianluca
> 
> On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
>  wrote:

> > Hello,
> > an all-in-one setup with oVirt 3.2 on Fedora 18.
> > # yum update ovirt-engine-setup
> > and then
> > # engine-upgrade
> > 
> > with this output

> > ...
> > During the upgrade process, oVirt Engine  will not be accessible.
> > All existing running virtual machines will continue but you will 
> not 
> > be able to

> > start or stop any new virtual machines during the process.
> > 
> > Would you like to proceed? (yes|no): yes
> > Stopping ovirt-engine service...                       
>  [ DONE ]
> > Stopping DB related services...                       
  
> [ DONE ]
> > Pre-upgrade validations...                           
>    [ DONE ]
> > Backing Up Database...                             
  
>    [ DONE ]
> > Rename Database...                               
  
>      [ DONE ]
> > Updating rpms...                                 
  
>      [ DONE ]
> > Updating Database...                               
>      [ DONE ]
> > Restore Database name...                           
  
>    [ DONE ]
> > Preparing CA...                                 
  
>       [ DONE ]
> > Running post install configuration...                   
[ 
> DONE ]
> > Starting ovirt-engine service...                       
>  [ DONE ]
> > 
> > oVirt Engine upgrade completed successfully!
> > 
> > * Error: Can't start the ovirt-engine-dwhd service

> > * Upgrade log available at
> > /var/log/ovirt-engine/ovirt-engine-upgrade_2013_03_15_23_16_02.log
> > * Perform the following steps to upgrade the history service or 
the

> > reporting package:
> > 1. Execute: yum update ovirt-engine-reports*
> > 2. Execute: ovi

Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread suporte
I configured the MAIL_SERVER but still get an error: 

tail /var/log/messages 
Mar 19 12:31:54 foot systemd[1]: engine-notifierd.service: control process 
exited, code=exited status=1 
Mar 19 12:31:54 foot systemd[1]: Failed to start SYSV: The oVirt event 
notification service. 
Mar 19 12:31:54 foot systemd[1]: Unit engine-notifierd.service entered failed 
state 
Mar 19 12:37:21 foot systemd[1]: Stopped SYSV: The oVirt event notification 
service. 
Mar 19 12:37:24 foot systemd[1]: Starting SYSV: The oVirt event notification 
service... 
Mar 19 12:37:24 foot engine-notifierd[2657]: Starting engine-notifier: at Tue 
Mar 19 12:37:24 WET 2013/usr/share/ovirt-engine/bin/engine-notifier.sh: line 
188: /var/run/ovirt-engine/notifier/engine-notifier.pid: Permission denied 
Mar 19 12:37:24 foot engine-notifierd[2657]: [FAILED]#015[FAILED] 
Mar 19 12:37:24 foot systemd[1]: engine-notifierd.service: control process 
exited, code=exited status=1 
Mar 19 12:37:24 foot systemd[1]: Failed to start SYSV: The oVirt event 
notification service. 
Mar 19 12:37:24 foot systemd[1]: Unit engine-notifierd.service entered failed 
state 


- Mensagem original -

De: supo...@logicworks.pt 
Para: "Alex Lourie"  
Cc: "users"  
Enviadas: Terça-feira, 19 de Março de 2013 12:13:54 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 


The command service engine-notifierd stop and service engine-notifierd start 
sends an error: 

systemctl status engine-notifierd.service 
engine-notifierd.service - SYSV: The oVirt event notification service 
Loaded: loaded (/etc/rc.d/init.d/engine-notifierd) 
Active: failed (Result: exit-code) since Tue 2013-03-19 12:05:33 WET; 43s ago 
Process: 1952 ExecStart=/etc/rc.d/init.d/engine-notifierd start (code=exited, 
status=1/FAILURE) 

Mar 19 12:05:33 foot.acloud.pt runuser[1955]: pam_unix(runuser:session): 
session opened for user ovirt ...d=0) 
Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: Starting 
engine-notifier: at Tue Mar 19 12:05:33 ...onf 
Mar 19 12:05:33 foot.acloud.pt runuser[1955]: pam_unix(runuser:session): 
session closed for user ovirt 
Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: [17B blob data] 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: engine-notifierd.service: control 
process exited, code=exite...us=1 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Failed to start SYSV: The oVirt 
event notification service. 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Unit engine-notifierd.service 
entered failed state 

tail /var/log/messages 
Mar 19 12:05:14 foot systemd[1]: Starting LSB: oVirt Engine History ETL Service 
for Data Warehouse and Reporting... 
Mar 19 12:05:24 foot ovirt-engine-dwhd[1877]: Starting ovirt-engine-dwhd: at 
Tue Mar 19 12:05:14 WET 2013[ OK ] 
Mar 19 12:05:24 foot systemd[1]: Started LSB: oVirt Engine History ETL Service 
for Data Warehouse and Reporting. 
Mar 19 12:05:29 foot systemd[1]: Stopped SYSV: The oVirt event notification 
service. 
Mar 19 12:05:33 foot systemd[1]: Starting SYSV: The oVirt event notification 
service... 
Mar 19 12:05:33 foot engine-notifierd[1952]: Starting engine-notifier: at Tue 
Mar 19 12:05:33 WET 2013Error: $MAIL_SERVER is not defined, please check for 
this in configuration file /etc/ovirt-engine/notifier/notifier.conf 
Mar 19 12:05:33 foot engine-notifierd[1952]: [FAILED]#015[FAILED] 
Mar 19 12:05:33 foot systemd[1]: engine-notifierd.service: control process 
exited, code=exited status=1 
Mar 19 12:05:33 foot systemd[1]: Failed to start SYSV: The oVirt event 
notification service. 
Mar 19 12:05:33 foot systemd[1]: Unit engine-notifierd.service entered failed 
state 


have a problem in the $MAIL_SERVER ? 


the problem is the login page appears scrambled: 
https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing 



- Mensagem original -

De: "Alex Lourie"  
Para: supo...@logicworks.pt 
Cc: "users" , "Gianluca Cecchi"  
Enviadas: Terça-feira, 19 de Março de 2013 11:48:51 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 

Hi Jose 

On Tue, Mar 19, 2013 at 12:18 PM, supo...@logicworks.pt wrote: 
> Yeah, Reports does not work for me too. Either, with IE10 or Firefox 
> 19.0.2 
> Any idea how to fix this? 
> 

Try starting the services manually: 

service notifierd start 
service ovirt-engine-dwhd start 

and try again. 

> 
> Thanks 
> Jose 
> 
> De: "Alex Lourie"  
> Para: "Gianluca Cecchi"  
> Cc: "users"  
> Enviadas: Domingo, 17 de Março de 2013 9:29:30 
> Assunto: Re: [Users] oVirt 3.2.1 and reports update error 
> 
> Hi Gianluca 
> 
> On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
>  wrote: 
> > Hello, 
> > an all-in-one setup with oVirt 3.2 on Fedora 18. 
> > # yum update ovirt-engine-setup 
> > and then 
> > # engine-upgrade 
> > 
> > with this output 
> > ... 
> > During the upgrade process, oVirt Engine will not be accessible. 
> > All existing running virtual machines will continue but you will 
> not 
> > be able to 
> > start or stop any new virtual machines dur

Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread suporte
The command service engine-notifierd stop and service engine-notifierd start 
sends an error: 

systemctl status engine-notifierd.service 
engine-notifierd.service - SYSV: The oVirt event notification service 
Loaded: loaded (/etc/rc.d/init.d/engine-notifierd) 
Active: failed (Result: exit-code) since Tue 2013-03-19 12:05:33 WET; 43s ago 
Process: 1952 ExecStart=/etc/rc.d/init.d/engine-notifierd start (code=exited, 
status=1/FAILURE) 

Mar 19 12:05:33 foot.acloud.pt runuser[1955]: pam_unix(runuser:session): 
session opened for user ovirt ...d=0) 
Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: Starting 
engine-notifier: at Tue Mar 19 12:05:33 ...onf 
Mar 19 12:05:33 foot.acloud.pt runuser[1955]: pam_unix(runuser:session): 
session closed for user ovirt 
Mar 19 12:05:33 foot.acloud.pt engine-notifierd[1952]: [17B blob data] 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: engine-notifierd.service: control 
process exited, code=exite...us=1 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Failed to start SYSV: The oVirt 
event notification service. 
Mar 19 12:05:33 foot.acloud.pt systemd[1]: Unit engine-notifierd.service 
entered failed state 

tail /var/log/messages 
Mar 19 12:05:14 foot systemd[1]: Starting LSB: oVirt Engine History ETL Service 
for Data Warehouse and Reporting... 
Mar 19 12:05:24 foot ovirt-engine-dwhd[1877]: Starting ovirt-engine-dwhd: at 
Tue Mar 19 12:05:14 WET 2013[ OK ] 
Mar 19 12:05:24 foot systemd[1]: Started LSB: oVirt Engine History ETL Service 
for Data Warehouse and Reporting. 
Mar 19 12:05:29 foot systemd[1]: Stopped SYSV: The oVirt event notification 
service. 
Mar 19 12:05:33 foot systemd[1]: Starting SYSV: The oVirt event notification 
service... 
Mar 19 12:05:33 foot engine-notifierd[1952]: Starting engine-notifier: at Tue 
Mar 19 12:05:33 WET 2013Error: $MAIL_SERVER is not defined, please check for 
this in configuration file /etc/ovirt-engine/notifier/notifier.conf 
Mar 19 12:05:33 foot engine-notifierd[1952]: [FAILED]#015[FAILED] 
Mar 19 12:05:33 foot systemd[1]: engine-notifierd.service: control process 
exited, code=exited status=1 
Mar 19 12:05:33 foot systemd[1]: Failed to start SYSV: The oVirt event 
notification service. 
Mar 19 12:05:33 foot systemd[1]: Unit engine-notifierd.service entered failed 
state 


have a problem in the $MAIL_SERVER ? 


the problem is the login page appears scrambled: 
https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing 



- Mensagem original -

De: "Alex Lourie"  
Para: supo...@logicworks.pt 
Cc: "users" , "Gianluca Cecchi"  
Enviadas: Terça-feira, 19 de Março de 2013 11:48:51 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 

Hi Jose 

On Tue, Mar 19, 2013 at 12:18 PM, supo...@logicworks.pt wrote: 
> Yeah, Reports does not work for me too. Either, with IE10 or Firefox 
> 19.0.2 
> Any idea how to fix this? 
> 

Try starting the services manually: 

service notifierd start 
service ovirt-engine-dwhd start 

and try again. 

> 
> Thanks 
> Jose 
> 
> De: "Alex Lourie"  
> Para: "Gianluca Cecchi"  
> Cc: "users"  
> Enviadas: Domingo, 17 de Março de 2013 9:29:30 
> Assunto: Re: [Users] oVirt 3.2.1 and reports update error 
> 
> Hi Gianluca 
> 
> On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
>  wrote: 
> > Hello, 
> > an all-in-one setup with oVirt 3.2 on Fedora 18. 
> > # yum update ovirt-engine-setup 
> > and then 
> > # engine-upgrade 
> > 
> > with this output 
> > ... 
> > During the upgrade process, oVirt Engine will not be accessible. 
> > All existing running virtual machines will continue but you will 
> not 
> > be able to 
> > start or stop any new virtual machines during the process. 
> > 
> > Would you like to proceed? (yes|no): yes 
> > Stopping ovirt-engine service... 
> [ DONE ] 
> > Stopping DB related services... 
> [ DONE ] 
> > Pre-upgrade validations... 
> [ DONE ] 
> > Backing Up Database... 
> [ DONE ] 
> > Rename Database... 
> [ DONE ] 
> > Updating rpms... 
> [ DONE ] 
> > Updating Database... 
> [ DONE ] 
> > Restore Database name... 
> [ DONE ] 
> > Preparing CA... 
> [ DONE ] 
> > Running post install configuration... [ 
> DONE ] 
> > Starting ovirt-engine service... 
> [ DONE ] 
> > 
> > oVirt Engine upgrade completed successfully! 
> > 
> > * Error: Can't start the ovirt-engine-dwhd service 
> > * Upgrade log available at 
> > /var/log/ovirt-engine/ovirt-engine-upgrade_2013_03_15_23_16_02.log 
> > * Perform the following steps to upgrade the history service or the 
> > reporting package: 
> > 1. Execute: yum update ovirt-engine-reports* 
> > 2. Execute: ovirt-engine-dwh-setup 
> > 3. Execute: ovirt-engine-reports-setup 
> > * DB Backup available at 
> > 
> /var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2013_03_15_23_16_03.sql 
> > 
> > [root@tekkaman ~]# yum update ovirt-engine-reports* 
> > Loaded plugins: fastestmirror, langpacks, presto, 
> refresh-packagekit, 
> > versionlock 
> > Loading mirror speeds from cached hostfile 
> > * fedora: fedora.mirror.g

Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread Alex Lourie

Hi Jose

On Tue, Mar 19, 2013 at 12:18 PM, supo...@logicworks.pt wrote:
Yeah, Reports does not work for me too. Either, with IE10 or Firefox 
19.0.2

Any idea how to fix this?



Try starting the services manually:

service notifierd start
service ovirt-engine-dwhd start

and try again.



Thanks
Jose

De: "Alex Lourie" 
Para: "Gianluca Cecchi" 
Cc: "users" 
Enviadas: Domingo, 17 de Março de 2013 9:29:30
Assunto: Re: [Users] oVirt 3.2.1 and reports update error

Hi Gianluca

On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
 wrote:

> Hello,
> an all-in-one setup with oVirt 3.2 on Fedora 18.
> # yum update ovirt-engine-setup
> and then
> # engine-upgrade
> 
> with this output

> ...
> During the upgrade process, oVirt Engine  will not be accessible.
> All existing running virtual machines will continue but you will 
not 
> be able to

> start or stop any new virtual machines during the process.
> 
> Would you like to proceed? (yes|no): yes
> Stopping ovirt-engine service...                       
 [ DONE ]
> Stopping DB related services...                         
[ DONE ]
> Pre-upgrade validations...                           
   [ DONE ]
> Backing Up Database...                               
   [ DONE ]
> Rename Database...                                 
     [ DONE ]
> Updating rpms...                                   
     [ DONE ]
> Updating Database...                               
     [ DONE ]
> Restore Database name...                             
   [ DONE ]
> Preparing CA...                                   
      [ DONE ]
> Running post install configuration...                   [ 
DONE ]
> Starting ovirt-engine service...                       
 [ DONE ]
> 
> oVirt Engine upgrade completed successfully!
> 
> * Error: Can't start the ovirt-engine-dwhd service

> * Upgrade log available at
> /var/log/ovirt-engine/ovirt-engine-upgrade_2013_03_15_23_16_02.log
> * Perform the following steps to upgrade the history service or the
> reporting package:
> 1. Execute: yum update ovirt-engine-reports*
> 2. Execute: ovirt-engine-dwh-setup
> 3. Execute: ovirt-engine-reports-setup
> * DB Backup available at
> 
/var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2013_03_15_23_16_03.sql
> 
> [root@tekkaman ~]# yum update ovirt-engine-reports*
> Loaded plugins: fastestmirror, langpacks, presto, 
refresh-packagekit,

> versionlock
> Loading mirror speeds from cached hostfile
>  * fedora: fedora.mirror.garr.it
>  * livna: ftp-stud.fht-esslingen.de
>  * rpmfusion-free: ftp.nluug.nl
>  * rpmfusion-free-updates: ftp.nluug.nl
>  * rpmfusion-nonfree: ftp.nluug.nl
>  * rpmfusion-nonfree-updates: ftp.nluug.nl
>  * updates: ftp.nluug.nl
> No Packages marked for Update
> 
> Do I have to consider or not the error regarding reports?
> 

Sure, yes; this is being already handled and will be merged into 
master 
upstream for ovirt-engine-dwh.


> 
> After a reboot webadmin is ok but reports appears as totally

> scrambled:
> - login page
> 
https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing
> 
> - after login
> 
https://docs.google.com/file/d/0BwoPbcrMv8mvNm1VVnk4cDhDR0U/edit?usp=sharing
> 
> these above are from Fedora 18 and firefox 19.0.2
> 

It seems that something is wrong with CSS loading. Do you have any 
CSS/JS blocker addons installed in Firefox?


> 
> 
> 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




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


Re: [Users] oVirt 3.2.1 and reports update error

2013-03-19 Thread suporte
Yeah, Reports does not work for me too. Either, with IE10 or Firefox 19.0.2 
Any idea how to fix this? 

Thanks 
Jose 

- Mensagem original -

De: "Alex Lourie"  
Para: "Gianluca Cecchi"  
Cc: "users"  
Enviadas: Domingo, 17 de Março de 2013 9:29:30 
Assunto: Re: [Users] oVirt 3.2.1 and reports update error 

Hi Gianluca 

On Sat, Mar 16, 2013 at 12:35 AM, Gianluca Cecchi 
 wrote: 
> Hello, 
> an all-in-one setup with oVirt 3.2 on Fedora 18. 
> # yum update ovirt-engine-setup 
> and then 
> # engine-upgrade 
> 
> with this output 
> ... 
> During the upgrade process, oVirt Engine will not be accessible. 
> All existing running virtual machines will continue but you will not 
> be able to 
> start or stop any new virtual machines during the process. 
> 
> Would you like to proceed? (yes|no): yes 
> Stopping ovirt-engine service... [ DONE ] 
> Stopping DB related services... [ DONE ] 
> Pre-upgrade validations... [ DONE ] 
> Backing Up Database... [ DONE ] 
> Rename Database... [ DONE ] 
> Updating rpms... [ DONE ] 
> Updating Database... [ DONE ] 
> Restore Database name... [ DONE ] 
> Preparing CA... [ DONE ] 
> Running post install configuration... [ DONE ] 
> Starting ovirt-engine service... [ DONE ] 
> 
> oVirt Engine upgrade completed successfully! 
> 
> * Error: Can't start the ovirt-engine-dwhd service 
> * Upgrade log available at 
> /var/log/ovirt-engine/ovirt-engine-upgrade_2013_03_15_23_16_02.log 
> * Perform the following steps to upgrade the history service or the 
> reporting package: 
> 1. Execute: yum update ovirt-engine-reports* 
> 2. Execute: ovirt-engine-dwh-setup 
> 3. Execute: ovirt-engine-reports-setup 
> * DB Backup available at 
> /var/lib/ovirt-engine/backups/ovirt-engine_db_backup_2013_03_15_23_16_03.sql 
> 
> [root@tekkaman ~]# yum update ovirt-engine-reports* 
> Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, 
> versionlock 
> Loading mirror speeds from cached hostfile 
> * fedora: fedora.mirror.garr.it 
> * livna: ftp-stud.fht-esslingen.de 
> * rpmfusion-free: ftp.nluug.nl 
> * rpmfusion-free-updates: ftp.nluug.nl 
> * rpmfusion-nonfree: ftp.nluug.nl 
> * rpmfusion-nonfree-updates: ftp.nluug.nl 
> * updates: ftp.nluug.nl 
> No Packages marked for Update 
> 
> Do I have to consider or not the error regarding reports? 
> 

Sure, yes; this is being already handled and will be merged into master 
upstream for ovirt-engine-dwh. 

> 
> After a reboot webadmin is ok but reports appears as totally 
> scrambled: 
> - login page 
> https://docs.google.com/file/d/0BwoPbcrMv8mvQ3piS2xCRnRZdzg/edit?usp=sharing 
> 
> - after login 
> https://docs.google.com/file/d/0BwoPbcrMv8mvNm1VVnk4cDhDR0U/edit?usp=sharing 
> 
> these above are from Fedora 18 and firefox 19.0.2 
> 

It seems that something is wrong with CSS loading. Do you have any 
CSS/JS blocker addons installed in Firefox? 

> 
> 
> 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 

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


Re: [Users] Failed to Start VM (Run Once) due to internal spice channel error

2013-03-19 Thread David Jaša
Omer Frenkel píše v Út 19. 03. 2013 v 04:58 -0400:
>Od: 
> Omer Frenkel 
>  Komu: 
> Tom Rogers 
> Kopie: 
> users@ovirt.org
>   Předmět: 
> Re: [Users] Failed to Start VM (Run
> Once) due to internal spice
> channel error
> Datum: 
> 19.3.2013 09:58:23
> 
> 
> - Original Message -
> 
> > From: "Tom Rogers" 
> > To: users@ovirt.org
> > Sent: Monday, March 18, 2013 10:22:52 PM
> > Subject: [Users] Failed to Start VM (Run Once) due to internal spice
> > channel error
> 
> > When trying to run a first time (Run Once) VM install, the vm
> session
> > fails to start. When we look into the libvirtd.log on the host, we
> > find the following error:
> 
> > virDomainGraphicsDefParseXML:6566 : internal error unknown spice
> > channel name ain
> 
> > in the lines right above message, contained in the xmlDESC we find
> > the following snippet:
> 
> > 
> > 
> > 
> >  > passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1"
> > type="spice">
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> > It looks to us that the xml may be malformed due to the seemingly
> > first character missing in the channel names.
> 
> > Does this make any sense to anyone?
> 
> > On master:
> > Ovirt-engine 3.3.0-0.2.master.20130313215708
> 
> > On node:
> > qemu-kvm 1.2.2-7.fc18
> > vdsm-xmlrpc 4.10.3-10.fc18
> > libvirt-daemon 0.10.2.3-1.fc18
> 
> > --
> > Tom Rogers
> 
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> indeed looks like first letter is missing, this is what the engine
> sends: 
> 
> engine=# select * from vdc_options where option_name =
> 'SpiceSecureChannels'; 
> option_id | option_name | option_value | version 
> ---+-+---+-
>  
> 345 | SpiceSecureChannels | smain,sinputs | 3.0 
> 346 | SpiceSecureChannels |
> main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.1 
> 347 | SpiceSecureChannels |
> main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.2 
> 348 | SpiceSecureChannels |
> main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.3 
> 
> can you please attach relevant vdsm log for this run? 
> Thanks 

sounds like vdsm didn't get right schannel -> channel name change [1].
It should either implement magic like spice-xpi:
http://cgit.freedesktop.org/spice/spice-xpi/tree/SpiceXPI/src/plugin/plugin.cpp#n320
or stop any channel name mangling altogether for recent enough clusters.

David

> 
> 
-- 

David Jaša, RHCE

SPICE QE based in Brno
GPG Key: 22C33E24 
Fingerprint: 513A 060B D1B4 2A72 7F0D 0278 B125 CD00 22C3 3E24



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


Re: [Users] BUG: soft lockup

2013-03-19 Thread suporte
Yes the newer kernels does not work. 
I installed kernel kernel-3.6.11-3.fc18.x86_64.rpm and everything works now 

Thanks 

Jose 

- Mensagem original -

De: "Joop van de Wege"  
Para: supo...@logicworks.pt 
Enviadas: Sábado, 16 de Março de 2013 8:06:25 
Assunto: Re: [Users] BUG: soft lockup 


supo...@logicworks.pt schreef: 

So, there is not a solid solution for this? 

- Mensagem original - 
De: "Joop"  
Para: supo...@logicworks.pt, Users@ovirt.org 
Enviadas: Sexta-feira, 15 Março, 2013 21:57:35 
Assunto: Re: [Users] BUG: soft lockup 

supo...@logicworks.pt wrote: 


I have a host that have this error BUG: soft lockup - CPU#4 stuck for 22s! [sh: 
1534], and the host died 

this host was installed from fedora18 minimum installation, kernel version 
3.8.2-206.fc18.x86_64. I have another host with the same configuration, and 
have no errors, until now. 

Any idea? 





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

Just to let you know you're not alone. I !
 have a
few hosts which have the same problem. F18 minimal install, started at 3.6.x 
kernel. Every upgrade since has had this. Some reboots! at higher versions 
work, mostly not. Disabling multipath might help but then vdsm doesn't work. 
Hosts are HP ML110G5, HP DL360 G6, from memory 

Joop 


Sticking to the 3.6 kernel works each and every time. I still try new kernels 
once in a while but it seems that anything after it isnt stable. 

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


Re: [Users] Package installation error

2013-03-19 Thread suporte
That is right : "The bigger problem of course is that oVirt-3.2.1 requires 
gluster-3.4.0 
which isn't in the standard repos at the moment. " 

I want to use gluster, because, in my understanding, glusterfs allow me to 
share a storage (2 or more) between 2 or more hosts, like a virtual disk, and 
this is essential for live migration or HA. 
I get from the gluster site, related to Gluster 3.4 alpha and QEMU 1.4.0 : "... 
new QEMU/GlusterFS native integration leveraging libgfapi. For those of you 
wondering what that means, in short, there’s no need for FUSE anymore and QEMU 
leverages GlusterFS natively on the back end. Awesome." 

This could be an advantage? It's not only required to manage gluster clusters, 
but as a better integration. 
Let me know if I wrote something wrong. 

Now things seems to be working, what I did was create a file in the host: 
/etc/yum.repos.d/stage.repo 

[glusterfs] 
name=GlusterFS 
baseurl=http://bits.gluster.org/pub/gluster/glusterfs/stage/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Gluster 
because of the self signed I get some errors, so I did: 

yum install --nogpgcheck glusterfs* 
yum install --nogpgcheck glusterfs-server* 
yum install --nogpgcheck glusterfs-rdma* 

And that's it everything works. 

The installation should be more nicely 

Thanks 
Jose 




- Mensagem original -

De: "Sahina Bose"  
Para: "Dave Neary"  
Cc: users@ovirt.org 
Enviadas: Terça-feira, 19 de Março de 2013 9:24:23 
Assunto: Re: [Users] Package installation error 

You are right - Gluster 3.4 is only required to manage gluster clusters. 

Currently the question asked at setup is this : 

"The engine can be configured to present the UI in three different 
application modes. virt [Manage virtualization only], gluster [Manage 
gluster storage only], 
and both [Manage virtualization as well as gluster storage]" where both 
is the default. 

If this is confusing to the user, we can change this message. Suggestions? 


On 03/19/2013 01:41 PM, Dave Neary wrote: 
> Hi, 
> 
> On 03/19/2013 08:16 AM, Alon Bar-Lev wrote: 
>> Now I am confused 
>> Do you or don't you need vdsm-gluster on your system? 
> 
> Allow me to clarify. 
> 
> There have been several messages from users since the oVirt 3.2 
> release asking why they need Gluster 3.4 pre-releases to run oVirt. 
> 
> My understanding is that you don't need Gluster 3.4 unless you want to 
> manage a Gluster cluster with oVirt. 
> 
> So my question is: are we sure that we are not leading users wrong, 
> and confusing them during the installation & set-up process? 
> 
> Thanks, 
> Dave. 
> 

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

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


Re: [Users] Package installation error

2013-03-19 Thread Sahina Bose

You are right - Gluster 3.4 is only required to manage gluster clusters.

Currently the question asked at setup is this :

"The engine can be configured to present the UI in three different 
application modes. virt [Manage virtualization only], gluster [Manage 
gluster storage only],
and both [Manage virtualization as well as gluster storage]" where both 
is the default.


If this is confusing to the user, we can change this message. Suggestions?


On 03/19/2013 01:41 PM, Dave Neary wrote:

Hi,

On 03/19/2013 08:16 AM, Alon Bar-Lev wrote:

Now I am confused
Do you or don't you need vdsm-gluster on your system?


Allow me to clarify.

There have been several messages from users since the oVirt 3.2 
release asking why they need Gluster 3.4 pre-releases to run oVirt.


My understanding is that you don't need Gluster 3.4 unless you want to 
manage a Gluster cluster with oVirt.


So my question is: are we sure that we are not leading users wrong, 
and confusing them during the installation & set-up process?


Thanks,
Dave.



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


Re: [Users] Package installation error

2013-03-19 Thread Balamurugan Arumugam

On 03/19/2013 01:31 PM, noc wrote:

On 19-3-2013 8:16, Alon Bar-Lev wrote:


- Original Message -

From: "Dave Neary" 
To: "Alon Bar-Lev" 
Cc: users@ovirt.org
Sent: Tuesday, March 19, 2013 9:02:13 AM
Subject: Re: [Users] Package installation error

Hi Alon,

On 03/19/2013 07:56 AM, Alon Bar-Lev wrote:

Obviously something is wrong with the dependency, not sure which
version of gluster is required and what is available in fedora.

The root cause of this is that setup defaults no to use both
gluster and virt for the default domain, while in the past it used
to default to virt. So if you do not wish to use gluster, please
do not select both at installation, or turn of the gluster from
the cluster after installation.

I think the wording here is confusing.

To an oVirt user, "using Gluster" means having a Gluster storage
domain
as shared storage.

In the context of the Gluster management console, oVirt does not use
Gluster, Gluster uses oVirt.

Would it be possible to review the set-up process to ensure that we
are
not inadvertently sending users who just want to use a stable version
of
Gluster as storage in the wrong direction? This comes up frequently,
and
seems to be confusing people.

Thanks,
Dave.

Now I am confused
Do you or don't you need vdsm-gluster on your system?

If the gluster checkbox is set on the cluster then you'll need the
gluster packages. If you don't use gluster but said so
(both=virt+gluster) during engine-setup then the checkbox will be
checked and you'll need the packages.
The bigger problem ofcourse is that oVirt-3.2.1 requires gluster-3.4.0
which isn't in the standard repos at the moment.



Regarding glusterfs 3.4.0 packages, gluster 3.4.0alpha2 version is 
available at 
http://bits.gluster.org/pub/gluster/glusterfs/3.4.0alpha2/x86_64/ and 
which is not available in Fedora repository.  BTW gluster-3.4.0 is under 
development and stable version will be available soon.


Regards,
Bala

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


Re: [Users] Failed to Start VM (Run Once) due to internal spice channel error

2013-03-19 Thread Omer Frenkel
- Original Message -

> From: "Tom Rogers" 
> To: users@ovirt.org
> Sent: Monday, March 18, 2013 10:22:52 PM
> Subject: [Users] Failed to Start VM (Run Once) due to internal spice
> channel error

> When trying to run a first time (Run Once) VM install, the vm session
> fails to start. When we look into the libvirtd.log on the host, we
> find the following error:

> virDomainGraphicsDefParseXML:6566 : internal error unknown spice
> channel name ain

> in the lines right above message, contained in the xmlDESC we find
> the following snippet:

> 
> 
> 
>  passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1"
> type="spice">
> 
> 
> 
> 
> 
> 
> 
> 
> 

> It looks to us that the xml may be malformed due to the seemingly
> first character missing in the channel names.

> Does this make any sense to anyone?

> On master:
> Ovirt-engine 3.3.0-0.2.master.20130313215708

> On node:
> qemu-kvm 1.2.2-7.fc18
> vdsm-xmlrpc 4.10.3-10.fc18
> libvirt-daemon 0.10.2.3-1.fc18

> --
> Tom Rogers

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

indeed looks like first letter is missing, this is what the engine sends: 

engine=# select * from vdc_options where option_name = 'SpiceSecureChannels'; 
option_id | option_name | option_value | version 
---+-+---+-
 
345 | SpiceSecureChannels | smain,sinputs | 3.0 
346 | SpiceSecureChannels | 
main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.1 
347 | SpiceSecureChannels | 
main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.2 
348 | SpiceSecureChannels | 
main,inputs,cursor,playback,record,display,usbredir,smartcard | 3.3 

can you please attach relevant vdsm log for this run? 
Thanks 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] vdsClient not work ,it waiting all the time

2013-03-19 Thread Dan Kenigsberg
Sorry. I do not quite follow. Earlier you've mentioned something called
mcvdacli.py.

Could you give another description of your setup? Which operating system
version? Which vdsm version? What is the output of

 vdsClient -s 0 getVdsCaps ?

what's in vdsm.log?

what do

  openssl verify -CAfile /etc/pki/vdsm/certs/cacert.pem 
/etc/pki/vdsm/certs/vdsmcert.pem

  openssl smime -sign -signer certs/vdsmcert.pem -in /tmp/hello -inkey 
keys/vdsmkey.pem
  openssl smime -verify -CAfile certs/cacert.pem -certfile certs/vdsmcert.pem 
-in /tmp/hello.smime

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


Re: [Users] Package installation error

2013-03-19 Thread Dave Neary

Hi,

On 03/19/2013 08:16 AM, Alon Bar-Lev wrote:

Now I am confused
Do you or don't you need vdsm-gluster on your system?


Allow me to clarify.

There have been several messages from users since the oVirt 3.2 release 
asking why they need Gluster 3.4 pre-releases to run oVirt.


My understanding is that you don't need Gluster 3.4 unless you want to 
manage a Gluster cluster with oVirt.


So my question is: are we sure that we are not leading users wrong, and 
confusing them during the installation & set-up process?


Thanks,
Dave.

--
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Package installation error

2013-03-19 Thread noc

On 19-3-2013 8:16, Alon Bar-Lev wrote:


- Original Message -

From: "Dave Neary" 
To: "Alon Bar-Lev" 
Cc: users@ovirt.org
Sent: Tuesday, March 19, 2013 9:02:13 AM
Subject: Re: [Users] Package installation error

Hi Alon,

On 03/19/2013 07:56 AM, Alon Bar-Lev wrote:

Obviously something is wrong with the dependency, not sure which
version of gluster is required and what is available in fedora.

The root cause of this is that setup defaults no to use both
gluster and virt for the default domain, while in the past it used
to default to virt. So if you do not wish to use gluster, please
do not select both at installation, or turn of the gluster from
the cluster after installation.

I think the wording here is confusing.

To an oVirt user, "using Gluster" means having a Gluster storage
domain
as shared storage.

In the context of the Gluster management console, oVirt does not use
Gluster, Gluster uses oVirt.

Would it be possible to review the set-up process to ensure that we
are
not inadvertently sending users who just want to use a stable version
of
Gluster as storage in the wrong direction? This comes up frequently,
and
seems to be confusing people.

Thanks,
Dave.

Now I am confused
Do you or don't you need vdsm-gluster on your system?
If the gluster checkbox is set on the cluster then you'll need the 
gluster packages. If you don't use gluster but said so 
(both=virt+gluster) during engine-setup then the checkbox will be 
checked and you'll need the packages.
The bigger problem ofcourse is that oVirt-3.2.1 requires gluster-3.4.0 
which isn't in the standard repos at the moment.


Joop

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


Re: [Users] Package installation error

2013-03-19 Thread Alon Bar-Lev


- Original Message -
> From: "Dave Neary" 
> To: "Alon Bar-Lev" 
> Cc: users@ovirt.org
> Sent: Tuesday, March 19, 2013 9:02:13 AM
> Subject: Re: [Users] Package installation error
> 
> Hi Alon,
> 
> On 03/19/2013 07:56 AM, Alon Bar-Lev wrote:
> > Obviously something is wrong with the dependency, not sure which
> > version of gluster is required and what is available in fedora.
> >
> > The root cause of this is that setup defaults no to use both
> > gluster and virt for the default domain, while in the past it used
> > to default to virt. So if you do not wish to use gluster, please
> > do not select both at installation, or turn of the gluster from
> > the cluster after installation.
> 
> I think the wording here is confusing.
> 
> To an oVirt user, "using Gluster" means having a Gluster storage
> domain
> as shared storage.
> 
> In the context of the Gluster management console, oVirt does not use
> Gluster, Gluster uses oVirt.
> 
> Would it be possible to review the set-up process to ensure that we
> are
> not inadvertently sending users who just want to use a stable version
> of
> Gluster as storage in the wrong direction? This comes up frequently,
> and
> seems to be confusing people.
> 
> Thanks,
> Dave.

Now I am confused
Do you or don't you need vdsm-gluster on your system?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Package installation error

2013-03-19 Thread Dave Neary

Hi Alon,

On 03/19/2013 07:56 AM, Alon Bar-Lev wrote:

Obviously something is wrong with the dependency, not sure which version of 
gluster is required and what is available in fedora.

The root cause of this is that setup defaults no to use both gluster and virt 
for the default domain, while in the past it used to default to virt. So if you 
do not wish to use gluster, please do not select both at installation, or turn 
of the gluster from the cluster after installation.


I think the wording here is confusing.

To an oVirt user, "using Gluster" means having a Gluster storage domain 
as shared storage.


In the context of the Gluster management console, oVirt does not use 
Gluster, Gluster uses oVirt.


Would it be possible to review the set-up process to ensure that we are 
not inadvertently sending users who just want to use a stable version of 
Gluster as storage in the wrong direction? This comes up frequently, and 
seems to be confusing people.


Thanks,
Dave.

--
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users