search for: 6671f7a

Displaying 1 result from an estimated 1 matches for "6671f7a".

Did you mean: 66717
2009 Nov 13
1
[PATCH server] Replace the occurence of the type @qmfc.object(Qmf::Query.new(:class => "xxx", 'key' => search_key)) for @qmfc.object(Qmf::Query.new(:class => "xxx"), 'key' => search_key) else the search on the key is not functionnal.
...s(Qmf::Query.new(:class => "volume"), 'pool' => pool.object_id) volumes.each do |volume| puts " volume: #{volume.name}" for (key, val) in volume.properties diff --git a/src/matahari-list.rb b/src/matahari-list.rb index 8795019..6671f7a 100755 --- a/src/matahari-list.rb +++ b/src/matahari-list.rb @@ -33,7 +33,7 @@ hosts.each do |host| end # List cpus for current host - cpus = qmfc.objects(Qmf::Query.new(:class => 'cpu', 'host' => host.object_id)) + cpus = qmfc.objects(Qmf::Query.new(:class =...