[Ovirt-devel] re: got it!

Steve Linabery slinabery at redhat.com
Tue Jul 29 15:19:06 UTC 2008


Pursuant to my previous email with same subject line...

Here's a bit of follow-up information.

The
         0.upto(@pool.hosts.total_memory) { |x| 
	        if x % 1024 == 0
            	scale.push((x / 1024).to_s) # divide by 1024 to convert to MB
		    end
         }

block eventually completes, after several minutes, before which the request times out.

On my setup, @pool.hosts.total_memory is 522555392.

There's no infinite loop.

--Steve




More information about the ovirt-devel mailing list