From b8581b5ff38e3ab06de12adae4e86d673a9c4ffd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jun 2008 14:15:29 -0400 Subject: Fixing rake errors --- cloudmasterd/lib/cloudmasterd.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cloudmasterd/lib') diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index a8d540b..1836630 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -14,7 +14,6 @@ require 'xmlrpc/client' Camping.goes :Cloudmasterd Cloudmasterd.picnic! - module Cloudmasterd::Helpers class Cobblerd def initialize(repo) @@ -90,7 +89,7 @@ module Cloudmasterd::Controllers # Find the best host on which to create a VM that requires # the given "disk_size" and "ram" def _get_best_host(disk_size, ram) - return `func-find-resources -m #{ram} -d #{disk_size}`.split(':')[0] + return `func-find-resources -m #{ram} -d #{disk_size} -f HostVolGroupImages`.split(':')[0] end # run the appropriate koan command to create the given "fqdn" -- cgit