[Ovirt-devel] problem with kerberos (I think)

Jason Guiditta jguiditt at redhat.com
Mon Aug 3 14:43:44 UTC 2009


On Mon, 2009-08-03 at 14:30 +0200, sylvain.desbureaux at orange-ftgroup.com
wrote:
> For question 2,
> It appears to be a problem with the "object" function which doesn't work.
> I've found a workaround (quite ugly) in order to make it work.
> 
> I replace line 582 and 583 with:
> node_found=nil
> nodes = @session.objects(:class => "node")
> nodes.each do |node|
>   @logger.info "node: #{node.hostname}"
>   if node.hostname==host.hostname
>     node_found=node
>     @logger.info "node found!"
>     break
>   end
> end
> @logger.info "node: #{node_found.hostname}" unless node_found.nil?
> return node_found if node_found
> 
> 
> See https://bugzilla.redhat.com/show_bug.cgi?id=515217 
> 
> 
> PS: I'm not saying we have to include but I'm just showing a way to make it work for people who may encounter the same issue.
> 
> --
> Sylvain Desbureaux
> +33 296 051 380
> 
> 
Sylvain, sorry for the delayed response, we have been furiously trying
to get patches in for the next release.  The main issue is that the code
you are running is from an old release, and I think some of our deps in
F10 have broken ovirt (mostly qpid stuff I think).  Because of this,
ovirt currently only runs on F11 and rawhide. My suggestion would be
either to build from next or try the new f11 release when it is out
(never been closer).




More information about the ovirt-devel mailing list